xref: /illumos-gate/usr/src/lib/sun_sas/common/mapfile-vers (revision 9e86db79b7d1bbc5f2f04e99954cbd5eae0e22bb)
1*9e86db79SHyon Kim#
2*9e86db79SHyon Kim# CDDL HEADER START
3*9e86db79SHyon Kim#
4*9e86db79SHyon Kim# The contents of this file are subject to the terms of the
5*9e86db79SHyon Kim# Common Development and Distribution License (the "License").
6*9e86db79SHyon Kim# You may not use this file except in compliance with the License.
7*9e86db79SHyon Kim#
8*9e86db79SHyon Kim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*9e86db79SHyon Kim# or http://www.opensolaris.org/os/licensing.
10*9e86db79SHyon Kim# See the License for the specific language governing permissions
11*9e86db79SHyon Kim# and limitations under the License.
12*9e86db79SHyon Kim#
13*9e86db79SHyon Kim# When distributing Covered Code, include this CDDL HEADER in each
14*9e86db79SHyon Kim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*9e86db79SHyon Kim# If applicable, add the following below this CDDL HEADER, with the
16*9e86db79SHyon Kim# fields enclosed by brackets "[]" replaced with your own identifying
17*9e86db79SHyon Kim# information: Portions Copyright [yyyy] [name of copyright owner]
18*9e86db79SHyon Kim#
19*9e86db79SHyon Kim# CDDL HEADER END
20*9e86db79SHyon Kim#
21*9e86db79SHyon Kim#
22*9e86db79SHyon Kim# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*9e86db79SHyon Kim# Use is subject to license terms.
24*9e86db79SHyon Kim#
25*9e86db79SHyon Kim
26*9e86db79SHyon Kim#
27*9e86db79SHyon Kim# MAPFILE HEADER START
28*9e86db79SHyon Kim#
29*9e86db79SHyon Kim# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*9e86db79SHyon Kim# Object versioning must comply with the rules detailed in
31*9e86db79SHyon Kim#
32*9e86db79SHyon Kim#	usr/src/lib/README.mapfiles
33*9e86db79SHyon Kim#
34*9e86db79SHyon Kim# You should not be making modifications here until you've read the most current
35*9e86db79SHyon Kim# copy of that file. If you need help, contact a gatekeeper for guidance.
36*9e86db79SHyon Kim#
37*9e86db79SHyon Kim# MAPFILE HEADER END
38*9e86db79SHyon Kim#
39*9e86db79SHyon Kim
40*9e86db79SHyon Kim
41*9e86db79SHyon KimSUNWprivate {
42*9e86db79SHyon Kim    global:
43*9e86db79SHyon Kim	SMHBA_RegisterLibrary;
44*9e86db79SHyon Kim	Sun_sasGetNumberOfAdapters;
45*9e86db79SHyon Kim	Sun_sasLoadLibrary;
46*9e86db79SHyon Kim	Sun_sasFreeLibrary;
47*9e86db79SHyon Kim	Sun_sasRefreshInformation;
48*9e86db79SHyon Kim	Sun_sasRefreshAdapterConfiguration;
49*9e86db79SHyon Kim	Sun_sasCloseAdapter;
50*9e86db79SHyon Kim	Sun_sasFreeLibrary;
51*9e86db79SHyon Kim	Sun_sasGetAdapterAttributes;
52*9e86db79SHyon Kim	Sun_sasGetAdapterName;
53*9e86db79SHyon Kim	Sun_sasGetAdapterPortAttributes;
54*9e86db79SHyon Kim	Sun_sasGetDiscoveredPortAttributes;
55*9e86db79SHyon Kim	Sun_sasGetLUNStatistics;
56*9e86db79SHyon Kim	Sun_sasGetNumberOfAdapters;
57*9e86db79SHyon Kim	Sun_sasGetNumberOfPorts;
58*9e86db79SHyon Kim	Sun_sasSetPersistentBinding;
59*9e86db79SHyon Kim	Sun_sasGetPersistentBinding;
60*9e86db79SHyon Kim	Sun_sasGetPhyStatistics;
61*9e86db79SHyon Kim	Sun_sasGetPortAttributesByWWN;
62*9e86db79SHyon Kim	Sun_sasGetPortType;
63*9e86db79SHyon Kim	Sun_sasGetProtocolStatistics;
64*9e86db79SHyon Kim	Sun_sasGetSASPhyAttributes;
65*9e86db79SHyon Kim	Sun_sasGetTargetMapping;
66*9e86db79SHyon Kim	Sun_sasGetVendorLibraryAttributes;
67*9e86db79SHyon Kim	Sun_sasGetVersion;
68*9e86db79SHyon Kim	Sun_sasScsiReadCapacity;
69*9e86db79SHyon Kim	Sun_sasScsiReportLUNs;
70*9e86db79SHyon Kim	Sun_sasScsiInquiry;
71*9e86db79SHyon Kim	Sun_sasLoadLibrary;
72*9e86db79SHyon Kim	Sun_sasSendSMPPassThru;
73*9e86db79SHyon Kim	Sun_sasOpenAdapter;
74*9e86db79SHyon Kim	FreeHBA;
75*9e86db79SHyon Kim    local:
76*9e86db79SHyon Kim	*;
77*9e86db79SHyon Kim};
78