Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/gdb/gdb/
Dgdb_wait.h113 #ifndef WUNTRACED
114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/freebsd-10-stable/contrib/tcsh/
Dtc.wait.h145 # ifndef WUNTRACED
146 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
Dsh.proc.c188 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
194 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
197 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
201 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
208 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
215 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
218 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
239 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
244 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
263 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
Dmi.wait.h27 #define WUNTRACED 2 /* for job control; not implemented */ macro
/freebsd-10-stable/sys/sys/
Dwait.h79 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro
80 #define WSTOPPED WUNTRACED /* SUS compatibility */
/freebsd-10-stable/lib/libproc/
Dproc_create.c102 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach()
163 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
Dproc_util.c91 waitpid(phdl->pid, &status, WUNTRACED); in proc_detach()
149 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) { in proc_wstatus()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
Dt_wait_noproc.c146 WUNTRACED, in get_options6()
191 WUNTRACED, in get_options4()
/freebsd-10-stable/release/picobsd/tinyware/oinit/
Doinit.c788 pid=waitpid(-1,(int *)0,WUNTRACED); in run_single()
809 wpid=waitpid(pid,(int *)0,WUNTRACED); in run_single()
872 while(waitpid(-1,(int *)0,WNOHANG|WUNTRACED)>0) continue; in transition_machine()
/freebsd-10-stable/contrib/amd/include/
Dam_defs.h539 # undef WUNTRACED
549 # undef WUNTRACED
/freebsd-10-stable/release/picobsd/tinyware/passwd/
Dpw_util.c218 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
/freebsd-10-stable/crypto/openssh/
Dsandbox-systrace.c134 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
Dscp.c176 while (waitpid(do_cmd_pid, &status, WUNTRACED) == -1 && in suspchild()
/freebsd-10-stable/contrib/netbsd-tests/kernel/
Dt_lockf.c174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
/freebsd-10-stable/sys/kern/
Dkern_exit.c1185 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()
1188 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()
1249 if ((options & WUNTRACED) != 0 && in kern_wait6()
/freebsd-10-stable/usr.bin/rpcgen/
Drpc_scan.c169 waitpid(childpid, &stat, WUNTRACED); in get_token()
/freebsd-10-stable/sbin/init/
Dinit.c993 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user()
1109 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script()
1916 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
/freebsd-10-stable/usr.bin/rlogin/
Drlogin.c362 pid = wait3(&status, WNOHANG|WUNTRACED, NULL); in catch_child()
/freebsd-10-stable/usr.bin/su/
Dsu.c456 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
/freebsd-10-stable/lib/libutil/
Dpw_util.c325 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
/freebsd-10-stable/contrib/apr/threadproc/unix/
Dproc.c615 int waitpid_options = WUNTRACED; in apr_proc_wait()
/freebsd-10-stable/sys/compat/linux/
Dlinux_misc.c1051 if (options & ~(WNOHANG | WNOWAIT | WEXITED | WUNTRACED | WCONTINUED)) in linux_waitid()
1053 if (!(options & (WEXITED | WUNTRACED | WCONTINUED))) in linux_waitid()
2518 *bsdopts |= WUNTRACED; in linux_to_bsd_waitopts()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c1598 int flags = WNOHANG|WUNTRACED; in cleanup()
/freebsd-10-stable/contrib/sendmail/include/sm/
Dconf.h2336 # undef WUNTRACED
/freebsd-10-stable/bin/sh/
Djobs.c1070 wflags = WUNTRACED | WCONTINUED; in dowait()

12