Searched defs:inq_dtype (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h104 uchar_t inq_dtype; member in struct:targetPortMappingData
H A Dsasinfo-list.c47 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;
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c825 int *inq_dtype; local
834 &inq_dtype) == 1) {
835 int itype = (*inq_dtype) & DTYPE_MASK;
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h199 uchar_t inq_dtype; member in struct:l_inquiry80_struct
H A Dgfc.h227 uchar_t inq_dtype; member in struct:l_inquiry_struct
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c588 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/uts/common/sys/scsi/generic/
H A Dinquiry.h49 uchar_t inq_dtype; member in struct:scsi_inquiry
165 uchar_t inq_dtype; member in struct:scsi_inquiry
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c73 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 Dcommon.h285 uchar_t inq_dtype; member in struct:l_inquiry_struct
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c185 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...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1109 * 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...]

Completed in 129 milliseconds