Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpart.h424 int get_disk_guid(struct blk_desc *dev_desc, char *guid);
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c197 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid() function