Searched refs:DTYPE_DIRECT (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_sd.c172 int dtype = DTYPE_DIRECT;
H A Dxdf_shell.c317 xsp->xdfss_tgt_is_cd ? DTYPE_RODIRECT : DTYPE_DIRECT,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dsym.c99 (stdinq->inq_dtype == DTYPE_DIRECT)) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c68 { DTYPE_DIRECT, DDI_NT_BLOCK_CHAN, "disk", "disk-path"},
69 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk", "disk-path"},
70 { DTYPE_DIRECT, DDI_NT_BLOCK_WWN, "disk", "disk-path"},
71 { DTYPE_DIRECT, DDI_NT_BLOCK_FABRIC, "disk", "disk-path"},
72 { DTYPE_DIRECT, DDI_NT_BLOCK_SAS, "disk", "disk-path"},
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c591 if (online == B_TRUE && ilp->lun_type == DTYPE_DIRECT) {
695 if (cdip != NULL && ilp->lun_type == DTYPE_DIRECT) {
757 ilp->lun_type == DTYPE_DIRECT) {
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dinquiry.h278 #define DTYPE_DIRECT 0x00 /* magnetic disk */ macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c395 if ((list->dev_type == DTYPE_DIRECT) &&
418 } else if (((list->dev_type == DTYPE_DIRECT) ||
599 dtype = DTYPE_DIRECT;
680 (dtype == DTYPE_DIRECT ||
704 (dtype == DTYPE_DIRECT ||
2796 if ((disk_list->dev_type == DTYPE_DIRECT) &&
2820 } else if (((disk_list->dev_type == DTYPE_DIRECT) ||
H A Dg_adm.c703 } else if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) &&
743 case DTYPE_DIRECT:
873 } else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
970 } else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
2085 if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_DIRECT) {
2442 if (dtype == DTYPE_DIRECT) {
2673 if (dtype == DTYPE_DIRECT) {
4002 case DTYPE_DIRECT:
4208 case DTYPE_DIRECT:
6049 case DTYPE_DIRECT
[all...]
H A Dfchba.c1807 case DTYPE_DIRECT:
1863 if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c367 case DTYPE_DIRECT:
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c106 DTYPE_DIRECT, "Disk Device",
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c127 { DTYPE_DIRECT, DDI_NT_BLOCK_CHAN, "disk"},
128 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk"},
129 { DTYPE_DIRECT, DDI_NT_BLOCK_WWN, "disk"},
130 { DTYPE_DIRECT, DDI_NT_BLOCK_FABRIC, "disk"},
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c575 case DTYPE_DIRECT:
H A Data_disk.c2693 inqp->inq_dtype = DTYPE_DIRECT;
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c200 inq->inq_dtype = DTYPE_DIRECT;
H A Dhba.c765 { "disk", "sd" }, /* DTYPE_DIRECT 0x00 */
2049 case DTYPE_DIRECT:
2528 inq->inq_dtype = DTYPE_DIRECT;
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1816 case DTYPE_DIRECT:
3362 case DTYPE_DIRECT:
4352 inqp->inq_dtype = DTYPE_DIRECT;
5081 if (((dtype == DTYPE_DIRECT) ||
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c779 if (itype == DTYPE_DIRECT) {
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2406 inq->inq_dtype == DTYPE_DIRECT) {
3615 if ((dtype == DTYPE_DIRECT)) {
3616 if ((dtype == DTYPE_DIRECT) &&
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c592 * device type is DTYPE_DIRECT an architectures default
1713 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) {
3491 cl->cl_device_type == DTYPE_DIRECT) {
5422 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c1291 INQUIRY_DEVICE_TYPE, DTYPE_DIRECT) == DTYPE_RODIRECT)
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c385 case DTYPE_DIRECT:
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c407 DTYPE_DIRECT, /* device_type */
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c46 #include <sys/scsi/scsi.h> /* for DTYPE_DIRECT */
586 rv = cmlb_attach(dip, &bd_tg_ops, DTYPE_DIRECT,
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2630 byte0 = DTYPE_DIRECT;
2672 inq->inq_dtype = DTYPE_DIRECT;

Completed in 203 milliseconds

12