/systemd-251/src/basic/ |
D | fd-util.c | 207 static int close_all_fds_frugal(const int except[], size_t n_except) { in close_all_fds_frugal() argument 210 assert(n_except == 0 || except); in close_all_fds_frugal() 231 if (fd_in_set(fd, except, n_except)) in close_all_fds_frugal() 244 static int close_all_fds_special_case(const int except[], size_t n_except) { in close_all_fds_special_case() argument 245 assert(n_except == 0 || except); in close_all_fds_special_case() 273 if ((except[0] <= 3 || close_range(3, except[0]-1, 0) >= 0) && in close_all_fds_special_case() 274 (except[0] >= INT_MAX || close_range(MAX(3, except[0]+1), -1, 0) >= 0)) in close_all_fds_special_case() 289 int close_all_fds_without_malloc(const int except[], size_t n_except) { in close_all_fds_without_malloc() argument 292 assert(n_except == 0 || except); in close_all_fds_without_malloc() 294 r = close_all_fds_special_case(except, n_except); in close_all_fds_without_malloc() [all …]
|
D | fd-util.h | 62 int close_all_fds(const int except[], size_t n_except); 63 int close_all_fds_without_malloc(const int except[], size_t n_except);
|
/systemd-251/src/activate/ |
D | activate.c | 71 _cleanup_free_ int *except = NULL; in open_sockets() local 74 except = new(int, n); in open_sockets() 75 if (!except) in open_sockets() 79 except[i] = SD_LISTEN_FDS_START + i; in open_sockets() 82 r = close_all_fds(except, n); in open_sockets()
|
/systemd-251/src/shared/ |
D | exec-util.h | 52 int fork_agent(const char *name, const int except[], size_t n_except, pid_t *ret_pid, const char *p…
|
D | userdb.c | 406 _cleanup_(strv_freep) char **except = NULL, **only = NULL; in userdb_start_query() 423 except = strv_split(e, ":"); in userdb_start_query() 424 if (!except) in userdb_start_query() 438 !strv_contains(except, "io.systemd.Multiplexer") && in userdb_start_query() 487 if (strv_contains(except, de->d_name)) in userdb_start_query()
|
D | exec-util.c | 481 int fork_agent(const char *name, const int except[], size_t n_except, pid_t *ret_pid, const char *p… in fork_agent() argument 493 except, in fork_agent()
|
/systemd-251/src/network/ |
D | networkd-routing-policy-rule.h | 65 int manager_drop_routing_policy_rules_internal(Manager *m, bool foreign, const Link *except);
|
D | networkd-routing-policy-rule.c | 632 static void manager_mark_routing_policy_rules(Manager *m, bool foreign, const Link *except) { in manager_mark_routing_policy_rules() argument 657 if (link == except) in manager_mark_routing_policy_rules() 685 int manager_drop_routing_policy_rules_internal(Manager *m, bool foreign, const Link *except) { in manager_drop_routing_policy_rules_internal() argument 691 manager_mark_routing_policy_rules(m, foreign, except); in manager_drop_routing_policy_rules_internal()
|
D | networkd-nexthop.c | 647 static void manager_mark_nexthops(Manager *manager, bool foreign, const Link *except) { in manager_mark_nexthops() argument 672 if (link == except) in manager_mark_nexthops()
|
D | networkd-route.c | 778 static void manager_mark_routes(Manager *manager, bool foreign, const Link *except) { in manager_mark_routes() argument 808 if (link == except) in manager_mark_routes()
|
/systemd-251/docs/ |
D | ARCHITECTURE.md | 40 - may be used by all code in the tree, except for code in `src/basic/` 44 - may be used by all code in the tree, except for code in `src/basic/`,
|
D | PORTABILITY_AND_STABILITY.md | 51 …ur OS, or b) build systemd for your distro, but leave out all components except the ones you are i… 131 …s solution simply build systemd as you normally would but drop all files except those which you ar… 157 Many other programs support operation without the system manager except when
|
D | UIDS-GIDS.md | 75 users may not (except when there's a consistent local cache kept, that is 179 used except when upgrading systems which were created with different defaults. 301 become available during late boot only), except if a local cache is kept that
|
D | RESOLVED-VPNS.md | 88 considered for routing lookups to except for the ones listed in the 147 3. `wifi0` should not get any special settings, except possibly whatever the
|
D | CODING_STYLE.md | 12 - 8ch indent, no tabs, except for files in `man/` which are 2ch indent, and 140 - Avoid static variables, except for caches and very few other cases. Think 414 own, "non-logging" functions never log on their own (except at debug level)
|
D | USERDB_AND_DESKTOPS.md | 90 this a reality today; except that it will not take care of token
|
D | HOME_DIRECTORY.md | 53 mechanism, except that the home directory is encrypted using `fscrypt`. (Use
|
D | PORTABLE_SERVICES.md | 34 no artifacts around (except maybe messages they might have logged).
|
D | ENVIRONMENT.md | 210 kernel command line option `net.naming-scheme=`, except if the value is
|
D | RANDOM_SEEDS.md | 329 to `CONFIG_RANDOM_TRUST_CPU=y` or `rng_core.default_quality=1000`, except
|
/systemd-251/LICENSES/ |
D | OFL-1.1.txt | 74 Modified Version, except to acknowledge the contribution(s) of the
|
/systemd-251/rules.d/ |
D | 60-persistent-storage.rules | 15 # For partitions import parent disk ID_* information, except ID_FS_*.
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 440 The relaxed user/group name rules accept all names, except for the empty
|
/systemd-251/ |
D | LICENSE.GPL2 | 173 except as expressly provided under this License. Any attempt
|
/systemd-251/hwdb.d/ |
D | 60-sensor.hwdb | 482 # the whole dmi modalias, except for the BIOS version/date
|