Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c138 if (options & ~(WNOHANG|WUNTRACED)) in waitpid()
143 if (options & WUNTRACED) in waitpid()
192 if (options & ~(WNOHANG|WUNTRACED)) in wait4()
197 if (options & WUNTRACED) in wait4()
/titanic_41/usr/src/lib/libast/common/include/
H A Dwait.h53 #ifndef WUNTRACED
54 #define WUNTRACED 2 macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/titanic_41/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 */
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h62 #ifndef WUNTRACED
63 #define WUNTRACED 2 macro
/titanic_41/usr/src/cmd/csh/
H A Dwait.h94 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
H A Dwait3.c77 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3()
H A Dsh.proc.c62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru); in pchild()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h80 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c95 if (options & ~(WNOHANG|WUNTRACED)) in wait4()
/titanic_41/usr/src/ucbhead/sys/
H A Dwait.h115 #define WUNTRACED N_WSTOPPED /* for POSIX */ macro
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dportable.h108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
110 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
/titanic_41/usr/src/lib/libc/port/gen/
H A Dwaitpid.c138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) { in wait4()
/titanic_41/usr/src/cmd/sh/
H A Djobs.c317 wflags = WUNTRACED|WCONTINUED; in collectjobs()
371 wflags = WUNTRACED; in waitjob()
888 wflags = WUNTRACED;
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_scan.c165 WUNTRACED); in get_token()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c447 (void) waitpid(child_pid, &stat_loc, WUNTRACED); in automountd_do_fork_exec()
/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c683 while ((pid = waitpid((pid_t)-1, &status, WNOHANG|WUNTRACED)) > 0) { in CatchChild()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Djobs.c267 flags = WNOHANG|WUNTRACED|wcontinued; in job_reap()
269 flags = WUNTRACED|wcontinued; in job_reap()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c855 (void) waitpid(child_pid, &stat_loc, WUNTRACED); in fscache_server_alive()
/titanic_41/usr/src/cmd/su/
H A Dsu.c932 if (pid != waitpid(pid, &status, WUNTRACED)) { in audit_logout()
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2321 # undef WUNTRACED