/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | tape.c | 69 case DTYPE_SEQUENTIAL: in tape_device_probe()
|
H A D | tpgs_tape.c | 112 } else if (inq->inq_dtype != DTYPE_SEQUENTIAL) { in tpgs_tape_device_probe()
|
H A D | tpgs.c | 72 if (inq->inq_dtype == DTYPE_SEQUENTIAL) { in std_device_probe()
|
/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 279 #define DTYPE_SEQUENTIAL 0x01 /* magnetic tape */ macro
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 419 (list->dev_type == DTYPE_SEQUENTIAL)) && in h_print_list() 601 dtype = DTYPE_SEQUENTIAL; in hotplug() 681 dtype == DTYPE_SEQUENTIAL || in hotplug() 705 dtype == DTYPE_SEQUENTIAL)) { in hotplug() 2821 (disk_list->dev_type == DTYPE_SEQUENTIAL)) && in h_print_list_warn()
|
H A D | fchba.c | 1812 case DTYPE_SEQUENTIAL: /* Tape */ in fchba_display_config() 1933 if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_SEQUENTIAL) { in fchba_display_config()
|
H A D | g_adm.c | 744 case DTYPE_SEQUENTIAL: /* Tape */ in adm_display_config() 4006 case DTYPE_SEQUENTIAL: /* Tape */ in display_fc_disk() 4212 case DTYPE_SEQUENTIAL: /* Tape */ in non_encl_fc_disk_display() 6053 case DTYPE_SEQUENTIAL: /* Tape */ in lun_display()
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_scsi.c | 521 if (type != DTYPE_SEQUENTIAL && type != DTYPE_CHANGER) { in common_set_target()
|
H A D | ndmpd_config.c | 716 if (sl->sl_type != DTYPE_SEQUENTIAL) in ndmpd_config_get_tape_info_v3()
|
/titanic_44/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 369 case DTYPE_SEQUENTIAL: in getDTypeString()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 988 case DTYPE_SEQUENTIAL: in scsi_sasd_attach() 1093 DTYPE_SEQUENTIAL); in probe_scsi()
|
H A D | tlm_init.c | 419 if (sd->inq_dtype == DTYPE_SEQUENTIAL) { in add_drv()
|
/titanic_44/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 107 DTYPE_SEQUENTIAL, "Tape Device",
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 73 { DTYPE_SEQUENTIAL, DDI_NT_TAPE, "tape", "tape-path"},
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 1823 case DTYPE_SEQUENTIAL: in scsa2usb_create_luns() 3149 } else if (inq->inq_dtype == DTYPE_SEQUENTIAL) { in scsa2usb_check_bulkonly_blacklist_attrs()
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 131 { DTYPE_SEQUENTIAL, DDI_NT_TAPE, "tape"},
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 5559 devtype = DTYPE_SEQUENTIAL; in devices_get_all()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 4995 if ((pseq_lun->lun_type == DTYPE_SEQUENTIAL) && in fcp_handle_mapflags() 9100 if ((plun->lun_type == DTYPE_SEQUENTIAL) || in fcp_complete_pkt()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 847 (DTYPE_SEQUENTIAL | DPQ_POSSIBLE)) { in st_probe() 1628 (DTYPE_SEQUENTIAL | DPQ_POSSIBLE)) { in st_doattach()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 7242 dtype == DTYPE_SEQUENTIAL /* TAPE */ || in aac_probe_lun()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 4306 case DTYPE_SEQUENTIAL: in ql_inq_scan()
|