Searched defs:stype (Results 1 - 3 of 3) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-blkid.c130 const char *stype, *sid; local
141 stype = blkid_partition_get_type_string(pp);
142 if (!stype)
145 if (sd_id128_from_string(stype, &type) < 0)
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c686 const char *stype, *subnode; local
718 stype = blkid_partition_get_type_string(pp);
719 if (!stype)
722 if (sd_id128_from_string(stype, &type_id) < 0)
/systemd/src/nspawn/
H A Dnspawn.c1975 const char *stype; local
1980 stype = blkid_partition_get_type_string(pp);
1981 if (!stype)
1984 if (sd_id128_from_string(stype, &type_id) < 0)

Completed in 60 milliseconds