mapfile-vers revision 4b31676f89e318c11400fc0c4defc802da29222f
286N/A#
286N/A# CDDL HEADER START
286N/A#
286N/A# The contents of this file are subject to the terms of the
286N/A# Common Development and Distribution License (the "License").
286N/A# You may not use this file except in compliance with the License.
286N/A#
286N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
286N/A# or http://www.opensolaris.org/os/licensing.
286N/A# See the License for the specific language governing permissions
286N/A# and limitations under the License.
286N/A#
286N/A# When distributing Covered Code, include this CDDL HEADER in each
286N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
286N/A# If applicable, add the following below this CDDL HEADER, with the
286N/A# fields enclosed by brackets "[]" replaced with your own identifying
286N/A# information: Portions Copyright [yyyy] [name of copyright owner]
286N/A#
286N/A# CDDL HEADER END
286N/A#
286N/A#Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
286N/A#
286N/A
286N/A#
286N/A# MAPFILE HEADER START
286N/A#
286N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
286N/A# Object versioning must comply with the rules detailed in
286N/A#
286N/A# usr/src/lib/README.mapfiles
286N/A#
286N/A# You should not be making modifications here until you've read the most current
286N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
286N/A#
286N/A# MAPFILE HEADER END
286N/A#
286N/ASUNW_1.1 {
286N/A global:
286N/A stmfAddToHostGroup;
286N/A stmfAddToTargetGroup;
286N/A stmfAddViewEntry;
286N/A stmfClearProviderData;
286N/A stmfCreateHostGroup;
286N/A stmfCreateLu;
286N/A stmfCreateLuResource;
286N/A stmfCreateTargetGroup;
286N/A stmfDeleteHostGroup;
286N/A stmfDeleteLu;
286N/A stmfDeleteTargetGroup;
286N/A stmfDestroyProxyDoor;
286N/A stmfDevidFromIscsiName;
286N/A stmfDevidFromWwn;
286N/A stmfFreeLuResource;
286N/A stmfFreeMemory;
286N/A stmfGetGlobalLuProp;
286N/A stmfGetHostGroupList;
286N/A stmfGetHostGroupMembers;
286N/A stmfGetLuProp;
286N/A stmfGetLuResource;
286N/A stmfGetTargetGroupList;
286N/A stmfGetTargetGroupMembers;
286N/A stmfGetTargetList;
286N/A stmfGetTargetProperties;
286N/A stmfGetLogicalUnitList;
286N/A stmfGetLogicalUnitProperties;
286N/A stmfGetPersistMethod;
286N/A stmfGetProviderData;
286N/A stmfGetProviderDataList;
286N/A stmfGetProviderDataProt;
286N/A stmfGetSessionList;
286N/A stmfGetState;
286N/A stmfGetViewEntryList;
286N/A stmfImportLu;
286N/A stmfInitProxyDoor;
286N/A stmfLuStandby;
286N/A stmfModifyLu;
286N/A stmfModifyLuByFname;
286N/A stmfOfflineTarget;
286N/A stmfOfflineLogicalUnit;
286N/A stmfOnlineTarget;
286N/A stmfOnlineLogicalUnit;
286N/A stmfPostProxyMsg;
286N/A stmfRemoveFromHostGroup;
286N/A stmfRemoveFromTargetGroup;
286N/A stmfRemoveViewEntry;
286N/A stmfSetAluaState;
286N/A stmfGetAluaState;
286N/A stmfSetGlobalLuProp;
286N/A stmfSetPersistMethod;
286N/A stmfSetProviderData;
286N/A stmfSetProviderDataProt;
286N/A stmfSetLuProp;
286N/A stmfSetStmfProp;
286N/A stmfGetStmfProp;
286N/A stmfValidateView;
286N/A local:
286N/A *;
286N/A};
286N/A
286N/ASUNWprivate {
286N/A global:
286N/A stmfLoadConfig;
286N/A stmfLoadStmfProps;
286N/A stmfOffline;
286N/A stmfOnline;
286N/A local:
286N/A *;
286N/A};
286N/A
286N/A