Searched refs:SI_HW_SERIAL (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | gethostid.c | 50 if (sysinfo(SI_HW_SERIAL, name, sizeof (name)) == -1) in gethostid()
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | gethostid.c | 57 error = sysinfo(SI_HW_SERIAL, name, HOSTIDLEN); in gethostid()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systeminfo.h | 77 #define SI_HW_SERIAL 7 /* return hardware serial number */ macro
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 112 case SI_HW_SERIAL: in systeminfo()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_config.c | 124 if (sysinfo(SI_HW_SERIAL, hostidstr, sizeof (hostidstr)) < 0) { in ndmpd_config_get_host_info_v2() 308 if (sysinfo(SI_HW_SERIAL, hostidstr, sizeof (hostidstr)) < 0) { in ndmpd_config_get_host_info_v3()
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 239 if (sysinfo(SI_HW_SERIAL, hostid, sizeof (hostid)) == -1) { in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2844 if (sysinfo(SI_HW_SERIAL, buf, sizeof (buf)) < 0) { in get_host_seed()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1016 case SI_HW_SERIAL: s = "SI_HW_SERIAL"; break; in prt_inf()
|