Home
last modified time | relevance | path

Searched refs:pathInfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPathLogicalUnitProperties.c40 mp_path_prop_t pathInfo; in MP_GetPathLogicalUnitProperties() local
69 (void) memset(&pathInfo, 0, sizeof (mp_path_prop_t)); in MP_GetPathLogicalUnitProperties()
74 mp_ioctl.mp_obuf = (caddr_t)&pathInfo; in MP_GetPathLogicalUnitProperties()
114 pProps->disabled = pathInfo.disabled; in MP_GetPathLogicalUnitProperties()
116 initPortOID.objectSequenceNumber = pathInfo.initPort.id; in MP_GetPathLogicalUnitProperties()
122 targetPortOID.objectSequenceNumber = pathInfo.targetPort.id; in MP_GetPathLogicalUnitProperties()
128 luOID.objectSequenceNumber = pathInfo.logicalUnit.id; in MP_GetPathLogicalUnitProperties()
134 pProps->logicalUnitNumber = pathInfo.logicalUnit.id; in MP_GetPathLogicalUnitProperties()
136 switch (pathInfo.pathState) { in MP_GetPathLogicalUnitProperties()
168 pProps->weight = pathInfo.weight; in MP_GetPathLogicalUnitProperties()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h203 extern void squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum);
H A Dclusters.c1380 squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum) in squirrelPath() argument
1387 InUse[clusterNum - FIRST_CLUSTER]->path = pathInfo; in squirrelPath()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h461 } pathInfo; member