/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | waitid.s | 30 .file "waitid.s" 32 /* C library -- waitid */ 33 /* int waitid(idtype_t idtype, id_t id, siginfo_t *infop, 38 SYSCALL2_RESTART_RVAL1(__waitid,waitid)
|
/illumos-gate/usr/src/head/ |
H A D | wait.h | 43 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait3.c | 37 * call waitid 78 error = waitid(P_ALL, 0, &info, options); 103 return (-1); /* error number is set by waitid() */ 141 if (waitid(P_ALL, 0, &info,
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | wait.h | 154 extern int waitid(idtype_t, id_t, siginfo_t *, int); 162 extern int waitid();
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 101 if ((error = waitid(idtype, id, &info, options)) < 0) 156 error = waitid(idtype, pid, &info, noptions); 183 return (-1); /* error number is set by waitid() */
|
/illumos-gate/usr/src/test/libc-tests/tests/random/ |
H A D | inz_child.c | 63 ret = waitid(P_PID, child, &info, WEXITED);
|
H A D | inz_mlock.c | 60 ret = waitid(P_PID, child, &info, WEXITED);
|
H A D | inz_region.c | 57 ret = waitid(P_PID, child, &info, WEXITED);
|
H A D | inz_split.c | 65 ret = waitid(P_PID, child, &info, WEXITED);
|
H A D | inz_vpp.c | 65 ret = waitid(P_PID, child, &info, WEXITED);
|
H A D | inz_split_vpp.c | 74 ret = waitid(P_PID, child, &info, WEXITED);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | wait.h | 102 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_waitid.c | 42 * waitid() system call -- executed by subject process 48 sysret_t rval; /* return value from waitid() */ 49 argdes_t argd[4]; /* arg descriptors for waitid() */ 57 return (waitid(idtype, id, infop, options));
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 59 * call waitid 110 error = waitid(idtype, pid, &info, noptions); 135 return (-1); /* error number is set by waitid() */
|
/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/man/man2/ |
H A D | Makefile | 162 waitid.2 \
|
/illumos-gate/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 168 (void) waitid(P_PID, pid, &info, WEXITED | WNOWAIT);
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 450 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exit.c | 928 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) function 999 "waitid: wrong state %d on the p_newstate" 1097 "waitid: wrong state on the" 1151 if (error = waitid(idtype, id, &info, options)) 1167 if (error = waitid(idtype, id, &info, options))
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmhandler.c | 289 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); 297 /* construct status as returned from waitid() */
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 70 #pragma weak _waitid = waitid 1156 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) function
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp_b_subr.c | 154 while ((ret = waitid(P_ALL, 0, &infop, WNOHANG | WEXITED)) != -1) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 927 error = waitid(P_ALL, 0, &info, options);
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 252 if (waitid(P_PID, childpid, &info, WEXITED) == -1) {
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 305 waitid.o \
|