/systemd-251/src/core/ |
D | audit-fd.c | 17 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()
|
D | selinux-setup.c | 33 bool initialized = false; in mac_selinux_setup() local 54 initialized = !streq(con, "kernel"); in mac_selinux_setup() 94 if (!initialized) in mac_selinux_setup()
|
D | selinux-access.c | 28 static bool initialized = false; variable 144 if (initialized) in access_init() 170 initialized = true; in access_init()
|
/systemd-251/src/udev/ |
D | udev-builtin.c | 12 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/ |
D | uid-alloc-range.c | 92 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()
|
D | selinux-util.c | 38 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()
|
D | utmp-wtmp.h | 33 static inline void utxent_cleanup(bool *initialized) { in utxent_cleanup() argument 34 if (initialized) in utxent_cleanup()
|
D | install.h | 210 bool initialized; member
|
D | install.c | 3229 ps.initialized = true; in read_presets() 3325 if (!cached->initialized) { in unit_file_query_preset()
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 37 '--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/ |
D | systemd-random-seed.service.in | 28 # 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/ |
D | RANDOM_SEEDS.md | 20 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 …]
|
D | BUILDING_IMAGES.md | 40 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
|
D | CODING_STYLE.md | 209 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
|
D | BOOT_LOADER_INTERFACE.md | 17 when the loader was initialized. This value is the time spent in the firmware
|
D | ROOT_STORAGE_DAEMONS.md | 57 started before systemd got initialized and stay around until after systemd is
|
D | JOURNAL_FILE_FORMAT.md | 102 All fields marked as "reserved" must be initialized with 0 when writing and be 190 initialized.
|
D | HACKING.md | 249 the cached images are initialized (`mkosi -i`).
|
D | CONTAINER_INTERFACE.md | 22 (that file overrides whatever is pre-initialized by the container manager).
|
D | BOOT_LOADER_SPECIFICATION.md | 236 display. This can be defined freely though should typically be initialized
|
/systemd-251/shell-completion/bash/ |
D | udevadm | 55 --initialized-match --initialized-nomatch' 67 [WAIT]='-t --timeout --initialized=no --removed --settle'
|
/systemd-251/.lgtm/cpp-queries/ |
D | UninitializedVariableWithCleanup.ql | 110 select va, "The variable $@ may not be initialized here, but has a cleanup handler.", v, v.getName()
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 78-sound-card.rules | 30 # When the application is initialized at the same time as a device is plugged
|
/systemd-251/rules.d/ |
D | 78-sound-card.rules | 30 # When the application is initialized at the same time as a device is plugged
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 508 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
|