Searched refs:pathInfo (Results 1 – 4 of 4) sorted by relevance
40 mp_path_prop_t pathInfo; in MP_GetPathLogicalUnitProperties() local69 (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()
203 extern void squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum);
1380 squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum) in squirrelPath() argument1387 InUse[clusterNum - FIRST_CLUSTER]->path = pathInfo; in squirrelPath()
461 } pathInfo; member