/systemd-251/src/core/ |
D | dbus-timer.c | 254 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()
|
D | dbus-path.c | 80 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()
|
D | dbus-socket.c | 360 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/ |
D | 60-persistent-input.rules | 22 # 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/ |
D | 60-persistent-input.rules | 22 # 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/ |
D | testsuite-58.sh | 97 --empty=create \ 130 --empty=create \ 222 …tions=/tmp/testsuite-58-sector/ --seed=750b6cd5c4ae4012a15e7be3c29e6a47 --empty=require --dry-run=…
|
D | dml-discard-empty.service | 3 Description=DML discard empty service
|
D | dml-override-empty.service | 3 Description=DML override empty service
|
D | dml-passthrough-empty.service | 3 Description=DML passthrough empty service
|
D | testsuite-62-4.service | 3 Description=TEST-62-RESTRICT-IFACES-empty-assigment
|
/systemd-251/src/basic/ |
D | macro.h | 386 #define DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(type, func, empty) \ argument 388 if (*p != (empty)) { \ 390 *p = (empty); \
|
/systemd-251/src/libudev/ |
D | test-libudev.c | 232 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/ |
D | exec-temporaryfilesystem-usr.service | 8 # Check TemporaryFileSystem= are empty
|
D | exec-temporaryfilesystem-rw.service | 11 # Check TemporaryFileSystem= are empty
|
D | exec-temporaryfilesystem-ro.service | 11 # Check TemporaryFileSystem= are empty
|
/systemd-251/docs/ |
D | RELEASE.md | 25 16. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable --atom…
|
D | CONVERTING_TO_HOMED.md | 112 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
|
D | TRANSLATORS.md | 61 Edit the `*.po` file, looking for empty translations and translations marked as
|
D | BOOT_LOADER_INTERFACE.md | 47 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
|
D | PORTING_TO_NEW_ARCHITECTURES.md | 53 support booting into OS trees that have an empty root directory with only
|
D | USER_NAMES.md | 32 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/ |
D | netlink-types.c | 13 DEFINE_TYPE_SYSTEM(empty);
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 46 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \ 113 '--settle[Also wait for udev queue being empty.]' \
|
D | _systemd | 29 {-a,--all}'[Show all groups, including empty]' \
|
/systemd-251/src/shared/ |
D | format-table.h | 105 int table_set_empty_string(Table *t, const char *empty);
|