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# 22bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23fcf3ce44SJohn Forte# Use is subject to license terms. 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 40fcf3ce44SJohn Forte 41fcf3ce44SJohn ForteSUNWprivate { 42fcf3ce44SJohn Forte global: 43fcf3ce44SJohn Forte HBA_RegisterLibrary; 44fcf3ce44SJohn Forte HBA_RegisterLibraryV2; 45fcf3ce44SJohn Forte Sun_fcAdapterCreateWWN; 46fcf3ce44SJohn Forte Sun_fcAdapterReturnWWN; 47fcf3ce44SJohn Forte Sun_fcCloseAdapter; 48fcf3ce44SJohn Forte Sun_fcCreateNPIVPort; 49fcf3ce44SJohn Forte Sun_fcDeleteNPIVPort; 50fcf3ce44SJohn Forte Sun_fcFreeLibrary; 51fcf3ce44SJohn Forte Sun_fcGetAdapterAttributes; 52fcf3ce44SJohn Forte Sun_fcGetAdapterName; 53fcf3ce44SJohn Forte Sun_fcGetAdapterPortAttributes; 54fcf3ce44SJohn Forte Sun_fcGetBindingCapability; 55fcf3ce44SJohn Forte Sun_fcGetBindingSupport; 56fcf3ce44SJohn Forte Sun_fcGetDiscoveredPortAttributes; 57fcf3ce44SJohn Forte Sun_fcGetEventBuffer; 58fcf3ce44SJohn Forte Sun_fcGetFC4Statistics; 59fcf3ce44SJohn Forte Sun_fcGetFCPStatistics; 60fcf3ce44SJohn Forte Sun_fcGetFcpPersistentBinding; 61fcf3ce44SJohn Forte Sun_fcGetFcpTargetMapping; 62fcf3ce44SJohn Forte Sun_fcGetFcpTargetMappingV2; 63fcf3ce44SJohn Forte Sun_fcGetNPIVPortInfo; 64fcf3ce44SJohn Forte Sun_fcGetNumberOfAdapters; 65fcf3ce44SJohn Forte Sun_fcGetNumberOfTgtAdapters; 66fcf3ce44SJohn Forte Sun_fcGetPersistentBindingV2; 67fcf3ce44SJohn Forte Sun_fcGetPortAttributesByWWN; 68fcf3ce44SJohn Forte Sun_fcGetPortNPIVAttributes; 69fcf3ce44SJohn Forte Sun_fcGetPortStatistics; 70fcf3ce44SJohn Forte Sun_fcGetRNIDMgmtInfo; 71fcf3ce44SJohn Forte Sun_fcGetTgtAdapterName; 72fcf3ce44SJohn Forte Sun_fcGetVendorLibraryAttributes; 73fcf3ce44SJohn Forte Sun_fcGetVersion; 74fcf3ce44SJohn Forte Sun_fcLoadLibrary; 75fcf3ce44SJohn Forte Sun_fcNPIVGetAdapterAttributes; 76fcf3ce44SJohn Forte Sun_fcOpenAdapter; 77fcf3ce44SJohn Forte Sun_fcOpenAdapterByWWN; 78fcf3ce44SJohn Forte Sun_fcOpenTgtAdapter; 79fcf3ce44SJohn Forte Sun_fcOpenTgtAdapterByWWN; 80fcf3ce44SJohn Forte Sun_fcRefreshAdapterConfiguration; 81fcf3ce44SJohn Forte Sun_fcRefreshInformation; 82fcf3ce44SJohn Forte Sun_fcRegisterForAdapterAddEvents; 83fcf3ce44SJohn Forte Sun_fcRegisterForAdapterDeviceEvents; 84fcf3ce44SJohn Forte Sun_fcRegisterForAdapterEvents; 85fcf3ce44SJohn Forte Sun_fcRegisterForAdapterPortEvents; 86fcf3ce44SJohn Forte Sun_fcRegisterForAdapterPortStatEvents; 87fcf3ce44SJohn Forte Sun_fcRegisterForLinkEvents; 88fcf3ce44SJohn Forte Sun_fcRegisterForTargetEvents; 89fcf3ce44SJohn Forte Sun_fcRemoveAllPersistentBindings; 90fcf3ce44SJohn Forte Sun_fcRemoveCallback; 91fcf3ce44SJohn Forte Sun_fcRemovePersistentBinding; 92fcf3ce44SJohn Forte Sun_fcResetStatistics; 93fcf3ce44SJohn Forte Sun_fcScsiInquiryV2; 94fcf3ce44SJohn Forte Sun_fcScsiReadCapacityV2; 95fcf3ce44SJohn Forte Sun_fcScsiReportLUNsV2; 96fcf3ce44SJohn Forte Sun_fcSendCTPassThru; 97fcf3ce44SJohn Forte Sun_fcSendCTPassThruV2; 98fcf3ce44SJohn Forte Sun_fcSendLIRR; 99fcf3ce44SJohn Forte Sun_fcSendRLS; 100fcf3ce44SJohn Forte Sun_fcSendRNID; 101fcf3ce44SJohn Forte Sun_fcSendRNIDV2; 102fcf3ce44SJohn Forte Sun_fcSendRPL; 103fcf3ce44SJohn Forte Sun_fcSendRPS; 104fcf3ce44SJohn Forte Sun_fcSendReadCapacity; 105fcf3ce44SJohn Forte Sun_fcSendReportLUNs; 106fcf3ce44SJohn Forte Sun_fcSendSRL; 107fcf3ce44SJohn Forte Sun_fcSendScsiInquiry; 108fcf3ce44SJohn Forte Sun_fcSetBindingSupport; 109fcf3ce44SJohn Forte Sun_fcSetPersistentBindingV2; 110fcf3ce44SJohn Forte Sun_fcSetRNIDMgmtInfo; 111*a7949318SReed Sun_fcDoForceLip; 112fcf3ce44SJohn Forte 113fcf3ce44SJohn Forte local: 114fcf3ce44SJohn Forte *; 115fcf3ce44SJohn Forte}; 116