Home
last modified time | relevance | path

Searched refs:iscsi_child_pid (Results 1 – 1 of 1) sorted by relevance

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