Searched refs:node_uuid (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c1045 const char *node_name, *node_uuid;
1050 node_uuid = dm_tree_node_get_uuid (second);
1051 dmraid_check (node_uuid, "dm_tree_node_get_uuid failed\n");
1052 if (strncmp (node_uuid, "DMRAID-", 7) != 0)
H A Dgetroot.c961 const char *node_uuid; local
967 node_uuid = dm_tree_node_get_uuid (node);
968 if (! node_uuid)
975 ret = grub_strdup (node_uuid);
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1489 const char *node_uuid, *mapper_name = NULL, *child_uuid, *child_name; local
1512 node_uuid = dm_tree_node_get_uuid (node);
1513 if (! node_uuid)
1519 if (strncmp (node_uuid, "LVM-", 4) == 0)
1525 if (strncmp (node_uuid, "mpath-", 6) == 0)
1535 if (strncmp (node_uuid, "DMRAID-", 7) != 0)

Completed in 829 milliseconds