xref: /illumos-gate/usr/src/lib/hbaapi/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
1fcf3ce44SJohn Forte#
2fcf3ce44SJohn Forte# CDDL HEADER START
3fcf3ce44SJohn Forte#
4fcf3ce44SJohn Forte# The contents of this file are subject to the terms of the
5fcf3ce44SJohn Forte# Common Development and Distribution License (the "License").
6fcf3ce44SJohn Forte# You may not use this file except in compliance with the License.
7fcf3ce44SJohn Forte#
8fcf3ce44SJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fcf3ce44SJohn Forte# or http://www.opensolaris.org/os/licensing.
10fcf3ce44SJohn Forte# See the License for the specific language governing permissions
11fcf3ce44SJohn Forte# and limitations under the License.
12fcf3ce44SJohn Forte#
13fcf3ce44SJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
14fcf3ce44SJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15fcf3ce44SJohn Forte# If applicable, add the following below this CDDL HEADER, with the
16fcf3ce44SJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
17fcf3ce44SJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
18fcf3ce44SJohn Forte#
19fcf3ce44SJohn Forte# CDDL HEADER END
20fcf3ce44SJohn Forte#
21fcf3ce44SJohn Forte#
22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23fcf3ce44SJohn Forte# Use is subject to license terms.
24fcf3ce44SJohn Forte#
25fcf3ce44SJohn Forte
26*bfed486aSAli Bahrami#
27*bfed486aSAli Bahrami# MAPFILE HEADER START
28*bfed486aSAli Bahrami#
29*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31*bfed486aSAli Bahrami#
32*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33*bfed486aSAli Bahrami#
34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36*bfed486aSAli Bahrami#
37*bfed486aSAli Bahrami# MAPFILE HEADER END
38*bfed486aSAli Bahrami#
39*bfed486aSAli Bahrami
40fcf3ce44SJohn ForteSUNW_1.1 {
41fcf3ce44SJohn Forte    global:
42fcf3ce44SJohn Forte	HBA_GetVersion;
43fcf3ce44SJohn Forte	HBA_GetWrapperLibraryAttributes;
44fcf3ce44SJohn Forte	HBA_LoadLibrary;
45fcf3ce44SJohn Forte	HBA_FreeLibrary;
46fcf3ce44SJohn Forte	HBA_GetNumberOfAdapters;
47fcf3ce44SJohn Forte	HBA_GetAdapterName;
48fcf3ce44SJohn Forte	HBA_OpenAdapter;
49fcf3ce44SJohn Forte	HBA_CloseAdapter;
50fcf3ce44SJohn Forte	HBA_GetAdapterAttributes;
51fcf3ce44SJohn Forte	HBA_GetAdapterPortAttributes;
52fcf3ce44SJohn Forte	HBA_GetPortStatistics;
53fcf3ce44SJohn Forte	HBA_GetDiscoveredPortAttributes;
54fcf3ce44SJohn Forte	HBA_GetPortAttributesByWWN;
55fcf3ce44SJohn Forte	HBA_SendCTPassThru;
56fcf3ce44SJohn Forte	HBA_RefreshInformation;
57fcf3ce44SJohn Forte	HBA_ResetStatistics;
58fcf3ce44SJohn Forte	HBA_GetFcpTargetMapping;
59fcf3ce44SJohn Forte	HBA_GetFcpPersistentBinding;
60fcf3ce44SJohn Forte	HBA_GetEventBuffer;
61fcf3ce44SJohn Forte	HBA_SetRNIDMgmtInfo;
62fcf3ce44SJohn Forte	HBA_GetRNIDMgmtInfo;
63fcf3ce44SJohn Forte	HBA_SendRNID;
64fcf3ce44SJohn Forte	HBA_SendScsiInquiry;
65fcf3ce44SJohn Forte	HBA_SendReportLUNs;
66fcf3ce44SJohn Forte	HBA_SendReadCapacity;
67fcf3ce44SJohn Forte
68fcf3ce44SJohn Forte    local:
69fcf3ce44SJohn Forte	*;
70fcf3ce44SJohn Forte};
71fcf3ce44SJohn Forte
72fcf3ce44SJohn ForteSUNW_2.0 {
73fcf3ce44SJohn Forte    global:
74fcf3ce44SJohn Forte	HBA_GetVendorLibraryAttributes;
75fcf3ce44SJohn Forte	HBA_OpenAdapterByWWN;
76fcf3ce44SJohn Forte	Sun_HBA_NPIVGetAdapterAttributes;
77fcf3ce44SJohn Forte	Sun_HBA_GetNPIVPortInfo;
78fcf3ce44SJohn Forte	Sun_HBA_DeleteNPIVPort;
79fcf3ce44SJohn Forte	Sun_HBA_GetPortNPIVAttributes;
80fcf3ce44SJohn Forte	Sun_HBA_CreateNPIVPort;
81fcf3ce44SJohn Forte	HBA_SendCTPassThruV2;
82fcf3ce44SJohn Forte	HBA_RefreshAdapterConfiguration;
83fcf3ce44SJohn Forte	HBA_GetFcpTargetMappingV2;
84fcf3ce44SJohn Forte	HBA_RemoveCallback;
85fcf3ce44SJohn Forte	HBA_RegisterForAdapterAddEvents;
86fcf3ce44SJohn Forte	HBA_RegisterForAdapterEvents;
87fcf3ce44SJohn Forte	HBA_RegisterForAdapterPortEvents;
88fcf3ce44SJohn Forte	Sun_HBA_RegisterForAdapterDeviceEvents;
89fcf3ce44SJohn Forte	HBA_RegisterForAdapterPortStatEvents;
90fcf3ce44SJohn Forte	HBA_RegisterForTargetEvents;
91fcf3ce44SJohn Forte	HBA_RegisterForLinkEvents;
92fcf3ce44SJohn Forte	HBA_SendRNIDV2;
93fcf3ce44SJohn Forte	HBA_SendRLS;
94fcf3ce44SJohn Forte	HBA_SendRPL;
95fcf3ce44SJohn Forte	HBA_SendRPS;
96fcf3ce44SJohn Forte	HBA_SendSRL;
97fcf3ce44SJohn Forte	HBA_SendLIRR;
98fcf3ce44SJohn Forte	HBA_ScsiInquiryV2;
99fcf3ce44SJohn Forte	HBA_ScsiReportLUNsV2;
100fcf3ce44SJohn Forte	HBA_ScsiReadCapacityV2;
101fcf3ce44SJohn Forte	HBA_GetBindingCapability;
102fcf3ce44SJohn Forte	HBA_SetBindingSupport;
103fcf3ce44SJohn Forte	HBA_GetBindingSupport;
104fcf3ce44SJohn Forte	HBA_SetPersistentBindingV2;
105fcf3ce44SJohn Forte	HBA_GetPersistentBindingV2;
106fcf3ce44SJohn Forte	HBA_RemovePersistentBinding;
107fcf3ce44SJohn Forte	HBA_RemoveAllPersistentBindings;
108fcf3ce44SJohn Forte	HBA_GetFC4Statistics;
109fcf3ce44SJohn Forte	HBA_GetFCPStatistics;
110fcf3ce44SJohn Forte	Sun_HBA_GetNumberOfTgtAdapters;
111fcf3ce44SJohn Forte	Sun_HBA_GetTgtAdapterName;
112fcf3ce44SJohn Forte	Sun_HBA_OpenTgtAdapter;
113fcf3ce44SJohn Forte	Sun_HBA_OpenTgtAdapterByWWN;
114fcf3ce44SJohn Forte	Sun_HBA_AdapterCreateWWN;
115fcf3ce44SJohn Forte	Sun_HBA_AdapterReturnWWN;
116fcf3ce44SJohn Forte
117fcf3ce44SJohn Forte    local:
118fcf3ce44SJohn Forte	*;
119fcf3ce44SJohn Forte};
120fcf3ce44SJohn Forte
121