Searched refs:dt (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Dcopy.c140 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/import/
H A Dpull-common.h29 int pull_find_old_etags(const char *url, const char *root, int dt, const char *prefix, const char *suffix, char ***etags);
H A Dpull-common.c48 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/journal/
H A Dtest-compress-benchmark.c90 float dt; local
143 dt = (n2-n) / 1e6;
147 label, type, total, dt,
148 total / 1024. / 1024 / dt,
/systemd/src/resolve/
H A Dresolved-dns-transaction.c599 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...]
H A Dresolved-dns-trust-anchor.c227 int a, dt; local
250 dt = dnssec_digest_from_string(digest_type);
251 if (dt < 0) {
268 rr->ds.digest_type = dt;
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c846 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 1656 milliseconds