/systemd-251/src/test/ |
D | test-exec-util.c | 60 *overridden, *override, in test_execute_directory_one() local 76 override = strjoina(tmp_hi, "/overridden"); in test_execute_directory_one() 93 assert_se(write_string_file(override, in test_execute_directory_one() 113 assert_se(chmod(override, 0755) == 0); in test_execute_directory_one() 143 const char *name, *name2, *name3, *overridden, *override, *masked, *mask; in TEST() local 161 override = strjoina(tmp_hi, "/30-override"); in TEST() 178 assert_se(write_string_file(override, t, WRITE_STRING_FILE_CREATE) == 0); in TEST() 189 assert_se(chmod(override, 0755) == 0); in TEST()
|
/systemd-251/src/systemctl/ |
D | systemctl-set-default.c | 37 _cleanup_free_ char *override = NULL; in emit_cmdline_warning() local 40 r = proc_cmdline_parse(parse_proc_cmdline_item, &override, 0); in emit_cmdline_warning() 43 if (override) in emit_cmdline_warning() 45 override); in emit_cmdline_warning()
|
/systemd-251/test/units/ |
D | dml-override-empty.service | 3 Description=DML override empty service 6 Slice=dml-override.slice
|
D | testsuite-55.sh | 124 echo "[Service]" >/etc/systemd/system/testsuite-55-testbloat.service.d/override.conf 125 …o "ManagedOOMPreference=avoid" >>/etc/systemd/system/testsuite-55-testbloat.service.d/override.conf
|
D | dml-override.slice | 3 Description=DML override slice
|
D | testsuite-07.sh | 25 cat >/etc/systemd/system/my.timer.d/override.conf <<EOF
|
D | testsuite-15.sh | 113 cat >/usr/lib/systemd/system/service.d/override.conf <<EOF 192 " >/usr/lib/systemd/system/$dropin/override.conf 412 cat >/usr/lib/systemd/system/test15-a.service.d/override.conf <<EOF 525 cat >/tmp/testsuite-15-test15-a-dropin-directory/override.conf <<EOF
|
D | testsuite-29.sh | 25 cat <<EOF >/run/systemd/system/systemd-portabled.service.d/override.conf
|
/systemd-251/.lgtm/cpp-queries/ |
D | UninitializedVariableWithCleanup.ql | 42 override predicate isSource(ControlFlowNode node, StackVariable v) { node = declWithNoInit(v) } 56 override predicate isSink(ControlFlowNode node, StackVariable v) { useOfVar(v, node) } 58 override predicate isBarrier(ControlFlowNode node, StackVariable v) {
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-delta | 16 {-t+,--type=}'[Only display a selected set of override types]:types:_systemd-delta_types' \
|
D | _systemctl.in | 493 …{-f,--force}'[When enabling unit files, override existing symlinks. When shutting down, execute ac…
|
/systemd-251/test/test-execute/ |
D | exec-temporaryfilesystem-options.service | 9 # Let's override some of them, and test "ro".
|
/systemd-251/src/basic/ |
D | env-util.h | 64 int putenv_dup(const char *assignment, bool override);
|
D | env-util.c | 788 int putenv_dup(const char *assignment, bool override) { in putenv_dup() argument 798 return RET_NERRNO(setenv(n, e + 1, override)); in putenv_dup()
|
/systemd-251/docs/ |
D | ENVIRONMENT.md | 69 * `$SYSTEMD_DEFAULT_HOSTNAME` — override the compiled-in fallback hostname 131 * `$SYSTEMD_NSPAWN_CONTAINER_SERVICE=…` — override the "service" name nspawn 248 * `$SYSTEMD_ESP_PATH=…` — override the path to the EFI System Partition. This 249 may be used to override ESP path auto detection, and redirect any accesses to 288 * `$SYSTEMD_SYSEXT_HIERARCHIES` — this variable may be used to override which 315 * `$SYSTEMD_TEST_DATA` — override the location of test data. This is useful if
|
D | GROUP_RECORD.md | 77 override those:
|
D | DISCOVERABLE_PARTITIONS.md | 326 always override automatic discovery and mounting. If a root, `/usr/`, 383 `/etc/fstab` and `root=` both override automatic discovery. Multi-boot is hence
|
D | CREDENTIALS.md | 351 have an effect on *unprovisioned* systems, and will never override data already
|
D | HACKING.md | 65 reuse the host's package cache. To do this, create a mkosi override file in
|
/systemd-251/units/ |
D | systemd-nspawn@.service.in | 21 …uiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
|
/systemd-251/shell-completion/bash/ |
D | systemd-nspawn | 163 comps='yes no override trusted'
|
/systemd-251/ |
D | meson_options.txt | 5 description : 'override the git version string') 7 … description : 'override the private shared library version tag (defaults to project version)') 19 description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''')
|
D | README | 220 NOTE: If using dbus < 1.9.18, you should override the default
|
/systemd-251/src/home/ |
D | homectl.c | 835 static int update_last_change(JsonVariant **v, bool with_password, bool override) { in update_last_change() argument 848 if (!override) in update_last_change() 871 if (!override) in update_last_change()
|
/systemd-251/test/ |
D | test-functions | 835 echo "${ASAN_RT_PATH%/*}" >/etc/ld.so.conf.d/asan-path-override.conf 860 …n[Service]\nTimeoutSec=240s\n" >/etc/systemd/system/systemd-hwdb-update.service.d/env-override.conf
|