Searched refs:close_all_fds (Results 1 - 11 of 11) sorted by relevance

/systemd/src/basic/
H A Dfd-util.h67 int close_all_fds(const int except[], unsigned n_except);
H A Dfd-util.c199 int close_all_fds(const int except[], unsigned n_except) { function
H A Dfdset.c258 return close_all_fds(a, j);
H A Dprocess-util.c664 close_all_fds(NULL, 0);
H A Dutil.c401 close_all_fds(except, n_except);
/systemd/src/nspawn/
H A Dnspawn-stub-pid1.c64 close_all_fds(NULL, 0);
H A Dnspawn-setuid.c75 close_all_fds(NULL, 0);
/systemd/src/login/
H A Dinhibit.c280 close_all_fds(NULL, 0);
/systemd/src/activate/
H A Dactivate.c91 close_all_fds(except, 3 + n);
/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c730 close_all_fds(s+1, 1);
/systemd/src/core/
H A Dexecute.c1436 return close_all_fds(dont_close, n_dont_close);
1855 r = close_all_fds(fds, n_fds);

Completed in 4522 milliseconds