Home
last modified time | relevance | path

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

/external/u-boot/include/
Dpart.h372 int write_mbr_and_gpt_partitions(struct blk_desc *dev_desc, void *buf);
/external/u-boot/drivers/fastboot/
Dfb_mmc.c356 if (write_mbr_and_gpt_partitions(dev_desc, download_buffer)) { in fastboot_mmc_flash_write()
/external/u-boot/disk/
Dpart_efi.c809 int write_mbr_and_gpt_partitions(struct blk_desc *dev_desc, void *buf) in write_mbr_and_gpt_partitions() function