| /openbmc/u-boot/disk/ |
| H A D | part.c | 33 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 D | part_dos.c | 41 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 D | part_mac.c | 242 .part_type = PART_TYPE_MAC,
|
| H A D | part_iso.c | 235 .part_type = PART_TYPE_ISO,
|
| H A D | part_amiga.c | 382 .part_type = PART_TYPE_AMIGA,
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mmc_legacy.c | 145 .part_type = 0, 200 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
|
| H A D | bcmstb_sdhci.c | 60 host->cfg.part_type = PART_TYPE_DOS; in bcmstb_sdhci_init()
|
| H A D | mmc-uclass.c | 321 bdesc->part_type = cfg->part_type; in mmc_bind()
|
| H A D | mmc_spi.c | 272 .part_type = PART_TYPE_DOS,
|
| H A D | mvebu_mmc.c | 425 .part_type = PART_TYPE_DOS,
|
| H A D | sh_sdhi.c | 736 .part_type = PART_TYPE_DOS, 747 .part_type = PART_TYPE_DOS,
|
| H A D | ftsdc010_mci.c | 386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
|
| /openbmc/u-boot/include/ |
| H A D | part.h | 188 disk_partition_t *info, int part_type); 263 int part_type; member
|
| H A D | blk.h | 67 unsigned char part_type; /* partition type */ member
|
| H A D | mmc.h | 506 unsigned char part_type; member
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | sata.c | 96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio_blk.c | 88 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 402 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 D | efi_device_path.c | 637 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 D | sandbox.c | 188 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
| H A D | blk_legacy.c | 85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
| H A D | blk-uclass.c | 226 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 D | virtio_pci.h | 375 uint16_t part_type; member
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | partition.py | 47 self.part_type = args.part_type
|
| /openbmc/u-boot/common/ |
| H A D | usb_storage.c | 265 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()
|