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