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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysteminfo.h42 extern char hw_serial[]; /* machine's 32-bit hostid; a decimal string */
/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",
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h191 char hw_serial[1]; variable
/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/fs/zfs/
H A Dspa_config.c395 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid);
H A Dspa.c2564 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1747 for (cp = hw_serial; cnt >= 0; cnt--)
2384 char *_hs1107 = hw_serial;
2989 if (strlen(hw_serial) > 0)
2990 hostid = (int32_t)atoi(hw_serial);
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h578 extern char hw_serial[]; /* for userland-emulated hostid access */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c33 extern char hw_serial[];
3258 (void) ddi_strtoul(hw_serial, &cp, 10, (unsigned long *)&adr);
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1733 (void) snprintf(hw_serial, HW_HOSTID_LEN, "%u",
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c5014 extern char hw_serial[];
5026 hw_serial_p = &hw_serial[0];
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c3539 if (ddi_strtoul(hw_serial, NULL, 10, &machine_hostid) != 0)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c17407 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid);

Completed in 192 milliseconds