Searched refs:SYS_waitid (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | syscall.h | 277 #define SYS_waitid 107 macro 278 #define SYS_waitsys SYS_waitid /* historical */
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_waitid.c | 95 error = Psyscall(Pr, &rval, SYS_waitid, 4, &argd[0]); in pr_waitid()
|
/illumos-gate/usr/src/uts/common/brand/sn1/ |
H A D | sn1_brand.c | 253 sn1_emulation_table[SYS_waitid] = 1; /* 107 */ in _init()
|
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/ |
H A D | sn1_brand.c | 119 IN_KERNEL_SYSCALL(waitid, SYS_waitid) /* 107 */
|
/illumos-gate/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 523 s10_emulation_table[SYS_waitid] = 1; /* 107 */ in _init()
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_signal.c | 617 err = __systemcall(rval, SYS_waitid + 1024, idtype, id, infop, options); in s10_waitid()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | systable.c | 1083 { "wait", SYS_waitid },
|
H A D | expound.c | 5141 case SYS_waitid: in expound()
|