Searched refs:SI_ISALIST (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/isalist/ |
H A D | isalist.c | 43 ret = sysinfo(SI_ISALIST, buf, bufsize); in main() 56 ret = sysinfo(SI_ISALIST, buf, bufsize); in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systeminfo.h | 87 #define SI_ISALIST 514 /* return supported isa list */ macro
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | arch.c | 47 if (sysinfo(SI_ISALIST, buf, BUFSIZ) == -1) in conv_sys_eclass()
|
H A D | tokens.c | 55 if ((size = sysinfo(SI_ISALIST, info, SYS_NMLN)) == -1) in conv_isalist()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | isaexec.c | 64 long ret = sysinfo(SI_ISALIST, isalist, isalen); in isaexec()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 126 case SI_ISALIST: in systeminfo()
|
/illumos-gate/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 86 ret = sysinfo(SI_ISALIST, isalist, isalen); in init_isa_regex()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 953 ret = sysinfo(SI_ISALIST, buf, bufsize); in isalist()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/ |
H A D | conftab.c | 148 { "ISALIST", { 0, 0 }, { 0, 0 }, CONF_FEATURE|CONF_STRING, CONF_SOL, 1, CONF_sysinfo, SI_ISALIST },
|
/illumos-gate/usr/src/cmd/ast/libast/i386/ |
H A D | conftab.c | 148 { "ISALIST", { 0, 0 }, { 0, 0 }, CONF_FEATURE|CONF_STRING, CONF_SOL, 1, CONF_sysinfo, SI_ISALIST },
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/ |
H A D | conftab.c | 148 { "ISALIST", { 0, 0 }, { 0, 0 }, CONF_FEATURE|CONF_STRING, CONF_SOL, 1, CONF_sysinfo, SI_ISALIST },
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/ |
H A D | conftab.c | 148 { "ISALIST", { 0, 0 }, { 0, 0 }, CONF_FEATURE|CONF_STRING, CONF_SOL, 1, CONF_sysinfo, SI_ISALIST },
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1022 case SI_ISALIST: s = "SI_ISALIST"; break; in prt_inf()
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 10188 if (sysinfo(SI_ISALIST, isabuf, sizeof (isabuf)) > 0 &&
|