Symbol: DTYPE_MASK
usr/src/cmd/fcinfo/printAttrs.c
371
switch (dType & DTYPE_MASK) {
usr/src/cmd/luxadm/fchba.c
1806
switch ((inq.inq_dtype & DTYPE_MASK)) {
usr/src/cmd/luxadm/fchba.c
1863
if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
usr/src/cmd/luxadm/fchba.c
1933
if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_SEQUENTIAL) {
usr/src/cmd/luxadm/fchba.c
1973
if ((inq.inq_dtype & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/fchba.c
1975
dtype[inq.inq_dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/fchba.c
1976
} else if ((inq.inq_dtype & DTYPE_MASK) < 0x1f) {
usr/src/cmd/luxadm/fchba.c
637
if ((tmp->dtype & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/fchba.c
639
dtype[tmp->dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/fchba.c
640
} else if ((tmp->dtype & DTYPE_MASK) < 0x1f) {
usr/src/cmd/luxadm/g_adm.c
1024
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI))) {
usr/src/cmd/luxadm/g_adm.c
1729
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/cmd/luxadm/g_adm.c
1917
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/cmd/luxadm/g_adm.c
2085
if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_DIRECT) {
usr/src/cmd/luxadm/g_adm.c
4001
switch ((inq.inq_dtype & DTYPE_MASK)) {
usr/src/cmd/luxadm/g_adm.c
4207
switch ((inq_struct.inq_dtype & DTYPE_MASK)) {
usr/src/cmd/luxadm/g_adm.c
4516
dtype[inq.inq_dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/g_adm.c
6048
switch ((inq_struct.inq_dtype & DTYPE_MASK)) {
usr/src/cmd/luxadm/g_adm.c
6127
peripheral_qual = inq.inq_dtype & ~DTYPE_MASK;
usr/src/cmd/luxadm/g_adm.c
6151
if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
usr/src/cmd/luxadm/g_adm.c
6186
dtype[inq.inq_dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/g_adm.c
6654
if ((dtype_prop & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/g_adm.c
6656
(dtype_prop & DTYPE_MASK), dtype[(dtype_prop & DTYPE_MASK)]);
usr/src/cmd/luxadm/g_adm.c
6657
} else if ((dtype_prop & DTYPE_MASK) < 0x1f) {
usr/src/cmd/luxadm/g_adm.c
6660
(dtype_prop & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
6663
" 0x%-2x (Unknown Type"), (dtype_prop & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
673
(inq.inq_dtype & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
677
} else if ((((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)) &&
usr/src/cmd/luxadm/g_adm.c
689
(inq.inq_dtype & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
703
} else if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) &&
usr/src/cmd/luxadm/g_adm.c
714
(inq.inq_dtype & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
741
} else if ((inq.inq_dtype & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/g_adm.c
742
switch ((inq.inq_dtype & DTYPE_MASK)) {
usr/src/cmd/luxadm/g_adm.c
747
(inq.inq_dtype & DTYPE_MASK));
usr/src/cmd/luxadm/g_adm.c
763
dtype[inq.inq_dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/g_adm.c
766
} else if ((inq.inq_dtype & DTYPE_MASK) < 0x1f) {
usr/src/cmd/luxadm/g_adm.c
858
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI))) {
usr/src/cmd/luxadm/g_adm.c
873
} else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
usr/src/cmd/luxadm/g_adm.c
954
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI))) {
usr/src/cmd/luxadm/g_adm.c
970
} else if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) {
usr/src/cmd/luxadm/lux_util.c
718
if ((dtype_prop & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/lux_util.c
720
(dtype_prop & DTYPE_MASK),
usr/src/cmd/luxadm/lux_util.c
721
dtype[(dtype_prop & DTYPE_MASK)]);
usr/src/cmd/luxadm/lux_util.c
722
} else if ((dtype_prop & DTYPE_MASK) < 0x1f) {
usr/src/cmd/luxadm/lux_util.c
725
(dtype_prop & DTYPE_MASK));
usr/src/cmd/luxadm/lux_util.c
731
(dtype_prop & DTYPE_MASK));
usr/src/cmd/luxadm/lux_util.c
736
(dtype_prop & DTYPE_MASK));
usr/src/cmd/luxadm/lux_util.c
892
} else if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_ESI) {
usr/src/cmd/luxadm/lux_util.c
903
(void) fprintf(stdout, "%s0x%x (", *p++, (inq.inq_dtype & DTYPE_MASK));
usr/src/cmd/luxadm/lux_util.c
904
if ((inq.inq_dtype & DTYPE_MASK) < 0x10) {
usr/src/cmd/luxadm/lux_util.c
905
(void) fprintf(stdout, "%s", dtype[inq.inq_dtype & DTYPE_MASK]);
usr/src/cmd/luxadm/lux_util.c
906
} else if ((inq.inq_dtype & DTYPE_MASK) < 0x1f) {
usr/src/cmd/sasinfo/printAttrs.c
211
return (getStateString((dType & DTYPE_MASK), dtype_string));
usr/src/common/devid/devid_scsi.c
327
if ((inq83[0] & DTYPE_MASK) == DTYPE_UNKNOWN) {
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
852
if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_UNKNOWN) &&
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3092
if ((inq_buf->inq_dtype & DTYPE_MASK)
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3384
int itype = (*inq_dtype) & DTYPE_MASK;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3735
inq.inq_dtype = inq.inq_dtype & DTYPE_MASK;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
645
inq.inq_dtype = inq.inq_dtype & DTYPE_MASK;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
732
inq.inq_dtype = inq.inq_dtype & DTYPE_MASK;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
835
int itype = (*inq_dtype) & DTYPE_MASK;
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
957
itype = (*inq_dtype) & DTYPE_MASK;
usr/src/lib/storage/liba5k/common/mon.c
1209
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/lib/storage/liba5k/common/mon.c
1335
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/lib/storage/liba5k/common/mon.c
1398
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/lib/storage/liba5k/common/mon.c
1556
(((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI) &&
usr/src/lib/storage/liba5k/common/mon.c
3846
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/lib/storage/liba5k/common/mon.c
4589
((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)))) {
usr/src/lib/storage/libg_fc/common/hdrs/gfc.h
139
#define GFC_ERR_INQ_DTYPE (0xFF & ~DTYPE_MASK)
usr/src/uts/common/io/aac/aac.c
7150
int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/aac/aac.c
7239
dtype = sd->sd_inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7459
dtype = plun->lun_inq.inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9185
if (((plun->lun_type & DTYPE_MASK) ==
usr/src/uts/common/io/mr_sas/mr_sas.c
7615
int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
130
ilp->lun_type = inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
2187
lun_type = ((struct scsi_inquiry *)inq)->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tape.c
68
switch (inquiry->inq_dtype & DTYPE_MASK) {
usr/src/uts/common/io/scsi/impl/scsi_hba.c
3873
dtype_device = inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
5130
dtype = inq->inq_dtype & DTYPE_MASK; /* device */
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7345
((sd0->sd_inq->inq_dtype & DTYPE_MASK) != DTYPE_UNKNOWN) &&
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7346
((sd0->sd_inq->inq_dtype & DTYPE_MASK) != DTYPE_ESI) &&
usr/src/uts/common/io/scsi/impl/scsi_subr.c
400
if ((dtyp & DTYPE_MASK) < (sizeof (dnames) / sizeof (*dnames)))
usr/src/uts/common/io/scsi/impl/scsi_subr.c
401
dname = dnames[dtyp&DTYPE_MASK];
usr/src/uts/common/io/scsi/impl/scsi_watch.c
299
dtype = devp->sd_inq->inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/scsi/targets/ses.c
322
uchar_t dt = (inqp->inq_dtype & DTYPE_MASK);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
1813
inq_dtype & DTYPE_MASK;
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3357
inq_dtype & DTYPE_MASK) {
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5127
dtype = inq->inq_dtype & DTYPE_MASK;
usr/src/uts/intel/io/dktp/controller/ata/ata_common.h
210
((dp->ad_id.ai_config >> 8) & DTYPE_MASK) == \
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
2309
int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK;