Searched defs:dt (Results 1 - 6 of 6) sorted by relevance
/systemd/src/journal/ |
H A D | test-compress-benchmark.c | 90 float dt; local 143 dt = (n2-n) / 1e6; 147 label, type, total, dt, 148 total / 1024. / 1024 / dt,
|
/systemd/src/import/ |
H A D | pull-common.c | 48 int dt, 84 de->d_type != dt) 45 pull_find_old_etags( const char *url, const char *image_root, int dt, const char *prefix, const char *suffix, char ***etags) argument
|
/systemd/src/basic/ |
H A D | copy.c | 140 static int fd_copy_symlink(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 152 if (symlinkat(target, dt, to) < 0) 155 if (fchownat(dt, to, st->st_uid, st->st_gid, AT_SYMLINK_NOFOLLOW) < 0) 161 static int fd_copy_regular(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 174 fdt = openat(dt, to, O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW, st->st_mode & 07777); 180 unlinkat(dt, to, 0); 201 unlinkat(dt, to, 0); 207 static int fd_copy_fifo(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 214 r = mkfifoat(dt, to, st->st_mode & 07777); 218 if (fchownat(dt, t 227 fd_copy_node(int df, const char *from, const struct stat *st, int dt, const char *to) argument 247 fd_copy_directory( int df, const char *from, const struct stat *st, int dt, const char *to, dev_t original_device, bool merge) argument [all...] |
/systemd/src/resolve/ |
H A D | resolved-dns-trust-anchor.c | 227 int a, dt; local 250 dt = dnssec_digest_from_string(digest_type); 251 if (dt < 0) { 268 rr->ds.digest_type = dt;
|
H A D | resolved-dns-transaction.c | 599 DnsTransaction *dt; local 604 SET_FOREACH(dt, t->dnssec_transactions, i) 605 if (DNS_TRANSACTION_IS_LIVE(dt->state)) 612 DnsTransaction *dt; local 620 SET_FOREACH(dt, t->dnssec_transactions, i) { 622 switch (dt->state) { 631 if (dt->answer_rcode != DNS_RCODE_NXDOMAIN) { 632 log_debug("Auxiliary DNSSEC RR query failed with rcode=%s.", dns_rcode_to_string(dt->answer_rcode)); 648 log_debug("Auxiliary DNSSEC RR query failed validation: %s", dnssec_result_to_string(dt->answer_dnssec_result)); 649 t->answer_dnssec_result = dt 1768 DnsTransaction *dt; local 2135 DnsTransaction *dt; local 2173 DnsTransaction *dt; local 2217 DnsTransaction *dt; local 2248 DnsTransaction *dt; local 2308 DnsTransaction *dt; local 2400 DnsTransaction *dt; local 2520 DnsTransaction *dt; local [all...] |
/systemd/src/gpt-auto-generator/ |
H A D | gpt-auto-generator.c | 846 dev_t dt; local 856 r = get_block_device(path, &dt); 860 if (asprintf(&p, "/sys/dev/block/%u:%u/slaves", major(dt), minor(dt)) < 0) 906 *dev = dt;
|
Completed in 2038 milliseconds