Searched refs:SI_HW_SERIAL (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | gethostid.c | 50 if (sysinfo(SI_HW_SERIAL, name, sizeof (name)) == -1) in gethostid()
|
/titanic_50/usr/src/ucblib/libucb/port/sys/ |
H A D | gethostid.c | 59 error = sysinfo(SI_HW_SERIAL, name, HOSTIDLEN); in gethostid()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systeminfo.h | 75 #define SI_HW_SERIAL 7 /* return hardware serial number */ macro
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 104 case SI_HW_SERIAL: in systeminfo()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 241 if (sysinfo(SI_HW_SERIAL, hostid, sizeof (hostid)) == -1) { in main()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 1011 case SI_HW_SERIAL: s = "SI_HW_SERIAL"; break; in prt_inf()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2903 if (sysinfo(SI_HW_SERIAL, buf, sizeof (buf)) < 0) { in get_host_seed()
|