Home
last modified time | relevance | path

Searched refs:T_PROCESSOR (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/raid/mfi/
H A Dmfi_cam.c341 if ((device == T_DIRECT) || (device == T_PROCESSOR)) in mfip_done()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_pt.c404 if (SID_TYPE(&cgd->inq_data) != T_PROCESSOR) in ptasync()
H A Dscsi_all.h625 #define T_PROCESSOR 0x03 macro
H A Dscsi_all.c116 #define P (1 << T_PROCESSOR)
3399 case T_PROCESSOR: in scsi_print_inquiry()
/dragonfly/sys/dev/raid/aac/
H A Daac_cam.c561 (device == T_PROCESSOR) || in aac_cam_fix_inquiry()
/dragonfly/sys/dev/disk/advansys/
H A Dadvlib.c103 T_PROCESSOR, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c574 { T_PROCESSOR, SIP_MEDIA_FIXED, "Cabletrn", "EA41*", "*" },
579 { T_PROCESSOR, SIP_MEDIA_FIXED, "CABLETRN", "EA41*", "*" },
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.c2961 inqdata[0] = T_PROCESSOR; /* Periph Qualifier & Periph Dev Type */ in arcmsr_handle_virtual_command()