/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | sym.c | 99 (stdinq->inq_dtype == DTYPE_DIRECT)) {
|
H A D | tape.c | 68 switch (inquiry->inq_dtype & DTYPE_MASK) {
|
H A D | tpgs_tape.c | 112 } else if (inq->inq_dtype != DTYPE_SEQUENTIAL) {
|
H A D | tpgs.c | 72 if (inq->inq_dtype == DTYPE_SEQUENTIAL) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 185 uchar_t inq_dtype; local 290 inq_dtype = get_inq_dtype(apidp->xport_phys, 294 inq_dtype, &larg) != FPCFGA_OK) { 380 inq_dtype = get_inq_dtype(apidp->xport_phys, dyncomp, 384 dyncomp, inq_dtype, &larg)) != FPCFGA_OK) { 645 inq.inq_dtype = inq.inq_dtype & DTYPE_MASK; 647 inq.inq_dtype = DTYPE_UNKNOWN; 649 inq.inq_dtype = ERR_INQ_DTYPE; 653 inq.inq_dtype, 3374 int *inq_dtype; local [all...] |
H A D | cfga_cs.c | 746 inq.inq_dtype = DTYPE_UNKNOWN; 795 peri_qual = inq.inq_dtype & FP_PERI_QUAL_MASK; 818 inq.inq_dtype = DTYPE_UNKNOWN; 824 * Failed to get the inq_dtype of device 829 * inq_dtype to some invalid value (0xFF) 852 if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_UNKNOWN) && 877 inq.inq_dtype, errstring)) != FPCFGA_OK) { 994 inq.inq_dtype, NULL); 1003 inq.inq_dtype, NULL);
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo.h | 104 uchar_t inq_dtype; member in struct:targetPortMappingData
|
H A D | sasinfo-list.c | 47 uchar_t inq_dtype; member in struct:tgt_mapping 1807 TPMapData->inq_dtype = DTYPE_UNKNOWN; 1864 TPMapData->inq_dtype = DTYPE_UNKNOWN; 1872 TPMapData->inq_dtype = inq.inq_dtype; 2395 newDevice->dType = inq.inq_dtype;
|
H A D | printAttrs.c | 501 getDTypeString(mapList->inq_dtype));
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 199 uchar_t inq_dtype; member in struct:l_inquiry80_struct
|
H A D | gfc.h | 227 uchar_t inq_dtype; member in struct:l_inquiry_struct
|
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 49 uchar_t inq_dtype; member in struct:scsi_inquiry 165 uchar_t inq_dtype; member in struct:scsi_inquiry
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 124 ilp->lun_type = inq->inq_dtype & DTYPE_MASK; 318 inq->inq_dtype, NULL, &nodename, &compatible, &ncompatible); 324 inq->inq_dtype); 437 inq->inq_dtype, NULL, &nodename, &compatible, &ncompatible);
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fchba.c | 73 uchar_t inq_dtype; member in struct:page80 620 inq.inq_dtype = 0x1f; 622 tmpPath->dtype = inq.inq_dtype; 1062 inq.inq_dtype = 0x1f; 1066 inq.inq_dtype); 1806 switch ((inq.inq_dtype & DTYPE_MASK)) { 1863 if ((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) { 1933 if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_SEQUENTIAL) { 1973 if ((inq.inq_dtype & DTYPE_MASK) < 0x10) { 1975 dtype[inq.inq_dtype [all...] |
H A D | g_adm.c | 673 (inq.inq_dtype & DTYPE_MASK)); 677 } else if ((((inq.inq_dtype & DTYPE_MASK) == DTYPE_ESI)) && 689 (inq.inq_dtype & DTYPE_MASK)); 703 } else if (((inq.inq_dtype & DTYPE_MASK) == DTYPE_DIRECT) && 714 (inq.inq_dtype & DTYPE_MASK)); 741 } else if ((inq.inq_dtype & DTYPE_MASK) < 0x10) { 742 switch ((inq.inq_dtype & DTYPE_MASK)) { 747 (inq.inq_dtype & DTYPE_MASK)); 763 dtype[inq.inq_dtype & DTYPE_MASK]); 766 } else if ((inq.inq_dtype [all...] |
H A D | lux_util.c | 895 } else if ((inq.inq_dtype & DTYPE_MASK) != DTYPE_ESI) { 906 (void) fprintf(stdout, "%s0x%x (", *p++, (inq.inq_dtype & DTYPE_MASK)); 907 if ((inq.inq_dtype & DTYPE_MASK) < 0x10) { 908 (void) fprintf(stdout, "%s", dtype[inq.inq_dtype & DTYPE_MASK]); 909 } else if ((inq.inq_dtype & DTYPE_MASK) < 0x1f) {
|
H A D | common.h | 285 uchar_t inq_dtype; member in struct:l_inquiry_struct
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_init.c | 281 if (sd->inq_dtype == DTYPE_CHANGER) { 419 if (sd->inq_dtype == DTYPE_SEQUENTIAL) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 588 int *inq_dtype, itype; local 776 &inq_dtype) > 0) { 777 dnode->ddn_dtype = *inq_dtype; 778 itype = (*inq_dtype) & DTYPE_MASK;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 825 int *inq_dtype; local 834 &inq_dtype) == 1) { 835 int itype = (*inq_dtype) & DTYPE_MASK;
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1109 * Acquires inq_dtype from g_get_inq_dtype() and 1294 /* Get the inq_dtype for each device on dev list. */ 1296 /* Get the inq_dtype for each device. */ 1330 * Gets the inq_dtype for devices on the fabric FC driver 1334 * inq_dtype is set to the dtype on success 1341 g_get_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument 1405 *inq_dtype = inq_data.dev0_type; 1414 * Gets the inq_dtype for devices on the fabric FC driver 1419 * inq_dtype and in such a case, it cannot PLOGI into itself. 1422 * inq_dtype i 1429 get_fca_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument 2018 update_map_dev_FCP_prop(impl_map_dev_prop_t **prop_list, uchar_t *inq_dtype, int err, int exist) argument 2081 uchar_t inq_dtype; local [all...] |
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcinfo-list.c | 1111 discoveredDevList->dType = inq.inq_dtype; 1233 newDevice->dType = inq.inq_dtype;
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 1808 inq_dtype & DTYPE_MASK; 3125 } else if ((inq->inq_dtype == DTYPE_RODIRECT) || 3126 (inq->inq_dtype == DTYPE_OPTICAL)) { 3149 } else if (inq->inq_dtype == DTYPE_SEQUENTIAL) { 3361 inq_dtype & DTYPE_MASK) { 4352 inqp->inq_dtype = DTYPE_DIRECT; 5067 dtype = inq->inq_dtype & DTYPE_MASK; 5099 [pkt->pkt_address.a_lun].inq_dtype);
|
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 379 if (!devp->sd_inq || (devp->sd_inq->inq_dtype == DTYPE_NOTPRESENT) || 380 (devp->sd_inq->inq_dtype == DTYPE_UNKNOWN)) { 384 switch (devp->sd_inq->inq_dtype) {
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 294 * For inq_dtype of SBC (DIRECT, dtype == 0) 299 dtype = devp->sd_inq->inq_dtype & DTYPE_MASK;
|