Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpart.h421 int get_disk_guid(struct blk_desc *dev_desc, char *guid);
/openbmc/u-boot/cmd/
H A Dgpt.c622 ret = get_disk_guid(dev_desc, disk_guid); in do_disk_guid()
665 ret = get_disk_guid(dev_desc, disk_guid); in do_rename_gpt_parts()
/openbmc/u-boot/disk/
H A Dpart_efi.c188 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid() function