Searched refs:wstat (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c32 int readgood, wstat; local
89 while (waitpid(kid, &wstat, 0) < 0) {
98 if (!WIFEXITED(wstat))
100 if (WEXITSTATUS(wstat))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/
H A Dpassprompt.c32 int readgood, wstat; local
87 while (waitpid(kid, &wstat, 0) < 0) {
96 if (!WIFEXITED(wstat))
98 if (WEXITSTATUS(wstat))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c88 int wait_nohang(int *wstat) argument
90 return waitpid(-1, wstat, WNOHANG);
93 int wait_pid(int *wstat, int pid) argument
98 r = waitpid(pid, wstat, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs_vfs.h66 void v9fs_blank_wstat(struct p9_wstat *wstat);
H A Dvfs_inode.c181 * @wstat: structure to initialize
186 v9fs_blank_wstat(struct p9_wstat *wstat) argument
188 wstat->type = ~0;
189 wstat->dev = ~0;
190 wstat->qid.type = ~0;
191 wstat->qid.version = ~0;
192 *((long long *)&wstat->qid.path) = ~0;
193 wstat->mode = ~0;
194 wstat->atime = ~0;
195 wstat
1041 struct p9_wstat wstat; local
1187 struct p9_wstat wstat; local
[all...]
H A Dvfs_file.c269 struct p9_wstat wstat; local
275 v9fs_blank_wstat(&wstat);
277 retval = p9_client_wstat(fid, &wstat);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c63 static void print_waitstat(unsigned pid, int wstat) argument
68 if (WIFEXITED(wstat)) {
70 e = WEXITSTATUS(wstat);
71 } else if (WIFSIGNALED(wstat)) {
73 e = WTERMSIG(wstat);
108 int wstat; local
111 while ((pid = wait_nohang(&wstat)) > 0) {
117 print_waitstat(pid, wstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dchgpasswd.c341 int wstat; local
376 while ((wpid = sys_waitpid(pid, &wstat, 0)) < 0) {
402 if (WIFEXITED(wstat) && (WEXITSTATUS(wstat) != 0)) {
404 while we were waiting\n", WEXITSTATUS(wstat)));
408 else if (WIFSIGNALLED(wstat)) {
410 while we were waiting\n", WTERMSIG(wstat)));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsvdir.c214 int wstat; local
255 pid = wait_nohang(&wstat);
H A Dsvlogd.c47 static int wstat; variable
236 while (wait_pid(&wstat, ld->ppid) == -1)
244 if (wait_exitcode(wstat) != 0) {
765 while ((pid = wait_nohang(&wstat)) > 0) {
H A Drunsv.c579 int wstat; local
581 child = wait_nohang(&wstat);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h538 int wait_pid(int *wstat, int pid);
539 int wait_nohang(int *wstat);

Completed in 189 milliseconds