Searched refs:SYS_systeminfo (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | syscall.h | 312 #define SYS_systeminfo 139 macro
|
/titanic_41/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 532 s10_emulation_table[SYS_systeminfo] = 1; /* 139 */ in _init()
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1508 return (__systemcall(rv, SYS_systeminfo + 1024, in s10_sysinfo() 1529 (void) B_TRUSS_POINT_3(rv, SYS_systeminfo, 0, command, buf, count); in s10_sysinfo()
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 60 # if defined(SYS_systeminfo) 62 # define sysinfo(a,b,c) syscall(SYS_systeminfo,a,b,c)
|