Searched defs:hw_serial (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c525 char hw_serial[HW_HOSTID_LEN] = "0"; variable
530 * On sparc machines, read hw_serial from the firmware at boot time
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h191 char hw_serial[1]; variable
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c51 char hw_serial[HW_HOSTID_LEN]; variable
871 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) argument
875 *result = strtoul(hw_serial, &end, base);
939 (void) snprintf(hw_serial, sizeof (hw_serial), "%ld",

Completed in 62 milliseconds