/systemd-251/test/units/ |
D | testsuite-15.sh | 206 create_services foo bar@ yup@ 209 cat >>/etc/systemd/system/bar@.service <<EOF 211 After=bar-template-after.device 219 ln -s /etc/systemd/system/bar@.service /etc/systemd/system/foo.service.wants/bar@1.service 220 check_ok foo Wants bar@1.service 223 ln -s bar@.service /etc/systemd/system/bar-alias@.service 224 ln -s bar@1.service /etc/systemd/system/bar-alias@1.service 225 ln -s yup@.service /etc/systemd/system/bar-alias@2.service 226 ln -s yup@3.service /etc/systemd/system/bar-alias@3.service 229 mkdir -p /etc/systemd/system/bar@{,0,1,2,3}.service.requires/ [all …]
|
D | testsuite-22.10.sh | 8 f /tmp/xxx2 0644 - - - foo bar 12 f /tmp/xxx6 0644 - - - foo bar 13 f /tmp/xxx7 0644 - - - foo bar \n
|
D | testsuite-29.sh | 34 systemctl is-active minimal-app0-bar.service && exit 1 39 systemctl is-active minimal-app0-bar.service 59 systemctl is-active minimal-app0-bar.service && exit 1 64 systemctl is-active minimal-app0-bar.service 114 grep -q -F bar "${state_directory}/app0/foo"
|
D | testsuite-19.sh | 23 …p -q io /sys/fs/cgroup/system.slice/system-foo.slice/system-foo-bar.slice/system-foo-bar-baz.slice…
|
D | testsuite-22.03.sh | 80 f /tmp/f/ro-fs/bar 0644 - - - - 82 test ! -e /tmp/f/ro-fs/bar 171 F /tmp/F/ro-fs/bar 0644 - - - - 173 test ! -e /tmp/F/ro-fs/bar
|
D | testsuite-54.sh | 71 echo -n b >/tmp/ts54-creds/bar
|
D | testsuite-65.sh | 42 foo = bar
|
D | testsuite-72.sh | 109 cmp "/var/tmp/72-source/dir-$1/bar.txt" /var/tmp/72-dirs/current/bar.txt
|
/systemd-251/test/fuzz/fuzz-bus-match/ |
D | test.input | 1 arg2='wal\'do',sender='foo',type='signal',interface='bar.x', 2 arg2='wal\'do2',sender='foo',type='signal',interface='bar.x', 3 arg3='test',sender='foo',type='signal',interface='bar.x', 4 arg3='test',sender='foo',type='method_call',interface='bar.x', 7 interface='bar.x' 8 member='waldo',path='/foo/bar' 9 path='/foo/bar' 14 member=waldo,path='/foo/bar',arg3namespace='prefix'
|
/systemd-251/src/test/ |
D | test-static-destruct.c | 8 static int bar = 0; variable 17 STATIC_DESTRUCTOR_REGISTER(bar, test_destroy); 18 STATIC_DESTRUCTOR_REGISTER(bar, test_destroy); 27 assert_se(foo == 0 && bar == 0 && baz == 0); in TEST() 29 assert_se(foo == 1 && bar == 2 && baz == 3); in TEST()
|
/systemd-251/test/test-execute/ |
D | exec-specifier@.service | 7 ExecStart=test %n = exec-specifier@foo-bar.service 8 ExecStart=test %N = exec-specifier@foo-bar 11 ExecStart=test %i = foo-bar 12 ExecStart=test %I = foo/bar 15 ExecStart=test %f = /foo/bar
|
D | exec-unsetenvironment.service | 6 ExecStart=/bin/sh -x -c 'test "$$FOO" = "bar" && test "$${QUUX-X}" = "X" && test "$$VAR3" = "value3… 8 Environment=FOO=bar QUUX=waldo VAR3=value3 VAR4=value4 VAR5=value5 X%b=%U
|
D | exec-systemcallfilter-not-failing2.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
D | exec-systemcallfilter-not-failing3.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
D | exec-systemcallfilter-not-failing.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
D | exec-systemcallfilter-system-user-nfsnobody.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
D | exec-systemcallfilter-system-user-nobody.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
D | exec-systemcallfilter-system-user.service | 6 ExecStart=/bin/sh -c 'echo "Foo bar"'
|
/systemd-251/test/fuzz/fuzz-varlink/ |
D | do-something | 4 "foo" : "bar"
|
/systemd-251/docs/ |
D | CGROUP_DELEGATION.md | 123 available controller hierarchies. E.g. if we talk about the cgroup `/foo/bar/` 124 then we actually mean `/sys/fs/cgroup/cpu/foo/bar/` as well as 125 `/sys/fs/cgroup/memory/foo/bar/`, `/sys/fs/cgroup/pids/foo/bar/`, and so on. 172 the case for service and scope units however. A slice named `foo-bar-baz.slice` 173 maps to a cgroup `/foo.slice/foo-bar.slice/foo-bar-baz.slice/`. A service 174 `quux.service` which is attached to the slice `foo-bar-baz.slice` maps to the 175 cgroup `/foo.slice/foo-bar.slice/foo-bar-baz.slice/quux.service/`.
|
D | CODING_STYLE.md | 34 bool bar, 268 .bar = "bazz", 278 t.bar = "bazz"; 385 (void) unlink("/foo/bar/baz"); 391 unlink("/foo/bar/baz");
|
D | BLOCK_DEVICE_LOCKING.md | 22 from processing rules on it — and thus bar it from probing the device — by
|
D | CREDENTIALS.md | 258 name=opt/io.systemd.credentials/foo,string=bar` to pass credentials from 260 credential `foo` to `bar`.)
|
/systemd-251/src/partition/ |
D | repart.c | 2095 Partition *bar[], in context_bar_char_process_partition() argument 2104 assert(bar); in context_bar_char_process_partition() 2130 bar[i] = p; in context_bar_char_process_partition() 2176 _cleanup_free_ Partition **bar = NULL; in context_dump_partition_bar() local 2185 bar = new0(Partition*, c); in context_dump_partition_bar() 2186 if (!bar) in context_dump_partition_bar() 2194 context_bar_char_process_partition(context, bar, c, p, start_array + j++); in context_dump_partition_bar() 2199 if (bar[i]) { in context_dump_partition_bar() 2200 if (last != bar[i]) in context_dump_partition_bar() 2210 last = bar[i]; in context_dump_partition_bar()
|
/systemd-251/src/udev/ |
D | udev-rules.c | 443 bool bar = true, empty = false; in rule_line_add_token() local 449 bar = false; in rule_line_add_token() 451 if (bar) in rule_line_add_token() 455 bar = true; in rule_line_add_token() 464 if (bar) in rule_line_add_token()
|