Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/disk/
Dpart.c34 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
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()
341 .part_type = PART_TYPE_DOS,
Dpart_mac.c242 .part_type = PART_TYPE_MAC,
Dpart_iso.c235 .part_type = PART_TYPE_ISO,
Dpart_amiga.c383 .part_type = PART_TYPE_AMIGA,
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc_legacy.c145 .part_type = 0,
209 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
Dmmc-uclass.c353 bdesc->part_type = cfg->part_type; in mmc_bind()
Dmvebu_mmc.c425 .part_type = PART_TYPE_DOS,
Dsh_sdhi.c736 .part_type = PART_TYPE_DOS,
747 .part_type = PART_TYPE_DOS,
Dmmc_spi.c397 plat->cfg.part_type = PART_TYPE_DOS; in mmc_spi_probe()
Dftsdc010_mci.c386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Ddual_quaternion.hpp39 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;
Ddual_quaternion.inl12 …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/
Dpart.h188 disk_partition_t *info, int part_type);
284 int part_type; member
Dblk.h67 unsigned char part_type; /* partition type */ member
Dmmc.h529 unsigned char part_type; member
/third_party/boost/boost/multiprecision/
Dtommath.hpp220 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/
Dvirtio_blk.c88 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
/third_party/uboot/u-boot-2020.01/drivers/ata/
Dsata.c96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_device_path.c679 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()
Defi_disk.c341 if ((part || desc->part_type == PART_TYPE_UNKNOWN) && in efi_disk_add_dev()
/third_party/uboot/u-boot-2020.01/drivers/block/
Dsandbox.c188 blk_dev->part_type = PART_TYPE_UNKNOWN;
Dblk-uclass.c226 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
585 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
Dblk_legacy.c85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
/third_party/uboot/u-boot-2020.01/common/
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