Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/disk/
H A Dpart.c33 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type()
39 dev_desc->part_type = entry->part_type; in part_driver_lookup_type()
45 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type()
238 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init()
245 dev_desc->part_type = entry->part_type; in part_init()
306 dev_desc->part_type); in part_print()
335 dev_desc->part_type); in part_get_info()
541 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str()
648 disk_partition_t *info, int part_type) in part_get_info_by_name_type() argument
H A Dpart_dos.c41 static inline int is_extended(int part_type) in is_extended() argument
43 return (part_type == 0x5 || in is_extended()
44 part_type == 0xf || in is_extended()
45 part_type == 0x85); in is_extended()
329 .part_type = PART_TYPE_DOS,
H A Dpart_mac.c242 .part_type = PART_TYPE_MAC,
H A Dpart_iso.c235 .part_type = PART_TYPE_ISO,
H A Dpart_amiga.c382 .part_type = PART_TYPE_AMIGA,
/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c145 .part_type = 0,
200 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
H A Dbcmstb_sdhci.c60 host->cfg.part_type = PART_TYPE_DOS; in bcmstb_sdhci_init()
H A Dmmc-uclass.c321 bdesc->part_type = cfg->part_type; in mmc_bind()
H A Dmmc_spi.c272 .part_type = PART_TYPE_DOS,
H A Dmvebu_mmc.c425 .part_type = PART_TYPE_DOS,
H A Dsh_sdhi.c736 .part_type = PART_TYPE_DOS,
747 .part_type = PART_TYPE_DOS,
H A Dftsdc010_mci.c386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
/openbmc/u-boot/include/
H A Dpart.h188 disk_partition_t *info, int part_type);
263 int part_type; member
H A Dblk.h67 unsigned char part_type; /* partition type */ member
H A Dmmc.h506 unsigned char part_type; member
/openbmc/u-boot/drivers/ata/
H A Dsata.c96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_blk.c88 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py402 if self.ptable_format == 'msdos' and part.part_type:
629 if part.part_type:
631 part.num, part.part_type)
634 part.part_type), self.native_sysroot)
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c637 if (desc->part_type == PART_TYPE_ISO) in dp_part_size()
658 if (desc->part_type == PART_TYPE_ISO) { in dp_part_node()
678 if (desc->part_type == PART_TYPE_EFI) in dp_part_node()
784 if (desc->part_type == PART_TYPE_ISO) in efi_dp_part_node()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c188 blk_dev->part_type = PART_TYPE_UNKNOWN;
H A Dblk_legacy.c85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
H A Dblk-uclass.c226 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
584 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h375 uint16_t part_type; member
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py47 self.part_type = args.part_type
/openbmc/u-boot/common/
H A Dusb_storage.c265 blkdev->part_type = PART_TYPE_UNKNOWN; in usb_stor_probe_device()
275 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
277 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()

12