Home
last modified time | relevance | path

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

12

/systemd-251/src/shared/
Dtpm2-util.c46 const char* (*sym_Tss2_RC_Decode)(TSS2_RC rc) = NULL;
126 TSS2_RC rc; in flush_context_verbose() local
131 rc = sym_Esys_FlushContext(c, handle); in flush_context_verbose()
132 …if (rc != TSS2_RC_SUCCESS) /* We ignore failures here (besides debug logging), since this is called in flush_context_verbose()
137 … log_debug("Failed to get flush context of TPM, ignoring: %s", sym_Tss2_RC_Decode(rc)); in flush_context_verbose()
146 TSS2_RC rc; in tpm2_init() local
190 rc = info->init(NULL, &sz, NULL); in tpm2_init()
191 if (rc != TPM2_RC_SUCCESS) in tpm2_init()
193 … "Failed to initialize TCTI context: %s", sym_Tss2_RC_Decode(rc)); in tpm2_init()
199 rc = info->init(tcti, &sz, param); in tpm2_init()
[all …]
Didn-util.h23 extern const char *(*sym_idn2_strerror)(int rc);
Didn-util.c20 const char *(*sym_idn2_strerror)(int rc) = NULL;
Dtpm2-util.h38 extern const char* (*sym_Tss2_RC_Decode)(TSS2_RC rc);
/systemd-251/test/
Dhwdb-test.sh28 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$?
31 exit ${rc:-1}
33 if [ -n "$rc" ]; then
34 echo "$SYSTEMD_HWDB returned $rc"
35 exit $rc
47 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$?
48 if [ -n "$rc" ]; then
49 echo "$SYSTEMD_HWDB returned $rc"
50 exit $rc
Dtest-functions478 rc=$?
479 if [ "$rc" -eq 124 ] && [ "$QEMU_TIMEOUT" != "infinity" ]; then
483 [ "$rc" != 0 ] && derror "qemu failed with exit code $rc"
542 rc=$?
543 if [ "$rc" -eq 124 ] && [ "$NSPAWN_TIMEOUT" != "infinity" ]; then
547 [ "$rc" != 0 ] && derror "nspawn failed with exit code $rc"
1652 dinfo "Create rc.local"
1653 mkdir -p "${initdir:?}/etc/rc.d"
1654 cat >"$initdir/etc/rc.d/rc.local" <<EOF
1658 chmod 0755 "$initdir/etc/rc.d/rc.local"
Dudev-test.pl2670 my $rc = udev($action, $dev->{devpath});
2671 exit $rc;
2699 my $rc;
2707 $rc = WEXITSTATUS($?);
2709 if ($rc) {
2710 … print "$udev_bin $action for $dev->{devpath} failed with code $rc\n";
2721 my $rc;
Dnetworkd-test.py444 rc = subprocess.call(['networkctl', '-n', '0', 'status', self.iface])
445 if rc != 0:
446 print("'networkctl status' exited with an unexpected code {}".format(rc))
/systemd-251/test/test-network/
Dsystemd-networkd-tests.py90rc = call('ip link add dev erspan99 type erspan seq key 30 local 192.168.1.4 remote 192.168.1.1 er…
91 if rc == 0:
101rc = call('ip rule add from 192.168.100.19 sport 1123-1150 dport 3224-3290 table 7', stderr=subpro…
102 if rc == 0:
112rc = call('ip rule add not from 192.168.100.19 ipproto tcp table 7', stderr=subprocess.DEVNULL)
113 if rc == 0:
124rc = call('ip rule add from 192.168.100.19 table 7 uidrange 200-300', stderr=subprocess.DEVNULL)
125 if rc == 0:
141 rc = call('ip link add name dummy99 type dummy', stderr=subprocess.DEVNULL)
142 if rc == 0:
[all …]
/systemd-251/src/systemctl/
Dsystemctl-list-jobs.c30 int rc; in output_waiting_jobs() local
35 rc = table_add_many(table, in output_waiting_jobs()
40 if (rc < 0) in output_waiting_jobs()
Dsystemctl-list-machines.c230 int r, rc; in verb_list_machines() local
243 rc = output_machines_list(machine_infos, r); in verb_list_machines()
246 return rc; in verb_list_machines()
Dsystemctl-edit.c31 int r, rc = 0; in verb_cat() local
82 rc = -ENOENT; in verb_cat()
110 return rc; in verb_cat()
/systemd-251/src/udev/
Dudev-builtin-blkid.c204 int rc; in probe_superblocks() local
222 rc = blkid_do_fullprobe(pr); in probe_superblocks()
223 if (rc < 0) in probe_superblocks()
224 return rc; /* -1 = error, 1 = nothing, 0 = success */ in probe_superblocks()
Dudev-builtin-keyboard.c222 int rc; in builtin_keyboard() local
224 rc = ioctl(fd, EVIOCGBIT(0, sizeof(bits)), &bits); in builtin_keyboard()
225 if (rc < 0) in builtin_keyboard()
/systemd-251/units/
Drc-local.service.in11 # systemd-rc-local-generator if {{RC_LOCAL_PATH}} is executable.
14 Documentation=man:systemd-rc-local-generator(8)
Dconsole-getty.service.in15 After=rc-local.service getty-pre.target
Dcontainer-getty@.service.in16 After=rc-local.service getty-pre.target
Dserial-getty@.service.in17 After=rc-local.service
Dgetty@.service.in16 After=rc-local.service
/systemd-251/mkosi.default.d/fedora/
D10-mkosi.fedora56 pkgconfig(tss2-rc)
/systemd-251/mkosi.default.d/centos_epel/
D10-mkosi.centos_epel59 pkgconfig(tss2-rc)
/systemd-251/src/resolve/
Dresolved-bus.c182 const char *rc, *n; in reply_query_state() local
185 rc = dns_rcode_to_string(q->answer_rcode); in reply_query_state()
186 if (!rc) { in reply_query_state()
188 rc = p; in reply_query_state()
191 n = strjoina(_BUS_ERROR_DNS, rc); in reply_query_state()
192 …&error, n, "Could not resolve '%s', server or network returned error %s", dns_query_string(q), rc); in reply_query_state()
/systemd-251/man/rules/
Dmeson.build973 ['systemd-rc-local-generator', '8', ['rc-local.service'], 'HAVE_SYSV_COMPAT'],
/systemd-251/
Dmeson_options.txt42 option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
46 option('rc-local', type : 'string',
47 value : '/etc/rc.local')
/systemd-251/docs/
DCONTRIBUTING.md15 * We only track bugs in the **two** **most** **recently** **released** (non-rc) **versions** of sys…

12