17836SJohn.Forte@Sun.COM# 27836SJohn.Forte@Sun.COM# CDDL HEADER START 37836SJohn.Forte@Sun.COM# 47836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the 57836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License"). 67836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License. 77836SJohn.Forte@Sun.COM# 87836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing. 107836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions 117836SJohn.Forte@Sun.COM# and limitations under the License. 127836SJohn.Forte@Sun.COM# 137836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 147836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 167836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 177836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 187836SJohn.Forte@Sun.COM# 197836SJohn.Forte@Sun.COM# CDDL HEADER END 207836SJohn.Forte@Sun.COM# 217836SJohn.Forte@Sun.COM# 22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 237836SJohn.Forte@Sun.COM# 247836SJohn.Forte@Sun.COM 258744SAli.Bahrami@Sun.COM# 268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 278744SAli.Bahrami@Sun.COM# 288744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 308744SAli.Bahrami@Sun.COM# 318744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 328744SAli.Bahrami@Sun.COM# 338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 358744SAli.Bahrami@Sun.COM# 368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 378744SAli.Bahrami@Sun.COM# 388744SAli.Bahrami@Sun.COM 397836SJohn.Forte@Sun.COM 40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 41*12692SAli.Bahrami@Oracle.COM 42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate { 437836SJohn.Forte@Sun.COM global: 447836SJohn.Forte@Sun.COM HBA_RegisterLibrary; 457836SJohn.Forte@Sun.COM HBA_RegisterLibraryV2; 467836SJohn.Forte@Sun.COM Sun_fcAdapterCreateWWN; 477836SJohn.Forte@Sun.COM Sun_fcAdapterReturnWWN; 487836SJohn.Forte@Sun.COM Sun_fcCloseAdapter; 497836SJohn.Forte@Sun.COM Sun_fcCreateNPIVPort; 507836SJohn.Forte@Sun.COM Sun_fcDeleteNPIVPort; 517836SJohn.Forte@Sun.COM Sun_fcFreeLibrary; 527836SJohn.Forte@Sun.COM Sun_fcGetAdapterAttributes; 537836SJohn.Forte@Sun.COM Sun_fcGetAdapterName; 547836SJohn.Forte@Sun.COM Sun_fcGetAdapterPortAttributes; 557836SJohn.Forte@Sun.COM Sun_fcGetBindingCapability; 567836SJohn.Forte@Sun.COM Sun_fcGetBindingSupport; 577836SJohn.Forte@Sun.COM Sun_fcGetDiscoveredPortAttributes; 587836SJohn.Forte@Sun.COM Sun_fcGetEventBuffer; 597836SJohn.Forte@Sun.COM Sun_fcGetFC4Statistics; 607836SJohn.Forte@Sun.COM Sun_fcGetFCPStatistics; 617836SJohn.Forte@Sun.COM Sun_fcGetFcpPersistentBinding; 627836SJohn.Forte@Sun.COM Sun_fcGetFcpTargetMapping; 637836SJohn.Forte@Sun.COM Sun_fcGetFcpTargetMappingV2; 647836SJohn.Forte@Sun.COM Sun_fcGetNPIVPortInfo; 657836SJohn.Forte@Sun.COM Sun_fcGetNumberOfAdapters; 667836SJohn.Forte@Sun.COM Sun_fcGetNumberOfTgtAdapters; 677836SJohn.Forte@Sun.COM Sun_fcGetPersistentBindingV2; 687836SJohn.Forte@Sun.COM Sun_fcGetPortAttributesByWWN; 697836SJohn.Forte@Sun.COM Sun_fcGetPortNPIVAttributes; 707836SJohn.Forte@Sun.COM Sun_fcGetPortStatistics; 717836SJohn.Forte@Sun.COM Sun_fcGetRNIDMgmtInfo; 727836SJohn.Forte@Sun.COM Sun_fcGetTgtAdapterName; 737836SJohn.Forte@Sun.COM Sun_fcGetVendorLibraryAttributes; 747836SJohn.Forte@Sun.COM Sun_fcGetVersion; 757836SJohn.Forte@Sun.COM Sun_fcLoadLibrary; 767836SJohn.Forte@Sun.COM Sun_fcNPIVGetAdapterAttributes; 777836SJohn.Forte@Sun.COM Sun_fcOpenAdapter; 787836SJohn.Forte@Sun.COM Sun_fcOpenAdapterByWWN; 797836SJohn.Forte@Sun.COM Sun_fcOpenTgtAdapter; 807836SJohn.Forte@Sun.COM Sun_fcOpenTgtAdapterByWWN; 817836SJohn.Forte@Sun.COM Sun_fcRefreshAdapterConfiguration; 827836SJohn.Forte@Sun.COM Sun_fcRefreshInformation; 837836SJohn.Forte@Sun.COM Sun_fcRegisterForAdapterAddEvents; 847836SJohn.Forte@Sun.COM Sun_fcRegisterForAdapterDeviceEvents; 857836SJohn.Forte@Sun.COM Sun_fcRegisterForAdapterEvents; 867836SJohn.Forte@Sun.COM Sun_fcRegisterForAdapterPortEvents; 877836SJohn.Forte@Sun.COM Sun_fcRegisterForAdapterPortStatEvents; 887836SJohn.Forte@Sun.COM Sun_fcRegisterForLinkEvents; 897836SJohn.Forte@Sun.COM Sun_fcRegisterForTargetEvents; 907836SJohn.Forte@Sun.COM Sun_fcRemoveAllPersistentBindings; 917836SJohn.Forte@Sun.COM Sun_fcRemoveCallback; 927836SJohn.Forte@Sun.COM Sun_fcRemovePersistentBinding; 937836SJohn.Forte@Sun.COM Sun_fcResetStatistics; 947836SJohn.Forte@Sun.COM Sun_fcScsiInquiryV2; 957836SJohn.Forte@Sun.COM Sun_fcScsiReadCapacityV2; 967836SJohn.Forte@Sun.COM Sun_fcScsiReportLUNsV2; 977836SJohn.Forte@Sun.COM Sun_fcSendCTPassThru; 987836SJohn.Forte@Sun.COM Sun_fcSendCTPassThruV2; 997836SJohn.Forte@Sun.COM Sun_fcSendLIRR; 1007836SJohn.Forte@Sun.COM Sun_fcSendRLS; 1017836SJohn.Forte@Sun.COM Sun_fcSendRNID; 1027836SJohn.Forte@Sun.COM Sun_fcSendRNIDV2; 1037836SJohn.Forte@Sun.COM Sun_fcSendRPL; 1047836SJohn.Forte@Sun.COM Sun_fcSendRPS; 1057836SJohn.Forte@Sun.COM Sun_fcSendReadCapacity; 1067836SJohn.Forte@Sun.COM Sun_fcSendReportLUNs; 1077836SJohn.Forte@Sun.COM Sun_fcSendSRL; 1087836SJohn.Forte@Sun.COM Sun_fcSendScsiInquiry; 1097836SJohn.Forte@Sun.COM Sun_fcSetBindingSupport; 1107836SJohn.Forte@Sun.COM Sun_fcSetPersistentBindingV2; 1117836SJohn.Forte@Sun.COM Sun_fcSetRNIDMgmtInfo; 11210275SReed.Liu@Sun.COM Sun_fcDoForceLip; 1137836SJohn.Forte@Sun.COM 1147836SJohn.Forte@Sun.COM local: 1157836SJohn.Forte@Sun.COM *; 1167836SJohn.Forte@Sun.COM}; 117