Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpart.h338 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h,
/openbmc/u-boot/disk/
H A Dpart_efi.c603 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header() function
653 ret = gpt_fill_header(dev_desc, gpt_h, str_disk_guid, parts_count); in gpt_restore()