Searched refs:WUNTRACED (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h53 #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 Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h53 #ifndef WUNTRACED
54 #define WUNTRACED 2 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c136 * 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 Dwait.h35 * 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 Dwait3.c19 * 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 Dsh.proc.c62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h39 * 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 Dwait.h56 * 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 Dwait4.c93 * SunOS's wait4() only supports WNOHANG & WUNTRACED
95 if (options & ~(WNOHANG|WUNTRACED))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c135 * WUNTRACED. XPG4v2 mandates that wait3() (which calls
138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) {
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c165 WUNTRACED);
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
110 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c317 wflags = WUNTRACED|WCONTINUED;
371 wflags = WUNTRACED;
888 wflags = WUNTRACED;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c447 (void) waitpid(child_pid, &stat_loc, WUNTRACED);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c267 flags = WNOHANG|WUNTRACED|wcontinued;
269 flags = WUNTRACED|wcontinued;
/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c683 while ((pid = waitpid((pid_t)-1, &status, WNOHANG|WUNTRACED)) > 0) {
/illumos-gate/usr/src/cmd/su/
H A Dsu.c932 if (pid != waitpid(pid, &status, WUNTRACED)) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c578 WUNTRACED)) == -1 && errno == EINTR)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2321 # undef WUNTRACED macro

Completed in 188 milliseconds