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# 22*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 23fcf3ce44SJohn Forte# 24fcf3ce44SJohn Forte 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37bfed486aSAli Bahrami# 38bfed486aSAli Bahrami 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 42fcf3ce44SJohn Forte global: 43fcf3ce44SJohn Forte Initialize; 44fcf3ce44SJohn Forte Terminate; 45fcf3ce44SJohn Forte MP_GetPluginPropertiesPlugin; 46fcf3ce44SJohn Forte MP_GetDeviceProductOidListPlugin; 47fcf3ce44SJohn Forte MP_GetDeviceProductProperties; 48fcf3ce44SJohn Forte MP_GetInitiatorPortOidListPlugin; 49fcf3ce44SJohn Forte MP_GetInitiatorPortProperties; 50fcf3ce44SJohn Forte MP_GetMultipathLusPlugin; 51fcf3ce44SJohn Forte MP_GetMultipathLusDevProd; 52fcf3ce44SJohn Forte MP_GetMPLogicalUnitProperties; 53fcf3ce44SJohn Forte MP_GetAssociatedPathOidList; 54fcf3ce44SJohn Forte MP_GetPathLogicalUnitProperties; 55fcf3ce44SJohn Forte MP_GetAssociatedTPGOidList; 56fcf3ce44SJohn Forte MP_GetTargetPortGroupProperties; 57fcf3ce44SJohn Forte MP_GetMPLuOidListFromTPG; 58fcf3ce44SJohn Forte MP_GetProprietaryLoadBalanceOidListPlugin; 59fcf3ce44SJohn Forte MP_GetProprietaryLoadBalanceProperties; 60fcf3ce44SJohn Forte MP_GetTargetPortOidList; 61fcf3ce44SJohn Forte MP_GetTargetPortProperties; 62fcf3ce44SJohn Forte MP_GetTargetPortGroupProperties; 63fcf3ce44SJohn Forte MP_AssignLogicalUnitToTPG; 64fcf3ce44SJohn Forte MP_SetOverridePath; 65fcf3ce44SJohn Forte MP_CancelOverridePath; 66fcf3ce44SJohn Forte MP_EnableAutoFailbackPlugin; 67fcf3ce44SJohn Forte MP_EnableAutoFailbackLu; 68fcf3ce44SJohn Forte MP_DisableAutoFailbackPlugin; 69fcf3ce44SJohn Forte MP_DisableAutoFailbackLu; 70fcf3ce44SJohn Forte MP_EnableAutoProbingPlugin; 71fcf3ce44SJohn Forte MP_EnableAutoProbingLu; 72fcf3ce44SJohn Forte MP_DisableAutoProbingPlugin; 73fcf3ce44SJohn Forte MP_DisableAutoProbingLu; 74fcf3ce44SJohn Forte MP_EnablePath; 75fcf3ce44SJohn Forte MP_DisablePath; 76fcf3ce44SJohn Forte MP_SetLogicalUnitLoadBalanceType; 77fcf3ce44SJohn Forte MP_SetPluginLoadBalanceTypePlugin; 78fcf3ce44SJohn Forte MP_SetPathWeight; 79fcf3ce44SJohn Forte MP_SetFailbackPollingRatePlugin; 80fcf3ce44SJohn Forte MP_SetFailbackPollingRateLu; 81fcf3ce44SJohn Forte MP_SetProbingPollingRatePlugin; 82fcf3ce44SJohn Forte MP_SetProbingPollingRateLu; 83fcf3ce44SJohn Forte MP_SetProprietaryProperties; 84fcf3ce44SJohn Forte MP_SetTPGAccess; 85fcf3ce44SJohn Forte MP_RegisterForObjectPropertyChangesPlugin; 86fcf3ce44SJohn Forte MP_DeregisterForObjectPropertyChangesPlugin; 87fcf3ce44SJohn Forte MP_RegisterForObjectVisibilityChangesPlugin; 88fcf3ce44SJohn Forte MP_DeregisterForObjectVisibilityChangesPlugin; 89fcf3ce44SJohn Forte Sun_MP_SendScsiCmd; 90fcf3ce44SJohn Forte local: 91fcf3ce44SJohn Forte *; 92fcf3ce44SJohn Forte}; 93fcf3ce44SJohn Forte 94*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 95fcf3ce44SJohn Forte global: 96fcf3ce44SJohn Forte init_sysevents; 97fcf3ce44SJohn Forte log; 98fcf3ce44SJohn Forte getStatus4ErrorCode; 99fcf3ce44SJohn Forte createOidList; 100fcf3ce44SJohn Forte local: 101fcf3ce44SJohn Forte *; 102fcf3ce44SJohn Forte}; 103