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

/systemd/src/udev/
H A Dudev-builtin-blkid.c111 _cleanup_free_ char *root_id = NULL; local
174 if (!root_id) {
175 root_id = strdup(sid);
176 if (!root_id)
184 if (found_esp && root_id)
185 udev_builtin_add_property(dev, test, "ID_PART_GPT_AUTO_ROOT_UUID", root_id);

Completed in 23 milliseconds