Home
last modified time | relevance | path

Searched refs:userMappings (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc706 void FCHBAPort::getTargetMappings(PHBA_FCPTARGETMAPPINGV2 userMappings) { in getTargetMappings() argument
717 if (userMappings == NULL) { in getTargetMappings()
723 if (userMappings->NumberOfEntries == 0) { in getTargetMappings()
725 userMappings->NumberOfEntries = 1; in getTargetMappings()
731 (userMappings->NumberOfEntries - 1) + in getTargetMappings()
741 (userMappings->NumberOfEntries - 1) + in getTargetMappings()
767 for (i = 0; i < userMappings->NumberOfEntries && !zeroLength && in getTargetMappings()
800 snprintf(userMappings->entry[i].ScsiId.OSDeviceName, in getTargetMappings()
801 sizeof (userMappings->entry[i].ScsiId.OSDeviceName), in getTargetMappings()
803 userMappings->entry[i].ScsiId.ScsiBusNumber = in getTargetMappings()
[all …]
H A DSun_fcGetFcpTargetMappingV2.cc58 PHBA_FCPTARGETMAPPINGV2 userMappings) { in Sun_fcGetFcpTargetMappingV2() argument
65 port->getTargetMappings(userMappings); in Sun_fcGetFcpTargetMappingV2()
H A DHBAPort.h61 PHBA_FCPTARGETMAPPINGV2 userMappings) = 0;
H A DTgtFCHBAPort.h64 PHBA_FCPTARGETMAPPINGV2 userMappings) { in getTargetMappings() argument
H A DFCHBAPort.h72 PHBA_FCPTARGETMAPPINGV2 userMappings);