194N/A#
194N/A# CDDL HEADER START
194N/A#
194N/A# The contents of this file are subject to the terms of the
194N/A# Common Development and Distribution License (the "License").
194N/A# You may not use this file except in compliance with the License.
194N/A#
194N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
194N/A# or http://www.opensolaris.org/os/licensing.
194N/A# See the License for the specific language governing permissions
194N/A# and limitations under the License.
194N/A#
194N/A# When distributing Covered Code, include this CDDL HEADER in each
194N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
194N/A# If applicable, add the following below this CDDL HEADER, with the
194N/A# fields enclosed by brackets "[]" replaced with your own identifying
194N/A# information: Portions Copyright [yyyy] [name of copyright owner]
194N/A#
194N/A# CDDL HEADER END
194N/A#
194N/A#
194N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2899N/A#
194N/A
194N/A#
194N/A# MAPFILE HEADER START
194N/A#
194N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
194N/A# Object versioning must comply with the rules detailed in
618N/A#
194N/A# usr/src/lib/README.mapfiles
194N/A#
844N/A# You should not be making modifications here until you've read the most current
844N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
194N/A#
194N/A# MAPFILE HEADER END
1258N/A#
194N/A
2899N/A$mapfile_version 2
2899N/A
194N/ASYMBOL_VERSION SUNW_1.1 {
194N/A global:
194N/A HBA_GetVersion;
194N/A HBA_GetWrapperLibraryAttributes;
194N/A HBA_LoadLibrary;
194N/A HBA_FreeLibrary;
194N/A HBA_GetNumberOfAdapters;
194N/A HBA_GetAdapterName;
206N/A HBA_OpenAdapter;
194N/A HBA_CloseAdapter;
194N/A HBA_GetAdapterAttributes;
194N/A HBA_GetAdapterPortAttributes;
1591N/A HBA_GetPortStatistics;
1591N/A HBA_GetDiscoveredPortAttributes;
1591N/A HBA_GetPortAttributesByWWN;
194N/A HBA_SendCTPassThru;
194N/A HBA_RefreshInformation;
194N/A HBA_ResetStatistics;
194N/A HBA_GetFcpTargetMapping;
1591N/A HBA_GetFcpPersistentBinding;
194N/A HBA_GetEventBuffer;
1591N/A HBA_SetRNIDMgmtInfo;
194N/A HBA_GetRNIDMgmtInfo;
194N/A HBA_SendRNID;
194N/A HBA_SendScsiInquiry;
194N/A HBA_SendReportLUNs;
194N/A HBA_SendReadCapacity;
194N/A
local:
*;
};
SYMBOL_VERSION SUNW_2.0 {
global:
HBA_GetVendorLibraryAttributes;
HBA_OpenAdapterByWWN;
Sun_HBA_NPIVGetAdapterAttributes;
Sun_HBA_GetNPIVPortInfo;
Sun_HBA_DeleteNPIVPort;
Sun_HBA_GetPortNPIVAttributes;
Sun_HBA_CreateNPIVPort;
HBA_SendCTPassThruV2;
HBA_RefreshAdapterConfiguration;
HBA_GetFcpTargetMappingV2;
HBA_RemoveCallback;
HBA_RegisterForAdapterAddEvents;
HBA_RegisterForAdapterEvents;
HBA_RegisterForAdapterPortEvents;
Sun_HBA_RegisterForAdapterDeviceEvents;
HBA_RegisterForAdapterPortStatEvents;
HBA_RegisterForTargetEvents;
HBA_RegisterForLinkEvents;
HBA_SendRNIDV2;
HBA_SendRLS;
HBA_SendRPL;
HBA_SendRPS;
HBA_SendSRL;
HBA_SendLIRR;
HBA_ScsiInquiryV2;
HBA_ScsiReportLUNsV2;
HBA_ScsiReadCapacityV2;
HBA_GetBindingCapability;
HBA_SetBindingSupport;
HBA_GetBindingSupport;
HBA_SetPersistentBindingV2;
HBA_GetPersistentBindingV2;
HBA_RemovePersistentBinding;
HBA_RemoveAllPersistentBindings;
HBA_GetFC4Statistics;
HBA_GetFCPStatistics;
Sun_HBA_GetNumberOfTgtAdapters;
Sun_HBA_GetTgtAdapterName;
Sun_HBA_OpenTgtAdapter;
Sun_HBA_OpenTgtAdapterByWWN;
Sun_HBA_AdapterCreateWWN;
Sun_HBA_AdapterReturnWWN;
Sun_HBA_ForceLip;
local:
*;
};