Home
last modified time | relevance | path

Searched refs:waitid (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c76 error = waitid(P_ALL, 0, &info, options); in csh_wait3()
139 if (waitid(P_ALL, 0, &info, in csh_wait_noreap()
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h152 extern int waitid(idtype_t, id_t, siginfo_t *, int);
160 extern int waitid();
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c99 if ((error = waitid(idtype, id, &info, options)) < 0) in waitpid()
154 error = waitid(idtype, pid, &info, noptions); in wait4()
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dwaitid.S38 SYSCALL2_RESTART_RVAL1(__waitid,waitid)
/illumos-gate/usr/src/head/
H A Dwait.h43 extern int waitid(idtype_t, id_t, siginfo_t *, int);
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_region.c57 ret = waitid(P_PID, child, &info, WEXITED); in main()
H A Dinz_mlock.c60 ret = waitid(P_PID, child, &info, WEXITED); in main()
H A Dinz_child.c63 ret = waitid(P_PID, child, &info, WEXITED); in main()
H A Dinz_split.c65 ret = waitid(P_PID, child, &info, WEXITED); in main()
H A Dinz_vpp.c65 ret = waitid(P_PID, child, &info, WEXITED); in main()
H A Dinz_split_vpp.c74 ret = waitid(P_PID, child, &info, WEXITED); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h102 extern int waitid(idtype_t, id_t, siginfo_t *, int);
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_waitid.c55 return (waitid(idtype, id, infop, options)); in pr_waitid()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c108 error = waitid(idtype, pid, &info, noptions); in wait4()
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c119 IN_KERNEL_SYSCALL(waitid, SYS_waitid) /* 107 */
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c168 (void) waitid(P_PID, pid, &info, WEXITED | WNOWAIT); in main()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c1056 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) in waitid() function
1279 if (error = waitid(idtype, id, &info, options)) in waitsys()
1295 if (error = waitid(idtype, id, &info, options)) in waitsys32()
/illumos-gate/usr/src/man/man2/
H A DMakefile166 waitid.2 \
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c70 #pragma weak _waitid = waitid
1156 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) in waitid() function
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c269 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in sigchild()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c448 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in reapchild()
/illumos-gate/usr/src/lib/libpthread/common/
H A Dmapfile-vers96 waitid { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg803 @ MSG_SYS_WAITID "[ waitid ]" # 107
804 @ MSG_SYS_WAITID_ALT "waitid"
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers107 waitid { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common989 waitid

12