Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_worker.c85 int keep_fd in close_all_except() argument
90 for (fd = 0; fd < keep_fd; fd++) in close_all_except()
93 close_all_beyond(keep_fd); in close_all_except()
105 int keep_fd in close_all_beyond() argument
109 closefrom(keep_fd + 1); in close_all_beyond()
116 if (fcntl(keep_fd + 1, F_CLOSEM, 0) == -1) in close_all_beyond()
117 msyslog(LOG_ERR, "F_CLOSEM(%d): %m", keep_fd + 1); in close_all_beyond()
123 for (fd = keep_fd + 1; fd < max_fd; fd++) in close_all_beyond()
H A Dwork_fork.c478 int keep_fd; in fork_blocking_child() local
601 keep_fd = max(c->req_read_pipe, c->resp_write_pipe); in fork_blocking_child()
602 for (fd = 3; fd < keep_fd; fd++) in fork_blocking_child()
606 close_all_beyond(keep_fd); in fork_blocking_child()