Searched defs:isns_child_pid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c72 static pid_t isns_child_pid; variable
142 ret_pid = waitpid(isns_child_pid, &status, WNOHANG);
144 if (ret_pid == isns_child_pid) {
275 isns_child_pid = fork();
276 if (isns_child_pid < 0) {
282 if (isns_child_pid > 0) {

Completed in 43 milliseconds