/systemd-251/src/basic/ |
D | strbuf.c | 90 int left = 0, right = node->children_count; in bubbleinsert() local 92 while (right > left) { in bubbleinsert() 93 int middle = (right + left) / 2 ; in bubbleinsert() 97 right = middle; in bubbleinsert()
|
D | hashmap.c | 522 unsigned left, right, prev, dib; in base_remove_entry() local 535 for (right = next_idx(h, left); ; right = next_idx(h, right)) { in base_remove_entry() 536 raw_dib = dibs[right]; in base_remove_entry() 543 assert(left != right); in base_remove_entry() 562 for (prev = left, left = next_idx(h, left); left != right; in base_remove_entry()
|
/systemd-251/docs/ |
D | PORTING_TO_NEW_ARCHITECTURES.md | 34 variable logic in `meson.build` to be set to the right architecture string 41 4. Make sure to register the right system call numbers for your architecture in 44 in very new glibc), and we need to know the right numbers for them. It might
|
D | AUTOMATIC_BOOT_ASSESSMENT.md | 63 those need to be separated by `-`) right before the `.conf` suffix, then boot 205 right-away, so that it never is tried again, how do I do that?* — You may 207 current boot loader entry as "bad" right-away so that it isn't tried again
|
D | CONTRIBUTING.md | 20 …asier for us to process your issue, and ensures we won't close your issue right-away for being mis… 44 We'd like to apologize in advance if we are not able to process and reply to your issue or PR right…
|
D | style.css | 95 margin-right: 10%; 131 margin-right: auto;
|
D | TEMPORARY_DIRECTORIES.md | 103 files right after creating them to ensure that on unexpected program 185 2. `unlink()` temporary files right after creating them. This is very similar 186 to `O_TMPFILE` behaviour: consider deleting temporary files right after
|
D | DISTRO_PORTING.md | 15 1. Find the right configure parameters for:
|
D | CODE_QUALITY.md | 64 ensure that editors follow the right indentiation styles automatically.
|
D | INITRD_INTERFACE.md | 35 to set up this directory and executable in the right way so that this works
|
D | CODING_STYLE.md | 283 (true)`. To avoid the discussion what the right always-true expression for an 561 - When you allocate a file descriptor, it should be made `O_CLOEXEC` right from 564 right from the beginning. This also applies to sockets. Effectively, this 646 hence we might want to call it "big endian" right-away.
|
D | NETWORK_ONLINE.md | 163 The right "wait" service must be enabled: 177 To verify that the right service is enabled (usually only one should be):
|
D | BLOCK_DEVICE_LOCKING.md | 99 (`mkfs`, `fsck`, …) or partition tables (`fdisk`, `parted`, …), right after
|
D | HACKING.md | 177 right in your editor of choice (with the right plugin installed). When using mkosi, we can run clan…
|
/systemd-251/ |
D | README.md | 5 <a href="http://in.waw.pl/systemd-github-state/systemd-systemd-issues.svg"><img align="right" src="… 6 <a href="http://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests.svg"><img align="right…
|
D | TODO | 216 the TPM, and bind to the right PCR the kernel is measured to. 302 look for right in the sd-boot binary. i.e. take inspiration from sd-stub 560 make dirs appear under right UID. 736 activated right before hibernation and thus never used for regular swapping. 912 usually IN_ATTRIB is the right way to watch deleted files, as the former only 1038 services results in two things: we raise SIGSTOP right before invoking 1075 find a way to map the User=/Group= of the service to the right name. This way 1076 a user/group for a service only has to exist on the host for the right 1347 * MountFlags=shared acts as MountFlags=slave right now. 1594 the right one for signing records automatically depending on a pre-existing [all …]
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.c | 2418 uint64_t left, right, k, lp; in generic_array_bisect() local 2425 right = MIN(k, n); in generic_array_bisect() 2426 if (right <= 0) in generic_array_bisect() 2429 i = right - 1; in generic_array_bisect() 2448 right -= 1; in generic_array_bisect() 2451 assert(last_index <= right); in generic_array_bisect() 2475 right = x; in generic_array_bisect() 2480 if (last_index < right) { in generic_array_bisect() 2495 right = y; in generic_array_bisect() 2502 if (left == right) { in generic_array_bisect() [all …]
|
/systemd-251/mkosi.default.d/debian/ |
D | 10-mkosi.debian | 71 …ary ones appear to change names too often, and the -dev package pulls the right deps in automatica…
|
/systemd-251/mkosi.default.d/ubuntu/ |
D | 10-mkosi.ubuntu | 69 …ary ones appear to change names too often, and the -dev package pulls the right deps in automatica…
|
/systemd-251/hwdb.d/ |
D | meson.build | 3 # Those files right now are not supported by the grammar. Also,
|
/systemd-251/units/ |
D | syslog.socket | 33 # symlink to itself, so that this socket activates the right actual
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | syslog.socket | 34 # symlink to itself, so that this socket activates the right actual
|
/systemd-251/rules.d/ |
D | 60-persistent-storage.rules | 126 # the right device, to access specific disks in a race-free fashion)
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 45 i. the right to reproduce, adapt, distribute, perform, display,
|
/systemd-251/test/ |
D | test-systemctl-enable.sh | 604 VARIANT_ID=right
|