xref: /illumos-gate/usr/src/lib/mpapi/libmpapi/common/mapfile-vers (revision 2eef1f2b3c0d57d3f401f917b9f38f01456fd554)
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.0 {
27    global:
28	MP_GetLibraryProperties;
29	MP_GetPluginOidList;
30	MP_GetPluginProperties;
31	MP_GetAssociatedPluginOid;
32	MP_GetObjectType;
33	MP_GetDeviceProductOidList;
34	MP_GetDeviceProductProperties;
35	MP_GetInitiatorPortOidList;
36	MP_GetInitiatorPortProperties;
37	MP_GetMultipathLus;
38	MP_GetMPLogicalUnitProperties;
39	MP_GetAssociatedPathOidList;
40	MP_GetPathLogicalUnitProperties;
41	MP_GetAssociatedTPGOidList;
42	MP_GetTargetPortGroupProperties;
43	MP_GetMPLuOidListFromTPG;
44	MP_GetProprietaryLoadBalanceOidList;
45	MP_GetProprietaryLoadBalanceProperties;
46	MP_GetTargetPortOidList;
47	MP_GetTargetPortProperties;
48	MP_AssignLogicalUnitToTPG;
49	MP_SetOverridePath;
50	MP_CancelOverridePath;
51	MP_EnableAutoFailback;
52	MP_DisableAutoFailback;
53	MP_EnableAutoProbing;
54	MP_DisableAutoProbing;
55	MP_EnablePath;
56	MP_DisablePath;
57	MP_SetLogicalUnitLoadBalanceType;
58	MP_SetPluginLoadBalanceType;
59	MP_SetPathWeight;
60	MP_SetFailbackPollingRate;
61	MP_SetProbingPollingRate;
62	MP_SetProprietaryProperties;
63	MP_SetTPGAccess;
64	MP_RegisterForObjectPropertyChanges;
65	MP_DeregisterForObjectPropertyChanges;
66	MP_RegisterForObjectVisibilityChanges;
67	MP_DeregisterForObjectVisibilityChanges;
68	MP_CompareOIDs;
69	MP_FreeOidList;
70	MP_RegisterPlugin;
71	MP_DeregisterPlugin;
72	MP_FreeOidList;
73	MP_RegisterPlugin;
74	MP_DeregisterPlugin;
75	Sun_MP_SendScsiCmd;
76    local:
77	*;
78};
79