Searched refs:waitpid (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dexec_user.c28 CATCH_EINTR(err = waitpid(new_pid, 0, WUNTRACED));
30 tracer_panic("do_exec failed to attach proc in waitpid - errno = %d",
H A Dtracer.c196 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
198 printf("waitpid on idle thread failed, errno = %d\n", errno);
241 CATCH_EINTR(pid = waitpid(-1, &status, WUNTRACED));
318 waitpid(-1, &status,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dhelper.c103 CATCH_EINTR(waitpid(pid, NULL, 0));
137 CATCH_EINTR(pid = waitpid(pid, &status, 0));
157 CATCH_EINTR(ret = waitpid(pid, NULL, WNOHANG));
160 printk("helper_wait : waitpid failed, errno = %d\n", errno);
H A Dtt.c56 CATCH_EINTR(n = waitpid(pid, NULL, 0));
75 CATCH_EINTR(ret = waitpid(pid, &status, WUNTRACED));
175 CATCH_EINTR(err = waitpid(new_pid, &status, 0));
H A Dstart_up.c119 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
143 CATCH_EINTR(n = waitpid(pid, &status, 0));
221 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
261 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
314 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
H A Dprocess.c103 CATCH_EINTR(waitpid(pid, NULL, 0));
133 CATCH_EINTR(waitpid(pid, NULL, 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c79 if (waitpid(pid, &status, 0) == -1)
90 return waitpid(-1, wstat, WNOHANG);
98 r = waitpid(pid, wstat, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock64.c24 return waitpid(pid,status,options);
H A Dfcntl_lock.c28 return waitpid(pid,status,options);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwent_r.c80 waitpid(pids[i], &status, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dpassprompt.c87 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c89 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c99 res = waitpid(res, &status, 0);
101 fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
136 res = waitpid(res, &status, 0);
138 fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h98 ssize_t (*waitpid) (pid_t pid, int *status, int options);
106 ssize_t (*waitpid) (pid_t pid, int *status, int options);
96 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
104 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
H A Dath.c266 if (ops_set && ops.waitpid)
267 return (*ops.waitpid) (pid, status, options);
272 return waitpid (pid, status, options);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
212 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dslirp_user.c94 CATCH_EINTR(err = waitpid(pri->pid, &status, WNOHANG));
96 printk("slirp_close: waitpid returned %d\n", errno);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c78 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
161 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED));
269 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
310 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED));
312 panic("userspace - waitpid failed, errno = %d\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c45 waitpid(p, NULL, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c35 #define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD) macro
261 waitpid() and the execution of unregister_slave_subprocess(), and
341 /* waitpid() is just as portable as wait() nowadays. */
347 int result = waitpid (child, &status, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dinit.c169 waitpid(pid, NULL, 0);
298 while ((pid = waitpid(-1, NULL, WNOHANG)) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafprun.c194 while((wpid = waitpid(pid,&status,0)) < 0) {
202 LOG(log_error, logtype_afpd, "waitpid(%d) : %s",(int)pid, strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c197 if (waitpid(pid, &r, 0) < 0) {
202 daemon_log(LOG_ERR, "waitpid(): %s", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dbbsh.c172 } else waitpid(pid, &status, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c425 while ((waitpid(pid, &status, 0)) == -1) {
428 SLOG("%s cp -R %s %s: waitpid: %s", _PATH_AD, from, to, strerror(errno));
449 while ((waitpid(pid, &status, 0)) == -1) {
452 SLOG("%s rm -R %s: waitpid: %s", _PATH_AD, from, strerror(errno));

Completed in 324 milliseconds

1234