Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc717 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()
807 userMappings->entry[i].ScsiId.ScsiOSLun = in getTargetMappings()
809 userMappings->entry[i].FcpId.FcId = in getTargetMappings()
818 userMappings->entry[i].FcpId.FcpLun = in getTargetMappings()
821 memcpy(userMappings->entry[i].LUID.buffer, in getTargetMappings()
834 convertToShortNames(userMappings); 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);