Home
last modified time | relevance | path

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

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