Searched refs:restore_flags (Results 1 – 2 of 2) sorted by relevance
157 int restore_flags[3];/* flags to restore */ member
455 c->restore_flags[0] = val; in channel_register_fds()461 c->restore_flags[1] = val; in channel_register_fds()467 c->restore_flags[2] = val; in channel_register_fds()556 (void)fcntl(*fdp, F_SETFL, c->restore_flags[0]); in channel_close_fd()559 (void)fcntl(*fdp, F_SETFL, c->restore_flags[1]); in channel_close_fd()562 (void)fcntl(*fdp, F_SETFL, c->restore_flags[2]); in channel_close_fd()