Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 35) sorted by relevance

12

/systemd-251/src/basic/
Dfd-util.c207 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 …]
Dfd-util.h62 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/
Dactivate.c71 _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/
Dexec-util.h52 int fork_agent(const char *name, const int except[], size_t n_except, pid_t *ret_pid, const char *p…
Duserdb.c406 _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()
Dexec-util.c481 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/
Dnetworkd-routing-policy-rule.h65 int manager_drop_routing_policy_rules_internal(Manager *m, bool foreign, const Link *except);
Dnetworkd-routing-policy-rule.c632 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()
Dnetworkd-nexthop.c647 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()
Dnetworkd-route.c778 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/
DARCHITECTURE.md40 - 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/`,
DPORTABILITY_AND_STABILITY.md51 …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
DUIDS-GIDS.md75 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
DRESOLVED-VPNS.md88 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
DCODING_STYLE.md12 - 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)
DUSERDB_AND_DESKTOPS.md90 this a reality today; except that it will not take care of token
DHOME_DIRECTORY.md53 mechanism, except that the home directory is encrypted using `fscrypt`. (Use
DPORTABLE_SERVICES.md34 no artifacts around (except maybe messages they might have logged).
DENVIRONMENT.md210 kernel command line option `net.naming-scheme=`, except if the value is
DRANDOM_SEEDS.md329 to `CONFIG_RANDOM_TRUST_CPU=y` or `rng_core.default_quality=1000`, except
/systemd-251/LICENSES/
DOFL-1.1.txt74 Modified Version, except to acknowledge the contribution(s) of the
/systemd-251/rules.d/
D60-persistent-storage.rules15 # For partitions import parent disk ID_* information, except ID_FS_*.
/systemd-251/catalog/
Dsystemd.catalog.in440 The relaxed user/group name rules accept all names, except for the empty
/systemd-251/
DLICENSE.GPL2173 except as expressly provided under this License. Any attempt
/systemd-251/hwdb.d/
D60-sensor.hwdb482 # the whole dmi modalias, except for the BIOS version/date

12