Home
last modified time | relevance | path

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

12

/freebsd/tools/test/stress2/misc/
H A Dptrace9.sh88 if (waitpid(pid, &status, WUNTRACED) != pid)
98 if (waitpid(pid, &status, WUNTRACED) != pid)
H A Dptrace10.sh118 if (waitpid(pid, &status, WUNTRACED) != pid)
127 ret = waitpid(pid, &status, WUNTRACED | WNOHANG);
H A Dsigfastblock2.sh118 int pid_res = waitpid(child, &status, WUNTRACED | WCONTINUED);
/freebsd/contrib/tcsh/
H A Dtc.wait.h144 # ifndef WUNTRACED
145 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
H A Dsh.proc.c184 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
193 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
197 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
204 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
211 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
214 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
235 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
240 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
259 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
H A Dmi.wait.h27 #define WUNTRACED 2 /* for job control; not implemented */ macro
/freebsd/sys/sys/
H A Dwait.h78 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro
79 #define WSTOPPED WUNTRACED /* SUS compatibility */
/freebsd/lib/libproc/
H A Dproc_util.c98 waitpid(pid, &status, WUNTRACED); in proc_detach()
156 if (waitpid(proc_getpid(phdl), &status, WUNTRACED) < 0) { in proc_wstatus()
H A Dproc_create.c152 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach()
210 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c146 WUNTRACED, in get_options6()
191 WUNTRACED, in get_options4()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c134 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lockf.c174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c254 wpid = waitpid(child, &status, WUNTRACED); in ATF_TC_BODY()
/freebsd/sys/kern/
H A Dkern_exit.c1296 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()
1299 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()
1364 if ((options & WUNTRACED) != 0 && in kern_wait6()
/freebsd/sbin/decryptcore/
H A Ddecryptcore.c65 if (waitpid(pid, &status, WUNTRACED | WEXITED) == -1) { in wait_for_process()
/freebsd/usr.bin/rpcgen/
H A Drpc_scan.c159 waitpid(childpid, &stat, WUNTRACED); in get_token()
/freebsd/sbin/init/
H A Dinit.c970 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user()
1139 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script()
2001 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
/freebsd/libexec/flua/modules/
H A Dlposix.c569 lua_pushflag(L, WUNTRACED);
/freebsd/usr.bin/su/
H A Dsu.c443 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
/freebsd/lib/libutil/
H A Dpw_util.c320 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1598 int flags = WNOHANG|WUNTRACED; in cleanup()
/freebsd/bin/sh/
H A Djobs.c1169 wflags = WUNTRACED | WCONTINUED; in dowait()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2359 # undef WUNTRACED
/freebsd/contrib/mandoc/
H A Dmain.c1302 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c791 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()

12