Home
last modified time | relevance | path

Searched refs:SYS_uname (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Duname.c64 if ((ret = _syscall(SYS_uname, &n_uts)) != -1) { in bc_uname()
H A Dsyscall.c83 0, -1 /*setpgid*/, SYS_pathconf, SYS_uname,
/titanic_50/usr/src/uts/common/sys/
H A Dsyscall.h308 #define SYS_uname 135 macro
/titanic_50/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c253 sn1_emulation_table[SYS_uname] = 1; /* 135 */ in _init()
/titanic_50/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c68 if ((err = __systemcall(rv, SYS_uname + 1024, &un)) != 0) in sn1_uname()
/titanic_50/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c530 s10_emulation_table[SYS_uname] = 1; /* 135 */ in _init()
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1438 if ((err = __systemcall(rv, SYS_uname + 1024, &un)) != 0) in s10_uname()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c5411 case SYS_uname: in expound()