Home
last modified time | relevance | path

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

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