Searched defs:desc_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c254 dm_get_descriptor_by_name(dm_desc_type_t desc_type, char *name, int *errp) argument
261 switch (desc_type) {
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1026 uchar_t desc_type, nlen; local
1037 if (mdb_vread(&desc_type, 1, paddr + 1) == -1) {
1042 switch (desc_type) {
1141 "0x%x\n", desc_type);
1162 "0x%x\n", desc_type);
1170 mdb_printf("Unknown Descriptor: 0x%x\n", desc_type);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c802 uint32_t desc_type, bno, len; local
816 desc_type = SWAP_16(fe->fe_icb_tag.itag_flags) & 0x7;
817 if (desc_type == ICB_FLAG_SHORT_AD) {
822 } else if (desc_type == ICB_FLAG_LONG_AD) {
827 } else if (desc_type == ICB_FLAG_ONE_AD) {
845 if (desc_type == ICB_FLAG_SHORT_AD) {
849 } else if (desc_type == ICB_FLAG_LONG_AD) {
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h684 uint32_t desc_type; /* specifies descriptor type */ member in struct:nge_dev_spec_param
H A Dnge_chip.h966 uint32_t desc_type:2; member in struct:_nge_mode_cntl::__anon6303
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10298 uint8_t desc_type; local
10304 desc_type = MPI2_REQ_DESCRIPT_FLAGS_DEFAULT_TYPE;
10392 desc_type = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO;
10406 request_desc |= (SMID << 16) + desc_type;

Completed in 114 milliseconds