Searched refs:hw_serial (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dmisc.h57 extern char hw_serial[11];
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c38 char hw_serial[11] = "0"; variable
H A Dopensolaris_sunddi.c55 if (str == hw_serial) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c50 char hw_serial[HW_HOSTID_LEN]; variable
868 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) argument
872 *result = strtoul(hw_serial, &end, base);
938 (void) snprintf(hw_serial, sizeof (hw_serial), "%lu",
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c404 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid);
H A Dspa.c2463 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h611 extern char hw_serial[]; /* for userland-emulated hostid access */

Completed in 140 milliseconds