Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 48) sorted by relevance

12

/systemd-251/src/core/
Ddbus-timer.c254 bool empty = true; in bus_timer_set_transient_property() local
272 empty = false; in bus_timer_set_transient_property()
281 if (!UNIT_WRITE_FLAGS_NOOP(flags) && empty) { in bus_timer_set_transient_property()
290 bool empty = true; in bus_timer_set_transient_property() local
308 empty = false; in bus_timer_set_transient_property()
317 if (!UNIT_WRITE_FLAGS_NOOP(flags) && empty) { in bus_timer_set_transient_property()
Ddbus-path.c80 bool empty = true; in bus_path_set_transient_property() local
123 empty = false; in bus_path_set_transient_property()
132 if (!UNIT_WRITE_FLAGS_NOOP(flags) && empty) { in bus_path_set_transient_property()
Ddbus-socket.c360 bool empty = true; in bus_socket_set_transient_property() local
410 empty = false; in bus_socket_set_transient_property()
424 if (!UNIT_WRITE_FLAGS_NOOP(flags) && empty) { in bus_socket_set_transient_property()
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-persistent-input.rules22 # fill empty serial number
30 # allow empty class for USB devices, by appending the interface number
38 # allow empty class for platform and usb devices; platform supports only a single interface that way
/systemd-251/rules.d/
D60-persistent-input.rules22 # fill empty serial number
30 # allow empty class for USB devices, by appending the interface number
38 # allow empty class for platform, usb and i2c devices; platform supports only a single interface th…
/systemd-251/test/units/
Dtestsuite-58.sh97 --empty=create \
130 --empty=create \
222 …tions=/tmp/testsuite-58-sector/ --seed=750b6cd5c4ae4012a15e7be3c29e6a47 --empty=require --dry-run=…
Ddml-discard-empty.service3 Description=DML discard empty service
Ddml-override-empty.service3 Description=DML override empty service
Ddml-passthrough-empty.service3 Description=DML passthrough empty service
Dtestsuite-62-4.service3 Description=TEST-62-RESTRICT-IFACES-empty-assigment
/systemd-251/src/basic/
Dmacro.h386 #define DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(type, func, empty) \ argument
388 if (*p != (empty)) { \
390 *p = (empty); \
/systemd-251/src/libudev/
Dtest-libudev.c232 bool empty; in test_queue() local
238 empty = udev_queue_get_queue_is_empty(udev_queue); in test_queue()
239 log_info("queue is %s", empty ? "empty" : "not empty"); in test_queue()
/systemd-251/test/test-execute/
Dexec-temporaryfilesystem-usr.service8 # Check TemporaryFileSystem= are empty
Dexec-temporaryfilesystem-rw.service11 # Check TemporaryFileSystem= are empty
Dexec-temporaryfilesystem-ro.service11 # Check TemporaryFileSystem= are empty
/systemd-251/docs/
DRELEASE.md25 16. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable --atom…
DCONVERTING_TO_HOMED.md112 5. Your new user account exists now, but it has an empty home directory. Let's
127 the command completes the old home directory should be empty. Let's remove
DTRANSLATORS.md61 Edit the `*.po` file, looking for empty translations and translations marked as
DBOOT_LOADER_INTERFACE.md47 boot loader. A boot loader entry identifier should be a short, non-empty
102 that directory is empty, and only if no other file systems are mounted
DPORTING_TO_NEW_ARCHITECTURES.md53 support booting into OS trees that have an empty root directory with only
DUSER_NAMES.md32 direction, meaning that strictly speaking according to POSIX both the empty
69 names. An additional, common rule between both modes listed below is that empty
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types.c13 DEFINE_TYPE_SYSTEM(empty);
/systemd-251/shell-completion/zsh/
D_udevadm46 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \
113 '--settle[Also wait for udev queue being empty.]' \
D_systemd29 {-a,--all}'[Show all groups, including empty]' \
/systemd-251/src/shared/
Dformat-table.h105 int table_set_empty_string(Table *t, const char *empty);

12