Searched defs:pttype (Results 1 - 2 of 2) sorted by relevance

/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c564 const char *name, *node, *pttype, *devtype; local
643 r = blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
652 if (!streq_ptr(pttype, "gpt")) {
/systemd/src/nspawn/
H A Dnspawn.c1787 const char *pttype = NULL; local
1829 (void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
1831 is_gpt = streq_ptr(pttype, "gpt");
1832 is_mbr = streq_ptr(pttype, "dos");

Completed in 22 milliseconds