Searched refs:desc_type (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 1026 uchar_t desc_type, nlen; in prt_usb_desc() local 1037 if (mdb_vread(&desc_type, 1, paddr + 1) == -1) { in prt_usb_desc() 1042 switch (desc_type) { in prt_usb_desc() 1141 "0x%x\n", desc_type); in prt_usb_desc() 1162 "0x%x\n", desc_type); in prt_usb_desc() 1170 mdb_printf("Unknown Descriptor: 0x%x\n", desc_type); in prt_usb_desc()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 802 uint32_t desc_type, bno, len; in get_blkno() local 816 desc_type = SWAP_16(fe->fe_icb_tag.itag_flags) & 0x7; in get_blkno() 817 if (desc_type == ICB_FLAG_SHORT_AD) { in get_blkno() 822 } else if (desc_type == ICB_FLAG_LONG_AD) { in get_blkno() 827 } else if (desc_type == ICB_FLAG_ONE_AD) { in get_blkno() 845 if (desc_type == ICB_FLAG_SHORT_AD) { in get_blkno() 849 } else if (desc_type == ICB_FLAG_LONG_AD) { in get_blkno()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 451 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 470 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 489 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 508 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 527 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 546 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 564 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 710 mode.mode_bits.desc_type = ngep->desc_mode; in nge_chip_stop() 876 mode_cntl.mode_bits.desc_type = ngep->desc_mode; in nge_buff_setup()
|
H A D | nge.h | 684 uint32_t desc_type; /* specifies descriptor type */ member
|
H A D | nge_chip.h | 966 uint32_t desc_type:2; member
|
H A D | nge_main.c | 997 DDI_PROP_DONTPASS, nge_desc_mode, dev_param_p->desc_type); in nge_get_props()
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | libdiskmgt.h | 433 dm_descriptor_t dm_get_descriptor_by_name(dm_desc_type_t desc_type,
|
H A D | entry.c | 254 dm_get_descriptor_by_name(dm_desc_type_t desc_type, char *name, int *errp) in dm_get_descriptor_by_name() argument 261 switch (desc_type) { in dm_get_descriptor_by_name()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm.h | 239 u32_t desc_type);
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 10352 uint8_t desc_type; in mptsas_start_passthru() local 10358 desc_type = MPI2_REQ_DESCRIPT_FLAGS_DEFAULT_TYPE; in mptsas_start_passthru() 10446 desc_type = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO; in mptsas_start_passthru() 10460 request_desc |= (SMID << 16) + desc_type; in mptsas_start_passthru()
|