Searched defs:userMappings (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMappingV2.cc47 * @return HBA_STATUS_OK if userMappings contains valid response data
49 * contents of userMappings is undefined
52 * @param userMappings a pre-allocated user structure to store
58 PHBA_FCPTARGETMAPPINGV2 userMappings) {
65 port->getTargetMappings(userMappings);
57 Sun_fcGetFcpTargetMappingV2(HBA_HANDLE handle, HBA_WWN portWWN, PHBA_FCPTARGETMAPPINGV2 userMappings) argument
H A DTgtFCHBAPort.h64 PHBA_FCPTARGETMAPPINGV2 userMappings) {
63 getTargetMappings( PHBA_FCPTARGETMAPPINGV2 userMappings) argument
H A DFCHBAPort.cc703 void FCHBAPort::getTargetMappings(PHBA_FCPTARGETMAPPINGV2 userMappings) { argument
714 if (userMappings == NULL) {
720 if (userMappings->NumberOfEntries == 0) {
722 userMappings->NumberOfEntries = 1;
728 (userMappings->NumberOfEntries - 1) +
738 (userMappings->NumberOfEntries - 1) +
764 for (i = 0; i < userMappings->NumberOfEntries && !zeroLength &&
797 snprintf(userMappings->entry[i].ScsiId.OSDeviceName,
798 sizeof (userMappings->entry[i].ScsiId.OSDeviceName),
800 userMappings
[all...]

Completed in 26 milliseconds