xref: /titanic_51/usr/src/lib/libstmf/common/mapfile-vers (revision 8fe960854f0d52e2e8a80ba68e8621a5ac6a866d)
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#
21bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22fcf3ce44SJohn Forte# Use is subject to license terms.
23fcf3ce44SJohn Forte#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37bfed486aSAli Bahrami#
38fcf3ce44SJohn ForteSUNW_1.1 {
39fcf3ce44SJohn Forte	global:
40fcf3ce44SJohn Forte	    stmfAddToHostGroup;
41fcf3ce44SJohn Forte	    stmfAddToTargetGroup;
42fcf3ce44SJohn Forte	    stmfAddViewEntry;
43fcf3ce44SJohn Forte	    stmfClearProviderData;
44fcf3ce44SJohn Forte	    stmfCreateHostGroup;
45*8fe96085Stim szeto	    stmfCreateLu;
46*8fe96085Stim szeto	    stmfCreateLuResource;
47fcf3ce44SJohn Forte	    stmfCreateTargetGroup;
48fcf3ce44SJohn Forte	    stmfDeleteHostGroup;
49*8fe96085Stim szeto	    stmfDeleteLu;
50fcf3ce44SJohn Forte	    stmfDeleteTargetGroup;
51fcf3ce44SJohn Forte	    stmfDevidFromIscsiName;
52fcf3ce44SJohn Forte	    stmfDevidFromWwn;
53*8fe96085Stim szeto	    stmfFreeLuResource;
54fcf3ce44SJohn Forte	    stmfFreeMemory;
55fcf3ce44SJohn Forte	    stmfGetHostGroupList;
56fcf3ce44SJohn Forte	    stmfGetHostGroupMembers;
57*8fe96085Stim szeto	    stmfGetLuProp;
58*8fe96085Stim szeto	    stmfGetLuResource;
59fcf3ce44SJohn Forte	    stmfGetTargetGroupList;
60fcf3ce44SJohn Forte	    stmfGetTargetGroupMembers;
61fcf3ce44SJohn Forte	    stmfGetTargetList;
62fcf3ce44SJohn Forte	    stmfGetTargetProperties;
63fcf3ce44SJohn Forte	    stmfGetLogicalUnitList;
64fcf3ce44SJohn Forte	    stmfGetLogicalUnitProperties;
65*8fe96085Stim szeto	    stmfGetPersistMethod;
66fcf3ce44SJohn Forte	    stmfGetProviderData;
67fcf3ce44SJohn Forte	    stmfGetProviderDataList;
68fcf3ce44SJohn Forte	    stmfGetProviderDataProt;
69fcf3ce44SJohn Forte	    stmfGetSessionList;
70fcf3ce44SJohn Forte	    stmfGetState;
71fcf3ce44SJohn Forte	    stmfGetViewEntryList;
72*8fe96085Stim szeto	    stmfImportLu;
73*8fe96085Stim szeto	    stmfModifyLu;
74*8fe96085Stim szeto	    stmfModifyLuByFname;
75fcf3ce44SJohn Forte	    stmfOfflineTarget;
76fcf3ce44SJohn Forte	    stmfOfflineLogicalUnit;
77fcf3ce44SJohn Forte	    stmfOnlineTarget;
78fcf3ce44SJohn Forte	    stmfOnlineLogicalUnit;
79fcf3ce44SJohn Forte	    stmfRemoveFromHostGroup;
80fcf3ce44SJohn Forte	    stmfRemoveFromTargetGroup;
81fcf3ce44SJohn Forte	    stmfRemoveViewEntry;
82*8fe96085Stim szeto	    stmfSetPersistMethod;
83fcf3ce44SJohn Forte	    stmfSetProviderData;
84fcf3ce44SJohn Forte	    stmfSetProviderDataProt;
85*8fe96085Stim szeto	    stmfSetLuProp;
86fcf3ce44SJohn Forte	local:
87fcf3ce44SJohn Forte		*;
88fcf3ce44SJohn Forte};
89fcf3ce44SJohn Forte
90fcf3ce44SJohn ForteSUNWprivate {
91fcf3ce44SJohn Forte	global:
92fcf3ce44SJohn Forte	    stmfLoadConfig;
93fcf3ce44SJohn Forte	    stmfOffline;
94fcf3ce44SJohn Forte	    stmfOnline;
95fcf3ce44SJohn Forte	local:
96fcf3ce44SJohn Forte	    *;
97fcf3ce44SJohn Forte};
98fcf3ce44SJohn Forte
99