xref: /onnv-gate/usr/src/lib/libstmf/common/mapfile-vers (revision 12692:4341b447c069)
17836SJohn.Forte@Sun.COM#
27836SJohn.Forte@Sun.COM# CDDL HEADER START
37836SJohn.Forte@Sun.COM#
47836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the
57836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License").
67836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License.
77836SJohn.Forte@Sun.COM#
87836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing.
107836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions
117836SJohn.Forte@Sun.COM# and limitations under the License.
127836SJohn.Forte@Sun.COM#
137836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
147836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
167836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
177836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
187836SJohn.Forte@Sun.COM#
197836SJohn.Forte@Sun.COM# CDDL HEADER END
207836SJohn.Forte@Sun.COM#
2112682SSrivijitha.Dugganapalli@Sun.COM#Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
227836SJohn.Forte@Sun.COM#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
368744SAli.Bahrami@Sun.COM#
37*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
38*12692SAli.Bahrami@Oracle.COM
39*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
407836SJohn.Forte@Sun.COM	global:
417836SJohn.Forte@Sun.COM	    stmfAddToHostGroup;
427836SJohn.Forte@Sun.COM	    stmfAddToTargetGroup;
437836SJohn.Forte@Sun.COM	    stmfAddViewEntry;
447836SJohn.Forte@Sun.COM	    stmfClearProviderData;
457836SJohn.Forte@Sun.COM	    stmfCreateHostGroup;
469585STim.Szeto@Sun.COM	    stmfCreateLu;
479585STim.Szeto@Sun.COM	    stmfCreateLuResource;
487836SJohn.Forte@Sun.COM	    stmfCreateTargetGroup;
497836SJohn.Forte@Sun.COM	    stmfDeleteHostGroup;
509585STim.Szeto@Sun.COM	    stmfDeleteLu;
517836SJohn.Forte@Sun.COM	    stmfDeleteTargetGroup;
5210725SJohn.Forte@Sun.COM	    stmfDestroyProxyDoor;
537836SJohn.Forte@Sun.COM	    stmfDevidFromIscsiName;
547836SJohn.Forte@Sun.COM	    stmfDevidFromWwn;
559585STim.Szeto@Sun.COM	    stmfFreeLuResource;
567836SJohn.Forte@Sun.COM	    stmfFreeMemory;
5711103SJohn.Forte@Sun.COM	    stmfGetGlobalLuProp;
587836SJohn.Forte@Sun.COM	    stmfGetHostGroupList;
597836SJohn.Forte@Sun.COM	    stmfGetHostGroupMembers;
609585STim.Szeto@Sun.COM	    stmfGetLuProp;
619585STim.Szeto@Sun.COM	    stmfGetLuResource;
627836SJohn.Forte@Sun.COM	    stmfGetTargetGroupList;
637836SJohn.Forte@Sun.COM	    stmfGetTargetGroupMembers;
647836SJohn.Forte@Sun.COM	    stmfGetTargetList;
657836SJohn.Forte@Sun.COM	    stmfGetTargetProperties;
667836SJohn.Forte@Sun.COM	    stmfGetLogicalUnitList;
677836SJohn.Forte@Sun.COM	    stmfGetLogicalUnitProperties;
689585STim.Szeto@Sun.COM	    stmfGetPersistMethod;
697836SJohn.Forte@Sun.COM	    stmfGetProviderData;
707836SJohn.Forte@Sun.COM	    stmfGetProviderDataList;
717836SJohn.Forte@Sun.COM	    stmfGetProviderDataProt;
727836SJohn.Forte@Sun.COM	    stmfGetSessionList;
737836SJohn.Forte@Sun.COM	    stmfGetState;
747836SJohn.Forte@Sun.COM	    stmfGetViewEntryList;
759585STim.Szeto@Sun.COM	    stmfImportLu;
7610725SJohn.Forte@Sun.COM	    stmfInitProxyDoor;
7710725SJohn.Forte@Sun.COM	    stmfLuStandby;
789585STim.Szeto@Sun.COM	    stmfModifyLu;
799585STim.Szeto@Sun.COM	    stmfModifyLuByFname;
807836SJohn.Forte@Sun.COM	    stmfOfflineTarget;
817836SJohn.Forte@Sun.COM	    stmfOfflineLogicalUnit;
827836SJohn.Forte@Sun.COM	    stmfOnlineTarget;
837836SJohn.Forte@Sun.COM	    stmfOnlineLogicalUnit;
8410725SJohn.Forte@Sun.COM	    stmfPostProxyMsg;
857836SJohn.Forte@Sun.COM	    stmfRemoveFromHostGroup;
867836SJohn.Forte@Sun.COM	    stmfRemoveFromTargetGroup;
877836SJohn.Forte@Sun.COM	    stmfRemoveViewEntry;
8810725SJohn.Forte@Sun.COM	    stmfSetAluaState;
8910725SJohn.Forte@Sun.COM	    stmfGetAluaState;
9011103SJohn.Forte@Sun.COM	    stmfSetGlobalLuProp;
919585STim.Szeto@Sun.COM	    stmfSetPersistMethod;
927836SJohn.Forte@Sun.COM	    stmfSetProviderData;
937836SJohn.Forte@Sun.COM	    stmfSetProviderDataProt;
949585STim.Szeto@Sun.COM	    stmfSetLuProp;
9512682SSrivijitha.Dugganapalli@Sun.COM	    stmfSetStmfProp;
9612682SSrivijitha.Dugganapalli@Sun.COM	    stmfGetStmfProp;
9710725SJohn.Forte@Sun.COM            stmfValidateView;
987836SJohn.Forte@Sun.COM	local:
997836SJohn.Forte@Sun.COM		*;
1007836SJohn.Forte@Sun.COM};
1017836SJohn.Forte@Sun.COM
102*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate {
1037836SJohn.Forte@Sun.COM	global:
1047836SJohn.Forte@Sun.COM	    stmfLoadConfig;
10512682SSrivijitha.Dugganapalli@Sun.COM	    stmfLoadStmfProps;
1067836SJohn.Forte@Sun.COM	    stmfOffline;
1077836SJohn.Forte@Sun.COM	    stmfOnline;
1087836SJohn.Forte@Sun.COM	local:
1097836SJohn.Forte@Sun.COM	    *;
1107836SJohn.Forte@Sun.COM};
1117836SJohn.Forte@Sun.COM
112