Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dchannels.h153 int restore_block; /* fd mask to restore blocking status */ member
Dchannels.c433 c->restore_block = 0; in channel_register_fds()
444 c->restore_block |= CHANNEL_RESTORE_RFD; in channel_register_fds()
450 c->restore_block |= CHANNEL_RESTORE_WFD; in channel_register_fds()
456 c->restore_block |= CHANNEL_RESTORE_EFD; in channel_register_fds()
543 (c->restore_block & CHANNEL_RESTORE_RFD) != 0) in channel_close_fd()
546 (c->restore_block & CHANNEL_RESTORE_WFD) != 0) in channel_close_fd()
549 (c->restore_block & CHANNEL_RESTORE_EFD) != 0) in channel_close_fd()