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

/systemd/src/udev/
H A Dudev-builtin-blkid.c224 const char *root_partition; local
302 root_partition = udev_device_get_property_value(dev, "ID_PART_GPT_AUTO_ROOT_UUID");
317 if (root_partition && streq(name, "PART_ENTRY_UUID") && streq(data, root_partition))

Completed in 10 milliseconds