Searched refs:rd (Results 1 - 4 of 4) sorted by relevance

/systemd/src/machine/
H A Dmachined.c96 _cleanup_free_ char *rd = NULL, *unit = NULL; local
108 rd = strdup("/");
109 if (!rd)
123 t->root_directory = rd;
125 rd = unit = NULL;
/systemd/src/login/
H A Dlogind-acl.c109 int rd, wt; local
133 rd = acl_get_perm(permset, ACL_READ);
134 if (rd < 0) {
145 if (!rd || !wt) {
/systemd/src/resolve/
H A Dresolved-dns-packet.h141 #define DNS_PACKET_MAKE_FLAGS(qr, opcode, aa, tc, rd, ra, ad, cd, rcode) \
146 ((uint16_t) !!(rd) << 8) | /* on LLMNR: t */ \
/systemd/src/cgtop/
H A Dcgtop.c275 uint64_t wr = 0, rd = 0; local
302 q = &rd;
326 if (rd > g->io_input)
327 yr = rd - g->io_input;
343 g->io_input = rd;

Completed in 1004 milliseconds