1*10652SHyon.Kim@Sun.COM# 2*10652SHyon.Kim@Sun.COM# CDDL HEADER START 3*10652SHyon.Kim@Sun.COM# 4*10652SHyon.Kim@Sun.COM# The contents of this file are subject to the terms of the 5*10652SHyon.Kim@Sun.COM# Common Development and Distribution License (the "License"). 6*10652SHyon.Kim@Sun.COM# You may not use this file except in compliance with the License. 7*10652SHyon.Kim@Sun.COM# 8*10652SHyon.Kim@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*10652SHyon.Kim@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*10652SHyon.Kim@Sun.COM# See the License for the specific language governing permissions 11*10652SHyon.Kim@Sun.COM# and limitations under the License. 12*10652SHyon.Kim@Sun.COM# 13*10652SHyon.Kim@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*10652SHyon.Kim@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*10652SHyon.Kim@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*10652SHyon.Kim@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*10652SHyon.Kim@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*10652SHyon.Kim@Sun.COM# 19*10652SHyon.Kim@Sun.COM# CDDL HEADER END 20*10652SHyon.Kim@Sun.COM# 21*10652SHyon.Kim@Sun.COM# 22*10652SHyon.Kim@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*10652SHyon.Kim@Sun.COM# Use is subject to license terms. 24*10652SHyon.Kim@Sun.COM# 25*10652SHyon.Kim@Sun.COM 26*10652SHyon.Kim@Sun.COM# 27*10652SHyon.Kim@Sun.COM# MAPFILE HEADER START 28*10652SHyon.Kim@Sun.COM# 29*10652SHyon.Kim@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*10652SHyon.Kim@Sun.COM# Object versioning must comply with the rules detailed in 31*10652SHyon.Kim@Sun.COM# 32*10652SHyon.Kim@Sun.COM# usr/src/lib/README.mapfiles 33*10652SHyon.Kim@Sun.COM# 34*10652SHyon.Kim@Sun.COM# You should not be making modifications here until you've read the most current 35*10652SHyon.Kim@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 36*10652SHyon.Kim@Sun.COM# 37*10652SHyon.Kim@Sun.COM# MAPFILE HEADER END 38*10652SHyon.Kim@Sun.COM# 39*10652SHyon.Kim@Sun.COM 40*10652SHyon.Kim@Sun.COM 41*10652SHyon.Kim@Sun.COMSUNW_1.1 { 42*10652SHyon.Kim@Sun.COM global: 43*10652SHyon.Kim@Sun.COM HBA_GetVersion; 44*10652SHyon.Kim@Sun.COM HBA_GetWrapperLibraryAttributes; 45*10652SHyon.Kim@Sun.COM HBA_LoadLibrary; 46*10652SHyon.Kim@Sun.COM HBA_FreeLibrary; 47*10652SHyon.Kim@Sun.COM HBA_GetNumberOfAdapters; 48*10652SHyon.Kim@Sun.COM HBA_GetAdapterName; 49*10652SHyon.Kim@Sun.COM HBA_OpenAdapter; 50*10652SHyon.Kim@Sun.COM HBA_CloseAdapter; 51*10652SHyon.Kim@Sun.COM HBA_GetAdapterAttributes; 52*10652SHyon.Kim@Sun.COM HBA_GetAdapterPortAttributes; 53*10652SHyon.Kim@Sun.COM HBA_GetPortStatistics; 54*10652SHyon.Kim@Sun.COM HBA_GetDiscoveredPortAttributes; 55*10652SHyon.Kim@Sun.COM HBA_GetPortAttributesByWWN; 56*10652SHyon.Kim@Sun.COM HBA_SendCTPassThru; 57*10652SHyon.Kim@Sun.COM HBA_RefreshInformation; 58*10652SHyon.Kim@Sun.COM HBA_ResetStatistics; 59*10652SHyon.Kim@Sun.COM HBA_GetFcpTargetMapping; 60*10652SHyon.Kim@Sun.COM HBA_GetFcpPersistentBinding; 61*10652SHyon.Kim@Sun.COM HBA_GetEventBuffer; 62*10652SHyon.Kim@Sun.COM HBA_SetRNIDMgmtInfo; 63*10652SHyon.Kim@Sun.COM HBA_GetRNIDMgmtInfo; 64*10652SHyon.Kim@Sun.COM HBA_SendRNID; 65*10652SHyon.Kim@Sun.COM HBA_SendScsiInquiry; 66*10652SHyon.Kim@Sun.COM HBA_SendReportLUNs; 67*10652SHyon.Kim@Sun.COM HBA_SendReadCapacity; 68*10652SHyon.Kim@Sun.COM HBA_GetVendorLibraryAttributes; 69*10652SHyon.Kim@Sun.COM HBA_OpenAdapterByWWN; 70*10652SHyon.Kim@Sun.COM HBA_SendCTPassThruV2; 71*10652SHyon.Kim@Sun.COM HBA_RefreshAdapterConfiguration; 72*10652SHyon.Kim@Sun.COM HBA_GetFcpTargetMappingV2; 73*10652SHyon.Kim@Sun.COM HBA_RemoveCallback; 74*10652SHyon.Kim@Sun.COM HBA_RegisterForAdapterAddEvents; 75*10652SHyon.Kim@Sun.COM HBA_RegisterForAdapterEvents; 76*10652SHyon.Kim@Sun.COM HBA_RegisterForAdapterPortEvents; 77*10652SHyon.Kim@Sun.COM HBA_RegisterForAdapterPortStatEvents; 78*10652SHyon.Kim@Sun.COM HBA_RegisterForTargetEvents; 79*10652SHyon.Kim@Sun.COM HBA_RegisterForLinkEvents; 80*10652SHyon.Kim@Sun.COM HBA_SendRNIDV2; 81*10652SHyon.Kim@Sun.COM HBA_SendRLS; 82*10652SHyon.Kim@Sun.COM HBA_SendRPL; 83*10652SHyon.Kim@Sun.COM HBA_SendRPS; 84*10652SHyon.Kim@Sun.COM HBA_SendSRL; 85*10652SHyon.Kim@Sun.COM HBA_SendLIRR; 86*10652SHyon.Kim@Sun.COM HBA_ScsiInquiryV2; 87*10652SHyon.Kim@Sun.COM HBA_ScsiReportLUNsV2; 88*10652SHyon.Kim@Sun.COM HBA_ScsiReadCapacityV2; 89*10652SHyon.Kim@Sun.COM HBA_GetBindingCapability; 90*10652SHyon.Kim@Sun.COM HBA_SetBindingSupport; 91*10652SHyon.Kim@Sun.COM HBA_GetBindingSupport; 92*10652SHyon.Kim@Sun.COM HBA_SetPersistentBindingV2; 93*10652SHyon.Kim@Sun.COM HBA_GetPersistentBindingV2; 94*10652SHyon.Kim@Sun.COM HBA_RemovePersistentBinding; 95*10652SHyon.Kim@Sun.COM HBA_RemoveAllPersistentBindings; 96*10652SHyon.Kim@Sun.COM HBA_GetFC4Statistics; 97*10652SHyon.Kim@Sun.COM HBA_GetFCPStatistics; 98*10652SHyon.Kim@Sun.COM SMHBA_GetVersion; 99*10652SHyon.Kim@Sun.COM SMHBA_GetWrapperLibraryAttributes; 100*10652SHyon.Kim@Sun.COM SMHBA_GetVendorLibraryAttributes; 101*10652SHyon.Kim@Sun.COM SMHBA_GetAdapterAttributes; 102*10652SHyon.Kim@Sun.COM SMHBA_GetNumberOfPorts; 103*10652SHyon.Kim@Sun.COM SMHBA_GetPortType; 104*10652SHyon.Kim@Sun.COM SMHBA_GetAdapterPortAttributes; 105*10652SHyon.Kim@Sun.COM SMHBA_GetDiscoveredPortAttributes; 106*10652SHyon.Kim@Sun.COM SMHBA_GetPortAttributesByWWN; 107*10652SHyon.Kim@Sun.COM SMHBA_GetFCPhyAttributes; 108*10652SHyon.Kim@Sun.COM SMHBA_GetSASPhyAttributes; 109*10652SHyon.Kim@Sun.COM SMHBA_GetProtocolStatistics; 110*10652SHyon.Kim@Sun.COM SMHBA_GetPhyStatistics; 111*10652SHyon.Kim@Sun.COM SMHBA_GetBindingCapability; 112*10652SHyon.Kim@Sun.COM SMHBA_GetBindingSupport; 113*10652SHyon.Kim@Sun.COM SMHBA_SetBindingSupport; 114*10652SHyon.Kim@Sun.COM SMHBA_GetTargetMapping; 115*10652SHyon.Kim@Sun.COM SMHBA_GetPersistentBinding; 116*10652SHyon.Kim@Sun.COM SMHBA_SetPersistentBinding; 117*10652SHyon.Kim@Sun.COM SMHBA_RemovePersistentBinding; 118*10652SHyon.Kim@Sun.COM SMHBA_RemoveAllPersistentBindings; 119*10652SHyon.Kim@Sun.COM SMHBA_GetLUNStatistics; 120*10652SHyon.Kim@Sun.COM SMHBA_ScsiInquiry; 121*10652SHyon.Kim@Sun.COM SMHBA_ScsiReportLUNs; 122*10652SHyon.Kim@Sun.COM SMHBA_ScsiReadCapacity; 123*10652SHyon.Kim@Sun.COM SMHBA_SendTEST; 124*10652SHyon.Kim@Sun.COM SMHBA_SendECHO; 125*10652SHyon.Kim@Sun.COM SMHBA_SendSMPPassThru; 126*10652SHyon.Kim@Sun.COM SMHBA_RegisterForAdapterAddEvents; 127*10652SHyon.Kim@Sun.COM SMHBA_RegisterForAdapterEvents; 128*10652SHyon.Kim@Sun.COM SMHBA_RegisterForAdapterPortEvents; 129*10652SHyon.Kim@Sun.COM SMHBA_RegisterForAdapterPortStatEvents; 130*10652SHyon.Kim@Sun.COM SMHBA_RegisterForAdapterPortStatEvents; 131*10652SHyon.Kim@Sun.COM SMHBA_RegisterForTargetEvents; 132*10652SHyon.Kim@Sun.COM 133*10652SHyon.Kim@Sun.COM local: 134*10652SHyon.Kim@Sun.COM *; 135*10652SHyon.Kim@Sun.COM}; 136*10652SHyon.Kim@Sun.COM 137