Home
last modified time | relevance | path

Searched refs:SYS_ucredsys (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dgetpeerucred.c47 if (syscall(SYS_ucredsys, UCREDSYS_GETPEERUCRED, fd, uc) != 0) { in getpeerucred()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h233 #define SYS_ucredsys 83 macro
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_getsockname.c214 error = Psyscall(Pr, &rval, SYS_ucredsys, 3, &argd[0]); in pr_getpeerucred()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c102 if (syscall(SYS_ucredsys, UCREDSYS_UCREDGET, pid, uc) != 0) { in ucred_get()
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1043 { "getpeerucred", SYS_ucredsys },
1044 { "ucred_get", SYS_ucredsys },
1251 case SYS_ucredsys: in subsys()
1492 case SYS_ucredsys: /* ucredsys */ in getsubcode()
1664 case SYS_ucredsys: in nsubcodes()
H A Dexpound.c5266 case SYS_ucredsys: in expound()