Searched refs:except_fds (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | process-util.h | 155 int safe_fork_full(const char *name, const int except_fds[], size_t n_except_fds, ForkFlags flags, … 161 int namespace_fork(const char *outer_name, const char *inner_name, const int except_fds[], size_t n…
|
D | process-util.c | 1211 const int except_fds[], in safe_fork_full() argument 1362 r = close_all_fds(except_fds, n_except_fds); in safe_fork_full() 1406 const int except_fds[], in namespace_fork() argument 1422 …r = safe_fork_full(outer_name, except_fds, n_except_fds, (flags|FORK_DEATHSIG) & ~(FORK_REOPEN_LOG… in namespace_fork() 1437 …r = safe_fork_full(inner_name, except_fds, n_except_fds, flags & ~(FORK_WAIT|FORK_RESET_SIGNALS|FO… in namespace_fork()
|