Searched refs:exist (Results 1 – 25 of 25) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-answer.c | 168 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/ |
D | exec-readonlypaths-with-bindpaths.service | 6 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…
|
D | exec-readonlypaths.service | 6 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…
|
D | exec-inaccessiblepaths-mount-propagation.service | 6 InaccessiblePaths=-/i-dont-exist
|
D | exec-readonlypaths-mount-propagation.service | 6 ReadOnlyPaths=-/i-dont-exist
|
D | exec-readwritepaths-mount-propagation.service | 6 ReadWritePaths=-/i-dont-exist
|
D | exec-temporaryfilesystem-rw.service | 8 # Check directories exist
|
D | exec-temporaryfilesystem-ro.service | 8 # Check directories exist
|
/systemd-251/ |
D | README | 298 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.
|
D | TODO | 947 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…
|
D | meson_options.txt | 304 description : 'default locale used when /etc/locale.conf does not exist')
|
D | NEWS | 8 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/ |
D | 71-seat.rules.in | 54 # given that the child devices might not exist yet at the time this
|
/systemd-251/docs/ |
D | INITRD_INTERFACE.md | 18 describe the interfaces that exist between the initrd and systemd. These
|
D | TRANSIENT-SETTINGS.md | 398 Scope units are fully supported as transient units (in fact they only exist as
|
D | GROUP_RECORD.md | 49 as member of a group and doesn't exist it should be ignored. This field
|
D | HACKING.md | 59 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
|
D | PORTABLE_SERVICES.md | 225 overmounted from the host do not exist yet they will be automatically created. 227 to over-mount must exist already.
|
D | USER_RECORD.md | 447 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
|
D | BUILDING_IMAGES.md | 63 a new credential is encrypted and the file does not exist yet.
|
D | JOURNAL_FILE_FORMAT.md | 250 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,
|
D | PORTABILITY_AND_STABILITY.md | 51 … high chance of being accepted, while patches which make the code ugly or exist solely to work aro…
|
D | BOOT_LOADER_SPECIFICATION.md | 322 file does not exist no assumptions should be made.
|
D | CGROUP_DELEGATION.md | 70 violated. On cgroup v1 this rule didn't exist, and hence isn't enforced, even
|
/systemd-251/src/core/ |
D | load-fragment-gperf.gperf.in | 399 {# The following five only exist for compatibility, they moved into Unit, see above #}
|