xref: /illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/mapfile-vers (revision 257873cfc1dd3337766407f80397db60a56f2f5a)
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	Initialize;
29	Terminate;
30	MP_GetPluginPropertiesPlugin;
31	MP_GetDeviceProductOidListPlugin;
32	MP_GetDeviceProductProperties;
33	MP_GetInitiatorPortOidListPlugin;
34	MP_GetInitiatorPortProperties;
35	MP_GetMultipathLusPlugin;
36	MP_GetMultipathLusDevProd;
37	MP_GetMPLogicalUnitProperties;
38	MP_GetAssociatedPathOidList;
39	MP_GetPathLogicalUnitProperties;
40	MP_GetAssociatedTPGOidList;
41	MP_GetTargetPortGroupProperties;
42	MP_GetMPLuOidListFromTPG;
43	MP_GetProprietaryLoadBalanceOidListPlugin;
44	MP_GetProprietaryLoadBalanceProperties;
45	MP_GetTargetPortOidList;
46	MP_GetTargetPortProperties;
47	MP_GetTargetPortGroupProperties;
48	MP_AssignLogicalUnitToTPG;
49	MP_SetOverridePath;
50	MP_CancelOverridePath;
51	MP_EnableAutoFailbackPlugin;
52	MP_EnableAutoFailbackLu;
53	MP_DisableAutoFailbackPlugin;
54	MP_DisableAutoFailbackLu;
55	MP_EnableAutoProbingPlugin;
56	MP_EnableAutoProbingLu;
57	MP_DisableAutoProbingPlugin;
58	MP_DisableAutoProbingLu;
59	MP_EnablePath;
60	MP_DisablePath;
61	MP_SetLogicalUnitLoadBalanceType;
62	MP_SetPluginLoadBalanceTypePlugin;
63	MP_SetPathWeight;
64	MP_SetFailbackPollingRatePlugin;
65	MP_SetFailbackPollingRateLu;
66	MP_SetProbingPollingRatePlugin;
67	MP_SetProbingPollingRateLu;
68	MP_SetProprietaryProperties;
69	MP_SetTPGAccess;
70	MP_RegisterForObjectPropertyChangesPlugin;
71	MP_DeregisterForObjectPropertyChangesPlugin;
72	MP_RegisterForObjectVisibilityChangesPlugin;
73	MP_DeregisterForObjectVisibilityChangesPlugin;
74	Sun_MP_SendScsiCmd;
75    local:
76	*;
77};
78
79SUNWprivate_1.1 {
80	global:
81	    init_sysevents;
82	    log;
83	    getStatus4ErrorCode;
84	    createOidList;
85        local:
86            *;
87};
88