Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dmonitor.h85 int m_log_sendfd; member
H A Dmonitor.c264 if (pmonitor->m_log_sendfd >= 0) in monitor_child_preauth()
265 close(pmonitor->m_log_sendfd); in monitor_child_preauth()
266 pmonitor->m_log_sendfd = pmonitor->m_recvfd = -1; in monitor_child_preauth()
350 if (pmonitor->m_log_sendfd >= 0) in monitor_child_preauth()
351 close(pmonitor->m_log_sendfd); in monitor_child_preauth()
1789 mon->m_log_sendfd = pair[1]; in monitor_openfds()
1791 mon->m_log_recvfd = mon->m_log_sendfd = -1; in monitor_openfds()
H A Dmonitor_wrap.c96 if (mon->m_log_sendfd == -1) in mm_log_handler()
110 if (atomicio(vwrite, mon->m_log_sendfd, in mm_log_handler()