Home | History | Annotate | Download | only in openssh

Lines Matching refs:m_pid

358 	if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
359 kill(pmonitor->m_pid, SIGALRM);
645 pmonitor->m_pid = pid;
704 pmonitor->m_pid = fork();
705 if (pmonitor->m_pid == -1)
707 else if (pmonitor->m_pid != 0) {
708 verbose("User child is on pid %ld", (long)pmonitor->m_pid);