/systemd-251/src/shared/ |
D | tpm2-util.c | 46 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 …]
|
D | idn-util.h | 23 extern const char *(*sym_idn2_strerror)(int rc);
|
D | idn-util.c | 20 const char *(*sym_idn2_strerror)(int rc) = NULL;
|
D | tpm2-util.h | 38 extern const char* (*sym_Tss2_RC_Decode)(TSS2_RC rc);
|
/systemd-251/test/ |
D | hwdb-test.sh | 28 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
|
D | test-functions | 478 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"
|
D | udev-test.pl | 2670 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;
|
D | networkd-test.py | 444 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/ |
D | systemd-networkd-tests.py | 90 …rc = 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: 101 …rc = call('ip rule add from 192.168.100.19 sport 1123-1150 dport 3224-3290 table 7', stderr=subpro… 102 if rc == 0: 112 … rc = call('ip rule add not from 192.168.100.19 ipproto tcp table 7', stderr=subprocess.DEVNULL) 113 if rc == 0: 124 … rc = 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/ |
D | systemctl-list-jobs.c | 30 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()
|
D | systemctl-list-machines.c | 230 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()
|
D | systemctl-edit.c | 31 int r, rc = 0; in verb_cat() local 82 rc = -ENOENT; in verb_cat() 110 return rc; in verb_cat()
|
/systemd-251/src/udev/ |
D | udev-builtin-blkid.c | 204 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()
|
D | udev-builtin-keyboard.c | 222 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/ |
D | rc-local.service.in | 11 # systemd-rc-local-generator if {{RC_LOCAL_PATH}} is executable. 14 Documentation=man:systemd-rc-local-generator(8)
|
D | console-getty.service.in | 15 After=rc-local.service getty-pre.target
|
D | container-getty@.service.in | 16 After=rc-local.service getty-pre.target
|
D | serial-getty@.service.in | 17 After=rc-local.service
|
D | getty@.service.in | 16 After=rc-local.service
|
/systemd-251/mkosi.default.d/fedora/ |
D | 10-mkosi.fedora | 56 pkgconfig(tss2-rc)
|
/systemd-251/mkosi.default.d/centos_epel/ |
D | 10-mkosi.centos_epel | 59 pkgconfig(tss2-rc)
|
/systemd-251/src/resolve/ |
D | resolved-bus.c | 182 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/ |
D | meson.build | 973 ['systemd-rc-local-generator', '8', ['rc-local.service'], 'HAVE_SYSV_COMPAT'],
|
/systemd-251/ |
D | meson_options.txt | 42 option('sysvrcnd-path', type : 'string', value : '/etc/rc.d', 46 option('rc-local', type : 'string', 47 value : '/etc/rc.local')
|
/systemd-251/docs/ |
D | CONTRIBUTING.md | 15 * We only track bugs in the **two** **most** **recently** **released** (non-rc) **versions** of sys…
|