Searched refs:mappingV2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc72 PHBA_FCPTARGETMAPPINGV2 mappingV2; local
95 mappingV2 = (PHBA_FCPTARGETMAPPINGV2) new uchar_t[
101 mappingV2->NumberOfEntries = mapping->NumberOfEntries < entries ?
104 getAdapterPortWWN(handle,port), mappingV2);
105 mapping->NumberOfEntries += mappingV2->NumberOfEntries;
118 &mappingV2->entry[count-current].ScsiId,
121 &mappingV2->entry[count-current].FcpId,
127 delete(mappingV2);

Completed in 194 milliseconds