/third_party/uboot/u-boot-2020.01/disk/ |
D | part.c | 34 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type() 40 dev_desc->part_type = entry->part_type; in part_driver_lookup_type() 46 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type() 239 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init() 246 dev_desc->part_type = entry->part_type; in part_init() 307 dev_desc->part_type); in part_print() 336 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
|
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() 341 .part_type = PART_TYPE_DOS,
|
D | part_mac.c | 242 .part_type = PART_TYPE_MAC,
|
D | part_iso.c | 235 .part_type = PART_TYPE_ISO,
|
D | part_amiga.c | 383 .part_type = PART_TYPE_AMIGA,
|
/third_party/uboot/u-boot-2020.01/drivers/mmc/ |
D | mmc_legacy.c | 145 .part_type = 0, 209 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
|
D | mmc-uclass.c | 353 bdesc->part_type = cfg->part_type; in mmc_bind()
|
D | mvebu_mmc.c | 425 .part_type = PART_TYPE_DOS,
|
D | sh_sdhi.c | 736 .part_type = PART_TYPE_DOS, 747 .part_type = PART_TYPE_DOS,
|
D | mmc_spi.c | 397 plat->cfg.part_type = PART_TYPE_DOS; in mmc_spi_probe()
|
D | ftsdc010_mci.c | 386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | dual_quaternion.hpp | 39 typedef glm::tquat<T, P> part_type; typedef 51 GLM_FUNC_DECL part_type & operator[](length_type i); 52 GLM_FUNC_DECL part_type const & operator[](length_type i) const;
|
D | dual_quaternion.inl | 12 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdua… 19 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type const & tdualquat<T, P>::operator[](typenam…
|
/third_party/uboot/u-boot-2020.01/include/ |
D | part.h | 188 disk_partition_t *info, int part_type); 284 int part_type; member
|
D | blk.h | 67 unsigned char part_type; /* partition type */ member
|
D | mmc.h | 529 unsigned char part_type; member
|
/third_party/boost/boost/multiprecision/ |
D | tommath.hpp | 220 typedef int part_type; in operator =() typedef 223 typedef boost::int64_t part_type; in operator =() typedef 236 detail::check_tommath_result(mp_set_int(&t, static_cast<part_type>(term))); in operator =() 238 mp_set_i64(&t, static_cast<part_type>(term)); in operator =() 245 detail::check_tommath_result(mp_set_int(&t, static_cast<part_type>(-term))); in operator =() 247 mp_set_i64(&t, static_cast<part_type>(-term)); in operator =()
|
/third_party/uboot/u-boot-2020.01/drivers/virtio/ |
D | virtio_blk.c | 88 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
|
/third_party/uboot/u-boot-2020.01/drivers/ata/ |
D | sata.c | 96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_device_path.c | 679 if (desc->part_type == PART_TYPE_ISO) in dp_part_size() 700 if (desc->part_type == PART_TYPE_ISO) { in dp_part_node() 720 if (desc->part_type == PART_TYPE_EFI) in dp_part_node() 826 if (desc->part_type == PART_TYPE_ISO) in efi_dp_part_node()
|
D | efi_disk.c | 341 if ((part || desc->part_type == PART_TYPE_UNKNOWN) && in efi_disk_add_dev()
|
/third_party/uboot/u-boot-2020.01/drivers/block/ |
D | sandbox.c | 188 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
D | blk-uclass.c | 226 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 585 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
|
D | blk_legacy.c | 85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
/third_party/uboot/u-boot-2020.01/common/ |
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()
|