/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 68 { 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/scsi_vhci/fops/ |
H A D | sym.c | 99 (stdinq->inq_dtype == DTYPE_DIRECT)) { in symmetric_device_probe()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 669 if (online == B_TRUE && ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_online() 734 if (cdip != NULL && ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_offline() 783 ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_offline()
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 395 if ((list->dev_type == DTYPE_DIRECT) && in h_print_list() 418 } else if (((list->dev_type == DTYPE_DIRECT) || in h_print_list() 599 dtype = DTYPE_DIRECT; in hotplug() 680 (dtype == DTYPE_DIRECT || in hotplug() 704 (dtype == DTYPE_DIRECT || in hotplug() 2796 if ((disk_list->dev_type == DTYPE_DIRECT) && in h_print_list_warn() 2820 } else if (((disk_list->dev_type == DTYPE_DIRECT) || in h_print_list_warn()
|
H A D | g_adm.c | 703 } else if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) && in adm_display_config() 743 case DTYPE_DIRECT: in adm_display_config() 873 } else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) { in adm_power_off() 970 } else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) { in adm_bypass_enable() 2085 if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_DIRECT) { in adm_led() 2442 if (dtype == DTYPE_DIRECT) { in display_sf_stats() 2673 if (dtype == DTYPE_DIRECT) { in adm_display_err() 4002 case DTYPE_DIRECT: in display_fc_disk() 4208 case DTYPE_DIRECT: in non_encl_fc_disk_display() 6049 case DTYPE_DIRECT: in lun_display() [all …]
|
H A D | fchba.c | 1807 case DTYPE_DIRECT: in fchba_display_config() 1863 if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) { in fchba_display_config()
|
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 278 #define DTYPE_DIRECT 0x00 /* magnetic disk */ macro
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 372 case DTYPE_DIRECT: in getDTypeString()
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 107 DTYPE_DIRECT, "Disk Device",
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 127 { 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/common/io/scsi/adapters/lmrc/ |
H A D | lmrc_scsa.c | 299 if (tgt->tgt_type == DTYPE_DIRECT && in lmrc_tran_start()
|
H A D | lmrc.c | 1752 tgt->tgt_type = DTYPE_DIRECT; in lmrc_tgt_init()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_util.c | 463 case DTYPE_DIRECT: return ("Direct"); in dtype_to_str()
|
H A D | smartpqi_init.c | 1764 case DTYPE_DIRECT: in is_supported_dev() 1863 case DTYPE_DIRECT: in create_phys_dev()
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 575 case DTYPE_DIRECT: in atapi_tran_getcap()
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_driver.c | 200 inq->inq_dtype = DTYPE_DIRECT; in scsa1394_sbp2_fake_inquiry()
|
H A D | hba.c | 2048 case DTYPE_DIRECT: in scsa1394_cmd_fill_cdb() 2528 inq->inq_dtype = DTYPE_DIRECT; in scsa1394_cmd_status_wrka()
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 1821 case DTYPE_DIRECT: in scsa2usb_create_luns() 3358 case DTYPE_DIRECT: in scsa2usb_handle_scsi_cmd_sub_class() 4376 inqp->inq_dtype = DTYPE_DIRECT; in scsa2usb_fake_inquiry() 5141 if (((dtype == DTYPE_DIRECT) || in scsa2usb_handle_data_done()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 958 if (itype == DTYPE_DIRECT) { in dev_di_node_add()
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_tbolt.c | 2386 inq->inq_dtype == DTYPE_DIRECT) { in tbolt_complete_cmd() 3563 if ((dtype == DTYPE_DIRECT)) { in mrsas_tbolt_config_pd() 3564 if ((dtype == DTYPE_DIRECT) && in mrsas_tbolt_config_pd()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 1715 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) { 3493 cl->cl_device_type == DTYPE_DIRECT) { 5424 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) {
|
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 385 case DTYPE_DIRECT: in dadk_probe()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xdb.c | 1291 INQUIRY_DEVICE_TYPE, DTYPE_DIRECT) == DTYPE_RODIRECT) in xdb_open_device()
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 2861 byte0 = DTYPE_DIRECT; in sbd_handle_inquiry() 2903 inq->inq_dtype = DTYPE_DIRECT; in sbd_handle_inquiry()
|
/illumos-gate/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 375 DTYPE_DIRECT, /* device_type */ in cmdkattach()
|