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# 21*12682SSrivijitha.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# 377836SJohn.Forte@Sun.COMSUNW_1.1 { 387836SJohn.Forte@Sun.COM global: 397836SJohn.Forte@Sun.COM stmfAddToHostGroup; 407836SJohn.Forte@Sun.COM stmfAddToTargetGroup; 417836SJohn.Forte@Sun.COM stmfAddViewEntry; 427836SJohn.Forte@Sun.COM stmfClearProviderData; 437836SJohn.Forte@Sun.COM stmfCreateHostGroup; 449585STim.Szeto@Sun.COM stmfCreateLu; 459585STim.Szeto@Sun.COM stmfCreateLuResource; 467836SJohn.Forte@Sun.COM stmfCreateTargetGroup; 477836SJohn.Forte@Sun.COM stmfDeleteHostGroup; 489585STim.Szeto@Sun.COM stmfDeleteLu; 497836SJohn.Forte@Sun.COM stmfDeleteTargetGroup; 5010725SJohn.Forte@Sun.COM stmfDestroyProxyDoor; 517836SJohn.Forte@Sun.COM stmfDevidFromIscsiName; 527836SJohn.Forte@Sun.COM stmfDevidFromWwn; 539585STim.Szeto@Sun.COM stmfFreeLuResource; 547836SJohn.Forte@Sun.COM stmfFreeMemory; 5511103SJohn.Forte@Sun.COM stmfGetGlobalLuProp; 567836SJohn.Forte@Sun.COM stmfGetHostGroupList; 577836SJohn.Forte@Sun.COM stmfGetHostGroupMembers; 589585STim.Szeto@Sun.COM stmfGetLuProp; 599585STim.Szeto@Sun.COM stmfGetLuResource; 607836SJohn.Forte@Sun.COM stmfGetTargetGroupList; 617836SJohn.Forte@Sun.COM stmfGetTargetGroupMembers; 627836SJohn.Forte@Sun.COM stmfGetTargetList; 637836SJohn.Forte@Sun.COM stmfGetTargetProperties; 647836SJohn.Forte@Sun.COM stmfGetLogicalUnitList; 657836SJohn.Forte@Sun.COM stmfGetLogicalUnitProperties; 669585STim.Szeto@Sun.COM stmfGetPersistMethod; 677836SJohn.Forte@Sun.COM stmfGetProviderData; 687836SJohn.Forte@Sun.COM stmfGetProviderDataList; 697836SJohn.Forte@Sun.COM stmfGetProviderDataProt; 707836SJohn.Forte@Sun.COM stmfGetSessionList; 717836SJohn.Forte@Sun.COM stmfGetState; 727836SJohn.Forte@Sun.COM stmfGetViewEntryList; 739585STim.Szeto@Sun.COM stmfImportLu; 7410725SJohn.Forte@Sun.COM stmfInitProxyDoor; 7510725SJohn.Forte@Sun.COM stmfLuStandby; 769585STim.Szeto@Sun.COM stmfModifyLu; 779585STim.Szeto@Sun.COM stmfModifyLuByFname; 787836SJohn.Forte@Sun.COM stmfOfflineTarget; 797836SJohn.Forte@Sun.COM stmfOfflineLogicalUnit; 807836SJohn.Forte@Sun.COM stmfOnlineTarget; 817836SJohn.Forte@Sun.COM stmfOnlineLogicalUnit; 8210725SJohn.Forte@Sun.COM stmfPostProxyMsg; 837836SJohn.Forte@Sun.COM stmfRemoveFromHostGroup; 847836SJohn.Forte@Sun.COM stmfRemoveFromTargetGroup; 857836SJohn.Forte@Sun.COM stmfRemoveViewEntry; 8610725SJohn.Forte@Sun.COM stmfSetAluaState; 8710725SJohn.Forte@Sun.COM stmfGetAluaState; 8811103SJohn.Forte@Sun.COM stmfSetGlobalLuProp; 899585STim.Szeto@Sun.COM stmfSetPersistMethod; 907836SJohn.Forte@Sun.COM stmfSetProviderData; 917836SJohn.Forte@Sun.COM stmfSetProviderDataProt; 929585STim.Szeto@Sun.COM stmfSetLuProp; 93*12682SSrivijitha.Dugganapalli@Sun.COM stmfSetStmfProp; 94*12682SSrivijitha.Dugganapalli@Sun.COM stmfGetStmfProp; 9510725SJohn.Forte@Sun.COM stmfValidateView; 967836SJohn.Forte@Sun.COM local: 977836SJohn.Forte@Sun.COM *; 987836SJohn.Forte@Sun.COM}; 997836SJohn.Forte@Sun.COM 1007836SJohn.Forte@Sun.COMSUNWprivate { 1017836SJohn.Forte@Sun.COM global: 1027836SJohn.Forte@Sun.COM stmfLoadConfig; 103*12682SSrivijitha.Dugganapalli@Sun.COM stmfLoadStmfProps; 1047836SJohn.Forte@Sun.COM stmfOffline; 1057836SJohn.Forte@Sun.COM stmfOnline; 1067836SJohn.Forte@Sun.COM local: 1077836SJohn.Forte@Sun.COM *; 1087836SJohn.Forte@Sun.COM}; 1097836SJohn.Forte@Sun.COM 110