Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpart.h362 int is_valid_gpt_buf(struct blk_desc *dev_desc, void *buf);
/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c350 if (is_valid_gpt_buf(dev_desc, download_buffer)) { in fastboot_mmc_flash_write()
/openbmc/u-boot/disk/
H A Dpart_efi.c787 int is_valid_gpt_buf(struct blk_desc *dev_desc, void *buf) in is_valid_gpt_buf() function
816 if (is_valid_gpt_buf(dev_desc, buf)) in write_mbr_and_gpt_partitions()