Home
last modified time | relevance | path

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

12

/systemd-251/test/units/
Dtestsuite-15.sh206 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 …]
Dtestsuite-22.10.sh8 f /tmp/xxx2 0644 - - - foo bar
12 f /tmp/xxx6 0644 - - - foo bar
13 f /tmp/xxx7 0644 - - - foo bar \n
Dtestsuite-29.sh34 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"
Dtestsuite-19.sh23 …p -q io /sys/fs/cgroup/system.slice/system-foo.slice/system-foo-bar.slice/system-foo-bar-baz.slice…
Dtestsuite-22.03.sh80 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
Dtestsuite-54.sh71 echo -n b >/tmp/ts54-creds/bar
Dtestsuite-65.sh42 foo = bar
Dtestsuite-72.sh109 cmp "/var/tmp/72-source/dir-$1/bar.txt" /var/tmp/72-dirs/current/bar.txt
/systemd-251/test/fuzz/fuzz-bus-match/
Dtest.input1 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/
Dtest-static-destruct.c8 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/
Dexec-specifier@.service7 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
Dexec-unsetenvironment.service6 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
Dexec-systemcallfilter-not-failing2.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
Dexec-systemcallfilter-not-failing3.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
Dexec-systemcallfilter-not-failing.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
Dexec-systemcallfilter-system-user-nfsnobody.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
Dexec-systemcallfilter-system-user-nobody.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
Dexec-systemcallfilter-system-user.service6 ExecStart=/bin/sh -c 'echo "Foo bar"'
/systemd-251/test/fuzz/fuzz-varlink/
Ddo-something4 "foo" : "bar"
/systemd-251/docs/
DCGROUP_DELEGATION.md123 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/`.
DCODING_STYLE.md34 bool bar,
268 .bar = "bazz",
278 t.bar = "bazz";
385 (void) unlink("/foo/bar/baz");
391 unlink("/foo/bar/baz");
DBLOCK_DEVICE_LOCKING.md22 from processing rules on it — and thus bar it from probing the device — by
DCREDENTIALS.md258 name=opt/io.systemd.credentials/foo,string=bar` to pass credentials from
260 credential `foo` to `bar`.)
/systemd-251/src/partition/
Drepart.c2095 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/
Dudev-rules.c443 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()

12