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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c143 static int sshpam_thread_status = -1; variable
152 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, WNOHANG)
156 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, 0)
160 if (WIFSIGNALED(sshpam_thread_status) &&
161 WTERMSIG(sshpam_thread_status) == SIGTERM)
163 if (!WIFEXITED(sshpam_thread_status))
165 if (WEXITSTATUS(sshpam_thread_status) != 0)
184 sshpam_thread_status = -1;
216 if (sshpam_thread_status != -1)
217 return (sshpam_thread_status);
[all...]

Completed in 75 milliseconds