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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# 26 27# 28# MAPFILE HEADER START 29# 30# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31# Object versioning must comply with the rules detailed in 32# 33# usr/src/lib/README.mapfiles 34# 35# You should not be making modifications here until you've read the most current 36# copy of that file. If you need help, contact a gatekeeper for guidance. 37# 38# MAPFILE HEADER END 39# 40 41SUNWprivate_1.0 { 42 global: 43 IMA_GetPluginProperties; 44 IMA_GetLhbaOidList; 45 IMA_GetStaticDiscoveryTargetOidList; 46 IMA_SetStaticDiscovery; 47 IMA_GetStaticDiscoveryTargetProperties; 48 IMA_RemoveDiscoveryAddress; 49 IMA_RemoveStaticDiscoveryTarget; 50 IMA_GetDiscoveryProperties; 51 IMA_AddDiscoveryAddress; 52 IMA_AddStaticDiscoveryTarget; 53 IMA_SetNodeName; 54 IMA_SetNodeAlias; 55 IMA_GetNodeProperties; 56 IMA_GetTargetOidList; 57 IMA_GetTargetProperties; 58 IMA_SetSendTargetsDiscovery; 59 IMA_GetDataPduInOrderProperties; 60 IMA_GetDataSequenceInOrderProperties; 61 IMA_GetDefaultTime2RetainProperties; 62 IMA_GetDefaultTime2WaitProperties; 63 IMA_GetErrorRecoveryLevelProperties; 64 IMA_GetFirstBurstLengthProperties; 65 IMA_GetImmediateDataProperties; 66 IMA_GetInitialR2TProperties; 67 IMA_GetMaxBurstLengthProperties; 68 IMA_GetMaxOutstandingR2TProperties; 69 IMA_GetMaxRecvDataSegmentLengthProperties; 70 IMA_GetMaxConnectionsProperties; 71 IMA_GetInUseInitiatorAuthMethods; 72 IMA_SetFirstBurstLength; 73 IMA_SetMaxBurstLength; 74 IMA_SetMaxRecvDataSegmentLength; 75 IMA_SetMaxConnections; 76 IMA_SetDefaultTime2Retain; 77 IMA_SetDefaultTime2Wait; 78 IMA_SetMaxOutstandingR2T; 79 IMA_SetErrorRecoveryLevel; 80 IMA_SetInitialR2T; 81 IMA_SetImmediateData; 82 IMA_SetDataPduInOrder; 83 IMA_SetDataSequenceInOrder; 84 IMA_SetStatisticsCollection; 85 IMA_SetNetworkPortalIpAddress; 86 IMA_SetIpConfigMethod; 87 IMA_SetSubnetMask; 88 IMA_SetDnsServerAddress; 89 IMA_SetDefaultGateway; 90 IMA_SetInitiatorAuthMethods; 91 IMA_SetInitiatorAuthParms; 92 IMA_GetLuOidList; 93 IMA_GetLuOid; 94 IMA_GetLuProperties; 95 IMA_GetPhbaOidList; 96 IMA_GetPhbaProperties; 97 IMA_GetPhbaStatus; 98 IMA_GetPhbaDownloadProperties; 99 IMA_IsPhbaDownloadFile; 100 IMA_PhbaDownload; 101 IMA_PluginIOCtl; 102 IMA_FreeMemory; 103 IMA_GetLhbaProperties; 104 IMA_GetNonSharedNodeOidList; 105 IMA_GetNetworkPortalOidList; 106 IMA_GetNetworkPortStatus; 107 IMA_RemoveStaleData; 108 IMA_GetPnpOidList; 109 IMA_GetNetworkPortalProperties; 110 IMA_GetLnpOidList; 111 IMA_GetLnpProperties; 112 IMA_GetPnpProperties; 113 IMA_GetPnpStatistics; 114 IMA_GetTargetErrorStatistics; 115 IMA_GetStatisticsProperties; 116 IMA_GetDeviceStatistics; 117 IMA_LuInquiry; 118 IMA_LuReadCapacity; 119 IMA_LuReportLuns; 120 IMA_ExposeLu; 121 IMA_UnexposeLu; 122 IMA_RegisterForObjectPropertyChanges; 123 IMA_DeregisterForObjectPropertyChanges; 124 IMA_RegisterForObjectVisibilityChanges; 125 IMA_DeregisterForObjectVisibilityChanges; 126 IMA_GetIpProperties; 127 IMA_GetSupportedAuthMethods; 128 IMA_GetInitiatorAuthParms; 129 Terminate; 130 IMA_SetIsnsDiscovery; 131 IMA_SetSlpDiscovery; 132 IMA_GetIpsecProperties; 133 Initialize; 134 IMA_GetDiscoveryAddressOidList; 135 IMA_GetDiscoveryAddressProperties; 136 IMA_GetAddressKeys; 137 SUN_IMA_SetTunableProperties; 138 SUN_IMA_GetTunableProperties; 139 local: 140 *; 141}; 142 143