/illumos-gate/usr/src/uts/common/sys/ |
H A D | wait.h | 53 #define WUNTRACED 0004 /* wait for processes stopped by signals */ macro 60 #define WSTOPPED WUNTRACED /* backwards compatibility */
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | wait.h | 53 #ifndef WUNTRACED 54 #define WUNTRACED 2 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 136 * BSD's wait* routines only support WNOHANG & WUNTRACED 138 if (options & ~(WNOHANG|WUNTRACED)) 143 if (options & WUNTRACED) 190 * BSD's wait* routines only support WNOHANG & WUNTRACED 192 if (options & ~(WNOHANG|WUNTRACED)) 197 if (options & WUNTRACED)
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait.h | 35 * describes the information returned, else the first. See WUNTRACED below. 59 * with the WUNTRACED option bit. 87 * returning an error indication in this case (pid==0). WUNTRACED 94 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
H A D | wait3.c | 19 * binary compatible, since BSD's WNOHANG and WUNTRACED 75 * BSD's wait3() only supports WNOHANG & WUNTRACED 77 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED);
|
H A D | sh.proc.c | 62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru);
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 39 * describes the information returned, else the first. See WUNTRACED below. 55 * with the WUNTRACED option bit. 73 * returning an error indication in this case (pid==0). WUNTRACED 80 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | wait.h | 56 * describes the information returned, else the first. See WUNTRACED below. 78 * with the WUNTRACED option bit. 115 #define WUNTRACED N_WSTOPPED /* for POSIX */ macro
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 93 * SunOS's wait4() only supports WNOHANG & WUNTRACED 95 if (options & ~(WNOHANG|WUNTRACED))
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 135 * WUNTRACED. XPG4v2 mandates that wait3() (which calls 138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) {
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 165 WUNTRACED);
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED ) 110 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | jobs.c | 317 wflags = WUNTRACED|WCONTINUED; 371 wflags = WUNTRACED; 888 wflags = WUNTRACED;
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_mount.c | 447 (void) waitpid(child_pid, &stat_loc, WUNTRACED);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 267 flags = WNOHANG|WUNTRACED|wcontinued; 269 flags = WUNTRACED|wcontinued;
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 683 while ((pid = waitpid((pid_t)-1, &status, WNOHANG|WUNTRACED)) > 0) {
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.c | 932 if (pid != waitpid(pid, &status, WUNTRACED)) {
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | main.c | 578 WUNTRACED)) == -1 && errno == EINTR)
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2321 # undef WUNTRACED macro
|