Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 41) sorted by relevance

12

/systemd-251/src/basic/
Dstrbuf.c90 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()
Dhashmap.c522 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/
DPORTING_TO_NEW_ARCHITECTURES.md34 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
DAUTOMATIC_BOOT_ASSESSMENT.md63 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
DCONTRIBUTING.md20 …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
Dstyle.css95 margin-right: 10%;
131 margin-right: auto;
DTEMPORARY_DIRECTORIES.md103 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
DDISTRO_PORTING.md15 1. Find the right configure parameters for:
DCODE_QUALITY.md64 ensure that editors follow the right indentiation styles automatically.
DINITRD_INTERFACE.md35 to set up this directory and executable in the right way so that this works
DCODING_STYLE.md283 (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.
DNETWORK_ONLINE.md163 The right "wait" service must be enabled:
177 To verify that the right service is enabled (usually only one should be):
DBLOCK_DEVICE_LOCKING.md99 (`mkfs`, `fsck`, …) or partition tables (`fdisk`, `parted`, …), right after
DHACKING.md177 right in your editor of choice (with the right plugin installed). When using mkosi, we can run clan…
/systemd-251/
DREADME.md5 <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
DTODO216 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/
Djournal-file.c2418 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/
D10-mkosi.debian71 …ary ones appear to change names too often, and the -dev package pulls the right deps in automatica…
/systemd-251/mkosi.default.d/ubuntu/
D10-mkosi.ubuntu69 …ary ones appear to change names too often, and the -dev package pulls the right deps in automatica…
/systemd-251/hwdb.d/
Dmeson.build3 # Those files right now are not supported by the grammar. Also,
/systemd-251/units/
Dsyslog.socket33 # symlink to itself, so that this socket activates the right actual
/systemd-251/test/fuzz/fuzz-unit-file/
Dsyslog.socket34 # symlink to itself, so that this socket activates the right actual
/systemd-251/rules.d/
D60-persistent-storage.rules126 # the right device, to access specific disks in a race-free fashion)
/systemd-251/LICENSES/
DCC0-1.0.txt45 i. the right to reproduce, adapt, distribute, perform, display,
/systemd-251/test/
Dtest-systemctl-enable.sh604 VARIANT_ID=right

12