Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 30) sorted by relevance

12

/systemd-251/src/core/
Daudit-fd.c17 static bool initialized = false; variable
22 if (!initialized) { in get_audit_fd()
25 initialized = true; in get_audit_fd()
39 initialized = true; in get_audit_fd()
47 if (initialized && audit_fd >= 0) in close_audit_fd()
50 initialized = true; in close_audit_fd()
Dselinux-setup.c33 bool initialized = false; in mac_selinux_setup() local
54 initialized = !streq(con, "kernel"); in mac_selinux_setup()
94 if (!initialized) in mac_selinux_setup()
Dselinux-access.c28 static bool initialized = false; variable
144 if (initialized) in access_init()
170 initialized = true; in access_init()
/systemd-251/src/udev/
Dudev-builtin.c12 static bool initialized; variable
35 if (initialized) in udev_builtin_init()
42 initialized = true; in udev_builtin_init()
46 if (!initialized) in udev_builtin_exit()
53 initialized = false; in udev_builtin_exit()
/systemd-251/src/shared/
Duid-alloc-range.c92 static thread_local int initialized = 0; /* == 0 → not initialized yet in acquire_ugid_allocation_range() local
100 if (initialized == 0) in acquire_ugid_allocation_range()
101 initialized = read_login_defs(&defs, NULL, NULL) < 0 ? -1 : 1; in acquire_ugid_allocation_range()
102 if (initialized < 0) in acquire_ugid_allocation_range()
Dselinux-util.c38 static bool initialized = false; variable
153 if (initialized) in mac_selinux_init()
179 initialized = true; in mac_selinux_init()
188 if (!initialized) in mac_selinux_maybe_reload()
222 initialized = false; in mac_selinux_finish()
Dutmp-wtmp.h33 static inline void utxent_cleanup(bool *initialized) { in utxent_cleanup() argument
34 if (initialized) in utxent_cleanup()
Dinstall.h210 bool initialized; member
Dinstall.c3229 ps.initialized = true; in read_presets()
3325 if (!cached->initialized) { in unit_file_query_preset()
/systemd-251/shell-completion/zsh/
D_udevadm37 '--initialized-match[Trigger events for devices that are already initialized.]' \
38 '--initialized-nomatch[Trigger events for devices that are not initialized yet.]' \
111 '--initialized=[Wait for devices being initialized by systemd-udevd.]:boolean:(yes no)' \
/systemd-251/units/
Dsystemd-random-seed.service.in28 # This service waits until the kernel's entropy pool is initialized, and may be
29 # used as ordering barrier for service that require an initialized entropy
/systemd-251/docs/
DRANDOM_SEEDS.md20 it. This entropy pool needs to be initialized with a minimal level of entropy
22 applications. Until the entropy pool is fully initialized application requests
30 program will synchronously block until the random pool is fully initialized
35 pool is not initialized yet.
40 is not initialized. The provided random bytes will be of low quality in this
100 the entropy pool is typically not yet initialized, and thus requests to acquire
149 initialized, this is identical to `getrandom(0)`, returning cryptographically
150 secure random numbers, but before it's initialized it has the nice effect of
181 kernel's entropy pool is initialized before completing start-up. It may thus
183 require an initialized entropy pool to operate correctly.
[all …]
DBUILDING_IMAGES.md40 shipped pre-initialized, every instance will seed its random pool with the
110 2. PID 1 will initialize `/etc/machine-id` automatically if not initialized yet
246 ID the system is already past the first boot. If it is not initialized yet it
DCODING_STYLE.md209 the point where they can be initialized. Avoid huge variable declaration
312 half-initialized objects, too.
328 which will always work regardless if `p` is initialized or not, and
DBOOT_LOADER_INTERFACE.md17 when the loader was initialized. This value is the time spent in the firmware
DROOT_STORAGE_DAEMONS.md57 started before systemd got initialized and stay around until after systemd is
DJOURNAL_FILE_FORMAT.md102 All fields marked as "reserved" must be initialized with 0 when writing and be
190 initialized.
DHACKING.md249 the cached images are initialized (`mkosi -i`).
DCONTAINER_INTERFACE.md22 (that file overrides whatever is pre-initialized by the container manager).
DBOOT_LOADER_SPECIFICATION.md236 display. This can be defined freely though should typically be initialized
/systemd-251/shell-completion/bash/
Dudevadm55 --initialized-match --initialized-nomatch'
67 [WAIT]='-t --timeout --initialized=no --removed --settle'
/systemd-251/.lgtm/cpp-queries/
DUninitializedVariableWithCleanup.ql110 select va, "The variable $@ may not be initialized here, but has a cleanup handler.", v, v.getName()
/systemd-251/test/fuzz/fuzz-udev-rules/
D78-sound-card.rules30 # When the application is initialized at the same time as a device is plugged
/systemd-251/rules.d/
D78-sound-card.rules30 # When the application is initialized at the same time as a device is plugged
/systemd-251/catalog/
Dsystemd.catalog.in508 possesses have been fully probed and initialized, delaying boot until this
511 probed and initialized. Thus, in the general case, it's no longer possible to

12