Print this page
8115 parallel zfs mount

*** 18,27 **** --- 18,28 ---- * * CDDL HEADER END */ /* * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * Copyright 2017 RackTop Systems. * * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */
*** 34,51 **** #ifdef __cplusplus extern "C" { #endif ! #ifdef _KERNEL extern char architecture[]; extern char architecture_32[]; extern char hw_serial[]; /* machine's 32-bit hostid; a decimal string */ extern char hw_provider[]; extern char srpc_domain[]; extern char platform[]; ! #endif /* _KERNEL */ /* * Commands to sysinfo(2) * * Values for sysinfo(2) commands are to be assigned by the following --- 35,52 ---- #ifdef __cplusplus extern "C" { #endif ! #if defined(_KERNEL) || defined(_FAKE_KERNEL) extern char architecture[]; extern char architecture_32[]; extern char hw_serial[]; /* machine's 32-bit hostid; a decimal string */ extern char hw_provider[]; extern char srpc_domain[]; extern char platform[]; ! #endif /* _KERNEL || _FAKE_KERNEL */ /* * Commands to sysinfo(2) * * Values for sysinfo(2) commands are to be assigned by the following