Searched refs:child_pid (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dasyncdns.c52 static pid_t child_pid = -1; variable
123 if (child_pid > 0) {
124 kill(child_pid, SIGTERM);
125 child_pid = -1;
143 child_pid = sys_fork();
145 if (child_pid) {
150 DEBUG(0,("started asyncdns process %d\n", (int)child_pid));
205 if (!process_exists(child_pid)) {
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c161 volatile pid_t parent_pid, child_pid; local
307 switch (child_pid = fork()) {
313 child_pid = getpid();
337 child_pid = getpid();
348 } while (get_call_id(callmgr_sock, parent_pid, child_pid,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmount.c68 pid_t child_pid; local
72 if ((child_pid = sys_fork()) < 0) {
76 if (child_pid > 0) {
78 j = waitpid( child_pid, &status, 0 );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem.c1103 pid_t child_pid; member in struct:_popen_list
1139 entry->child_pid = sys_fork();
1141 if (entry->child_pid == -1) {
1145 if (entry->child_pid == 0) {
1228 wait_pid = sys_waitpid (entry->child_pid, &wstatus, 0);

Completed in 96 milliseconds