Searched defs:pp (Results 1 - 7 of 7) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-chat.c267 _cleanup_close_pair_ int pp[2] = { -1, -1 }; local
299 if (pipe2(pp, O_CLOEXEC|O_NONBLOCK) < 0) {
305 log_info("Sending fd=%d", pp[1]);
316 pp[1]);
323 if (read(pp[0], &x, 1) <= 0) {
H A Dbus-match.c1007 struct bus_match_node *node, *pp; local
1021 pp = node->parent;
1025 while (pp) {
1026 node = pp;
1027 pp = node->parent;
/systemd/src/libsystemd/sd-login/
H A Dtest-login.c34 _cleanup_free_ char *pp = NULL, *qq = NULL; local
65 sd_peer_get_session(pair[0], &pp);
67 assert_se(streq_ptr(pp, qq));
/systemd/src/udev/
H A Dudev-builtin-blkid.c129 blkid_partition pp; local
133 pp = blkid_partlist_get_partition(pl, i);
134 if (!pp)
137 sid = blkid_partition_get_uuid(pp);
141 stype = blkid_partition_get_type_string(pp);
152 flags = blkid_partition_get_flags(pp);
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c688 blkid_partition pp; local
710 pp = blkid_partlist_devno_to_partition(pl, qn);
711 if (!pp)
714 nr = blkid_partition_get_partno(pp);
718 stype = blkid_partition_get_type_string(pp);
725 flags = blkid_partition_get_flags(pp);
/systemd/src/resolve/
H A Dresolved-dns-dnssec.c1354 const char *zone, *p, *pp = NULL, *wildcard; local
1433 pp = p;
1447 /* We found a closest encloser in 'p'; next closer is 'pp' */
1449 if (!pp) {
1500 r = nsec3_hashed_domain_make(enclosure_rr, pp, zone, &next_closer_domain);
/systemd/src/nspawn/
H A Dnspawn.c1939 blkid_partition pp; local
1963 pp = blkid_partlist_devno_to_partition(pl, qn);
1964 if (!pp)
1967 flags = blkid_partition_get_flags(pp);
1969 nr = blkid_partition_get_partno(pp);
1980 stype = blkid_partition_get_type_string(pp);
2058 type = blkid_partition_get_type(pp);

Completed in 25 milliseconds