Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-answer.c168 DnsAnswerItem tmp, *exist; in dns_answer_add() local
182 exist = ordered_set_get(a->items, &tmp); in dns_answer_add()
183 if (exist) { in dns_answer_add()
187 if ((rr->ttl == 0) != (exist->rr->ttl == 0)) in dns_answer_add()
191 if (rr->ttl > exist->rr->ttl) { in dns_answer_add()
192 DNS_RR_REPLACE(exist->rr, dns_resource_record_ref(rr)); in dns_answer_add()
196 DNS_RR_REPLACE(exist->rrsig, dns_resource_record_ref(rrsig)); in dns_answer_add()
199 exist->flags |= flags; in dns_answer_add()
203 assert_se(ordered_set_remove(a->items, exist) == exist); in dns_answer_add()
204 assert_se(ordered_set_put(a->items, exist) == 1); in dns_answer_add()
/systemd-251/test/test-execute/
Dexec-readonlypaths-with-bindpaths.service6 ReadOnlyPaths=/etc -/i-dont-exist /usr
8 ExecStart=/bin/sh -x -c 'test ! -w /etc && test ! -w /usr && test ! -e /i-dont-exist && test -w /va…
Dexec-readonlypaths.service6 ReadOnlyPaths=/usr /etc /sys /dev -/i-dont-exist
9 ExecStart=/bin/sh -x -c 'test ! -w /dev && test ! -w /dev/shm && test ! -e /i-dont-exist && test -w…
Dexec-inaccessiblepaths-mount-propagation.service6 InaccessiblePaths=-/i-dont-exist
Dexec-readonlypaths-mount-propagation.service6 ReadOnlyPaths=-/i-dont-exist
Dexec-readwritepaths-mount-propagation.service6 ReadWritePaths=-/i-dont-exist
Dexec-temporaryfilesystem-rw.service8 # Check directories exist
Dexec-temporaryfilesystem-ro.service8 # Check directories exist
/systemd-251/
DREADME298 group to exist. New journal files will be readable by this group (but
304 user and group to exist. During execution this network facing service
308 system user and group to exist.
311 system user and group to exist.
314 user and group to exist.
DTODO947 else. Similar, ManagerSlice= should exist so that PID1's own scope unit could
1076 a user/group for a service only has to exist on the host for the right
1237 * verify that the AF_UNIX sockets of a service in the fs still exist
1351 * initialize the hostname from the fs label of /, if /etc/hostname does not exist?
1607 any non-system users exist, and if not prompts interactively for basic user
1657 doesn't exist within the configured size bounds the whole command fails. This
1666 * systemd-repart: add per-partition option to fail if partition already exist,
1667 i.e. is not added new. Similar, add option to fail if partition does not exist yet.
1697 …- systemctl enable: fail if target to alias into does not exist? maybe show how many units are ena…
Dmeson_options.txt304 description : 'default locale used when /etc/locale.conf does not exist')
DNEWS8 and CLOCK_BOOTTIME is now assumed to always exist.
1470 suitable root or /usr/ partitions exist in the image, then a simple
1489 executes no operation if the declared users already exist, and hence
1833 UID mapped mounts do not exist; or your container actually needs
2901 partitions do not exist yet or they exist fully encrypted, formatted,
3643 /run/cryptsetup-keys.d/<volume>.key, if any of these files exist.
3804 Specifically, a set of partitions that must or may exist can be
4576 routes such as default routes exist. This behaviour may be turned on
5231 may need to create these users and groups if they not exist (or need
5256 that doesn't exist. With Type=simple starting the unit would be
[all …]
/systemd-251/rules.d/
D71-seat.rules.in54 # given that the child devices might not exist yet at the time this
/systemd-251/docs/
DINITRD_INTERFACE.md18 describe the interfaces that exist between the initrd and systemd. These
DTRANSIENT-SETTINGS.md398 Scope units are fully supported as transient units (in fact they only exist as
DGROUP_RECORD.md49 as member of a group and doesn't exist it should be ignored. This field
DHACKING.md59 both instructs mkosi to build cached images if they don't exist yet and to use
60 cached images if they already exist so make sure to always specify `-i` if you
DPORTABLE_SERVICES.md225 overmounted from the host do not exist yet they will be automatically created.
227 to over-mount must exist already.
DUSER_RECORD.md447 required that all groups listed exist in all contexts: any entry for which no
825 directory that cannot be mounted currently because it does not exist on the
933 Note that other mechanisms for establishing sufficient trust exist too, and are
937 exist outside of the local trusted system, hence transfer and trust in the
DBUILDING_IMAGES.md63 a new credential is encrypted and the file does not exist yet.
DJOURNAL_FILE_FORMAT.md250 unconditionally exist in all revisions of the file format, all fields starting
655 hash table should be checked. If the data field does not yet exist in the file,
DPORTABILITY_AND_STABILITY.md51 … high chance of being accepted, while patches which make the code ugly or exist solely to work aro…
DBOOT_LOADER_SPECIFICATION.md322 file does not exist no assumptions should be made.
DCGROUP_DELEGATION.md70 violated. On cgroup v1 this rule didn't exist, and hence isn't enforced, even
/systemd-251/src/core/
Dload-fragment-gperf.gperf.in399 {# The following five only exist for compatibility, they moved into Unit, see above #}