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# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNW_1.1 { 41 global: 42 HBA_GetVersion; 43 HBA_GetWrapperLibraryAttributes; 44 HBA_LoadLibrary; 45 HBA_FreeLibrary; 46 HBA_GetNumberOfAdapters; 47 HBA_GetAdapterName; 48 HBA_OpenAdapter; 49 HBA_CloseAdapter; 50 HBA_GetAdapterAttributes; 51 HBA_GetAdapterPortAttributes; 52 HBA_GetPortStatistics; 53 HBA_GetDiscoveredPortAttributes; 54 HBA_GetPortAttributesByWWN; 55 HBA_SendCTPassThru; 56 HBA_RefreshInformation; 57 HBA_ResetStatistics; 58 HBA_GetFcpTargetMapping; 59 HBA_GetFcpPersistentBinding; 60 HBA_GetEventBuffer; 61 HBA_SetRNIDMgmtInfo; 62 HBA_GetRNIDMgmtInfo; 63 HBA_SendRNID; 64 HBA_SendScsiInquiry; 65 HBA_SendReportLUNs; 66 HBA_SendReadCapacity; 67 68 local: 69 *; 70}; 71 72SUNW_2.0 { 73 global: 74 HBA_GetVendorLibraryAttributes; 75 HBA_OpenAdapterByWWN; 76 Sun_HBA_NPIVGetAdapterAttributes; 77 Sun_HBA_GetNPIVPortInfo; 78 Sun_HBA_DeleteNPIVPort; 79 Sun_HBA_GetPortNPIVAttributes; 80 Sun_HBA_CreateNPIVPort; 81 HBA_SendCTPassThruV2; 82 HBA_RefreshAdapterConfiguration; 83 HBA_GetFcpTargetMappingV2; 84 HBA_RemoveCallback; 85 HBA_RegisterForAdapterAddEvents; 86 HBA_RegisterForAdapterEvents; 87 HBA_RegisterForAdapterPortEvents; 88 Sun_HBA_RegisterForAdapterDeviceEvents; 89 HBA_RegisterForAdapterPortStatEvents; 90 HBA_RegisterForTargetEvents; 91 HBA_RegisterForLinkEvents; 92 HBA_SendRNIDV2; 93 HBA_SendRLS; 94 HBA_SendRPL; 95 HBA_SendRPS; 96 HBA_SendSRL; 97 HBA_SendLIRR; 98 HBA_ScsiInquiryV2; 99 HBA_ScsiReportLUNsV2; 100 HBA_ScsiReadCapacityV2; 101 HBA_GetBindingCapability; 102 HBA_SetBindingSupport; 103 HBA_GetBindingSupport; 104 HBA_SetPersistentBindingV2; 105 HBA_GetPersistentBindingV2; 106 HBA_RemovePersistentBinding; 107 HBA_RemoveAllPersistentBindings; 108 HBA_GetFC4Statistics; 109 HBA_GetFCPStatistics; 110 Sun_HBA_GetNumberOfTgtAdapters; 111 Sun_HBA_GetTgtAdapterName; 112 Sun_HBA_OpenTgtAdapter; 113 Sun_HBA_OpenTgtAdapterByWWN; 114 Sun_HBA_AdapterCreateWWN; 115 Sun_HBA_AdapterReturnWWN; 116 Sun_HBA_ForceLip; 117 118 local: 119 *; 120}; 121 122