Home
last modified time | relevance | path

Searched defs:pdt (Results 1 – 10 of 10) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_common.c47 const uint8_t * nvme_id_ns_p, int pdt, in sg_make_vpd_devid_for_nvme()
Dsg_lib.c492 sg_get_pdt_str(int pdt, int buff_len, char * buff) in sg_get_pdt_str()
502 sg_lib_pdt_decay(int pdt) in sg_lib_pdt_decay()
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c2038 static int update_lu_memory_type(struct partition_desc_table *pdt, int index, in update_lu_memory_type()
2091 static int update_lu_capacity_info(struct partition_desc_table *pdt) in update_lu_capacity_info()
2142 static int compair_unit_part(struct partition_desc_table *pdt) in compair_unit_part()
2180 static int compair_conf_desp(struct partition_desc_table *pdt) in compair_conf_desp()
2305 static void update_geometry_info(struct partition_desc_table *pdt) in update_geometry_info()
2376 static int ufs_device_configuration(struct partition_desc_table *pdt, in ufs_device_configuration()
2431 static int ufs_create_partition_inventory(uint8_t partition_mask, struct partition_desc_table *pdt) in ufs_create_partition_inventory()
2545 static void ufs_lu_configuration(struct partition_desc_table *pdt) in ufs_lu_configuration()
2597 struct partition_desc_table pdt = {0}; in ufs_lu_init() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/hw_compressed/
Dstartup.c106 unsigned long pdt = CONFIG_SYS_SDRAM_BASE + SZ_64K; in early_dcache_enable() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/hw_compressed/
Dstartup.c106 unsigned long pdt = CONFIG_SYS_SDRAM_BASE + SZ_64K; in early_dcache_enable() local
/third_party/node/deps/npm/node_modules/promzard/
Dpromzard.js218 PromZard.prototype.prompt = function (pdt, cb) { argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java164 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() local
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp339 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)); in test4040996() local
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1240 uint8_t pdt; in umass_scsi_inquiry_data() local
/third_party/NuttX/include/nuttx/
Dscsi.h677 #define SCSI_GET_INQUIRY_PDT(pdt) ((pdt) & 0x1f) /* get the Peripheral Device Type */ argument