Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-blkid.c117 _cleanup_free_ char *root_id = NULL, *root_label = NULL; in find_gpt_root() local
181 if (!root_id || strverscmp_improved(label, root_label) > 0) { in find_gpt_root()
182 r = free_and_strdup(&root_id, sid); in find_gpt_root()
195 if (found_esp && root_id) in find_gpt_root()
196 udev_builtin_add_property(dev, test, "ID_PART_GPT_AUTO_ROOT_UUID", root_id); in find_gpt_root()