xref: /illumos-gate/usr/src/lib/libima/common/mapfile-vers (revision e0731422366620894c16c1ee6515551c5f00733d)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40$mapfile_version 2
41
42SYMBOL_VERSION SUNW_1.1 {		# update to libima, Solaris 11
43    global:
44	SUN_IMA_SetTunableProperties;
45	SUN_IMA_GetTunableProperties;
46} SUNW_1.0;
47
48SYMBOL_VERSION SUNW_1.0 {		# first release of libima in S10u2_02
49    global:
50	IMA_GetErrorRecoveryLevelProperties;
51	IMA_GetNetworkPortalProperties;
52	IMA_GetNodeProperties;
53	IMA_SetMaxBurstLength;
54	IMA_SetIsnsDiscovery;
55	IMA_GetLnpProperties;
56	IMA_LuReportLuns;
57	IMA_GetLibraryProperties;
58	IMA_GetPhbaDownloadProperties;
59	IMA_GetMaxRecvDataSegmentLengthProperties;
60	IMA_GetStaticDiscoveryTargetOidList;
61	IMA_SetNodeName;
62	IMA_DeregisterForObjectVisibilityChanges;
63	IMA_SetInitiatorAuthMethods;
64	IMA_GetImmediateDataProperties;
65	IMA_GenerateNodeName;
66	IMA_SetMaxConnections;
67	IMA_SetSlpDiscovery;
68	IMA_GetPnpProperties;
69	IMA_GetPhbaStatus;
70	IMA_FreeMemory;
71	IMA_GetNonSharedNodeOidList;
72	IMA_GetDataSequenceInOrderProperties;
73	IMA_SetStatisticsCollection;
74	IMA_SetInitiatorAuthParms;
75	IMA_GetStaticDiscoveryTargetProperties;
76	IMA_PluginIOCtl;
77	IMA_SetNodeAlias;
78	IMA_SetDefaultTime2Wait;
79	IMA_SetStaticDiscovery;
80	IMA_GetPnpStatistics;
81	IMA_GetIpProperties;
82	IMA_SetMaxOutstandingR2T;
83	IMA_SetNetworkPortalIpAddress;
84	IMA_GetDefaultTime2RetainProperties;
85	IMA_DeregisterForObjectPropertyChanges;
86	IMA_GetNetworkPortalOidList;
87	IMA_GetLuOid;
88	IMA_GetNetworkPortStatus;
89	IMA_AddDiscoveryAddress;
90	IMA_GetLhbaOidList;
91	IMA_SetInitialR2T;
92	IMA_GetIpsecProperties;
93	IMA_GetTargetProperties;
94	IMA_SetIpConfigMethod;
95	IMA_GetDiscoveryProperties;
96	IMA_SetErrorRecoveryLevel;
97	IMA_GetDiscoveryAddressProperties;
98	IMA_LuInquiry;
99	IMA_RegisterForObjectPropertyChanges;
100	IMA_GetTargetErrorStatistics;
101	IMA_GetMaxBurstLengthProperties;
102	IMA_GetPluginOidList;
103	IMA_GetLhbaProperties;
104	IMA_SetImmediateData;
105	IMA_GetPnpOidList;
106	IMA_GetLuOidList;
107	IMA_SetSubnetMask;
108	IMA_GetInUseInitiatorAuthMethods;
109	IMA_SetSendTargetsDiscovery;
110	IMA_GetDefaultTime2WaitProperties;
111	IMA_ExposeLu;
112	IMA_GetDiscoveryAddressOidList;
113	IMA_GetInitialR2TProperties;
114	IMA_GetStatisticsProperties;
115	IMA_UnexposeLu;
116	IMA_GetPluginProperties;
117	IMA_GetPhbaOidList;
118	IMA_SetDataPduInOrder;
119	IMA_IsPhbaDownloadFile;
120	IMA_GetLuProperties;
121	IMA_SetDnsServerAddress;
122	IMA_SetMaxRecvDataSegmentLength;
123	IMA_AddStaticDiscoveryTarget;
124	IMA_RemoveDiscoveryAddress;
125	IMA_GetDataPduInOrderProperties;
126	IMA_GetMaxOutstandingR2TProperties;
127	IMA_GetSharedNodeOid;
128	IMA_GetPhbaProperties;
129	IMA_GetTargetOidList;
130	IMA_PhbaDownload;
131	IMA_GetDeviceStatistics;
132	IMA_SetDefaultGateway;
133	IMA_GetSupportedAuthMethods;
134	IMA_SetDefaultTime2Retain;
135	IMA_RegisterForObjectVisibilityChanges;
136	IMA_RemoveStaticDiscoveryTarget;
137	IMA_GetFirstBurstLengthProperties;
138	IMA_GetAssociatedPluginOid;
139	IMA_GetObjectType;
140	IMA_SetFirstBurstLength;
141	IMA_RemoveStaleData;
142	IMA_GetLnpOidList;
143	IMA_LuReadCapacity;
144	IMA_SetDataSequenceInOrder;
145	IMA_GetInitiatorAuthParms;
146	IMA_GetMaxConnectionsProperties;
147	IMA_GetAddressKeys;
148    local:
149	*;
150};
151