Searched refs:wpid (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsmbrun.c100 pid_t wpid; local
104 while((wpid = sys_waitpid(pid,&status,0)) < 0) {
114 if (wpid != pid) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c574 int status, wpid; local
578 wpid = wait(&status);
579 if (wpid > 0 && wpid != pid) {
582 if (wpid == pid)
585 return wpid;
875 pid_t wpid; local
1021 wpid = wait(&status);
1022 if (wpid > 0) {
1025 if (a->pid == wpid)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dchgpasswd.c335 pid_t pid, wpid; local
371 while ((wpid = sys_waitpid(pid, &wstat, 0)) < 0) {
379 if (wpid < 0) {
393 if (pid != wpid) {

Completed in 125 milliseconds