Searched refs:hw_serial (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | systeminfo.h | 42 extern char hw_serial[]; /* machine's 32-bit hostid; a decimal string */
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 51 char hw_serial[HW_HOSTID_LEN]; variable 862 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) in ddi_strtoul() argument 866 *result = strtoul(hw_serial, &end, base); in ddi_strtoul() 930 (void) snprintf(hw_serial, sizeof (hw_serial), "%ld", in kernel_init()
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 191 char hw_serial[1]; variable
|
/titanic_50/usr/src/uts/common/conf/ |
H A D | param.c | 525 char hw_serial[HW_HOSTID_LEN] = "0"; variable
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | startup.c | 1637 for (cp = hw_serial; cnt >= 0; cnt--) in startup_modules() 2278 char *_hs1107 = hw_serial; 2883 if (strlen(hw_serial) > 0) in set_soft_hostid() 2884 hostid = (int32_t)atoi(hw_serial); in set_soft_hostid()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 405 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid); in spa_config_generate()
|
H A D | spa.c | 2493 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid); in spa_load_impl()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 576 extern char hw_serial[]; /* for userland-emulated hostid access */
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1733 (void) snprintf(hw_serial, HW_HOSTID_LEN, "%u", in parse_idprom()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_attach.c | 33 extern char hw_serial[]; 3258 (void) ddi_strtoul(hw_serial, &cp, 10, (unsigned long *)&adr); in pmcs_fabricate_wwid()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | zone.c | 3409 if (ddi_strtoul(hw_serial, NULL, 10, &machine_hostid) != 0) in zone_get_hostid()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 17400 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid); in ip_ipmp_v6intfid()
|