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 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26SUNW_1.1 { 27 global: 28 HBA_GetVersion; 29 HBA_GetWrapperLibraryAttributes; 30 HBA_LoadLibrary; 31 HBA_FreeLibrary; 32 HBA_GetNumberOfAdapters; 33 HBA_GetAdapterName; 34 HBA_OpenAdapter; 35 HBA_CloseAdapter; 36 HBA_GetAdapterAttributes; 37 HBA_GetAdapterPortAttributes; 38 HBA_GetPortStatistics; 39 HBA_GetDiscoveredPortAttributes; 40 HBA_GetPortAttributesByWWN; 41 HBA_SendCTPassThru; 42 HBA_RefreshInformation; 43 HBA_ResetStatistics; 44 HBA_GetFcpTargetMapping; 45 HBA_GetFcpPersistentBinding; 46 HBA_GetEventBuffer; 47 HBA_SetRNIDMgmtInfo; 48 HBA_GetRNIDMgmtInfo; 49 HBA_SendRNID; 50 HBA_SendScsiInquiry; 51 HBA_SendReportLUNs; 52 HBA_SendReadCapacity; 53 54 local: 55 *; 56}; 57 58SUNW_2.0 { 59 global: 60 HBA_GetVendorLibraryAttributes; 61 HBA_OpenAdapterByWWN; 62 Sun_HBA_NPIVGetAdapterAttributes; 63 Sun_HBA_GetNPIVPortInfo; 64 Sun_HBA_DeleteNPIVPort; 65 Sun_HBA_GetPortNPIVAttributes; 66 Sun_HBA_CreateNPIVPort; 67 HBA_SendCTPassThruV2; 68 HBA_RefreshAdapterConfiguration; 69 HBA_GetFcpTargetMappingV2; 70 HBA_RemoveCallback; 71 HBA_RegisterForAdapterAddEvents; 72 HBA_RegisterForAdapterEvents; 73 HBA_RegisterForAdapterPortEvents; 74 Sun_HBA_RegisterForAdapterDeviceEvents; 75 HBA_RegisterForAdapterPortStatEvents; 76 HBA_RegisterForTargetEvents; 77 HBA_RegisterForLinkEvents; 78 HBA_SendRNIDV2; 79 HBA_SendRLS; 80 HBA_SendRPL; 81 HBA_SendRPS; 82 HBA_SendSRL; 83 HBA_SendLIRR; 84 HBA_ScsiInquiryV2; 85 HBA_ScsiReportLUNsV2; 86 HBA_ScsiReadCapacityV2; 87 HBA_GetBindingCapability; 88 HBA_SetBindingSupport; 89 HBA_GetBindingSupport; 90 HBA_SetPersistentBindingV2; 91 HBA_GetPersistentBindingV2; 92 HBA_RemovePersistentBinding; 93 HBA_RemoveAllPersistentBindings; 94 HBA_GetFC4Statistics; 95 HBA_GetFCPStatistics; 96 Sun_HBA_GetNumberOfTgtAdapters; 97 Sun_HBA_GetTgtAdapterName; 98 Sun_HBA_OpenTgtAdapter; 99 Sun_HBA_OpenTgtAdapterByWWN; 100 Sun_HBA_AdapterCreateWWN; 101 Sun_HBA_AdapterReturnWWN; 102 103 local: 104 *; 105}; 106 107