Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/iscsid/
H A Discsid.c67 static pid_t iscsi_child_pid; variable
163 iscsi_child_pid = fork(); in main()
164 if (iscsi_child_pid < 0) { in main()
171 if (iscsi_child_pid) { in main()
306 ret_pid = waitpid(iscsi_child_pid, &status, WNOHANG); in sigchld_handler()
308 if (ret_pid == iscsi_child_pid) { in sigchld_handler()