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

/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c68 static pid_t iscsi_child_pid; variable
164 iscsi_child_pid = fork();
165 if (iscsi_child_pid < 0) {
172 if (iscsi_child_pid) {
307 ret_pid = waitpid(iscsi_child_pid, &status, WNOHANG);
309 if (ret_pid == iscsi_child_pid) {

Completed in 54 milliseconds