xref: /titanic_50/usr/src/lib/scsi/libsmp/mapfile-vers (revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a)
1*ac88567aSHyon Kim#
2*ac88567aSHyon Kim# CDDL HEADER START
3*ac88567aSHyon Kim#
4*ac88567aSHyon Kim# The contents of this file are subject to the terms of the
5*ac88567aSHyon Kim# Common Development and Distribution License (the "License").
6*ac88567aSHyon Kim# You may not use this file except in compliance with the License.
7*ac88567aSHyon Kim#
8*ac88567aSHyon Kim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*ac88567aSHyon Kim# or http://www.opensolaris.org/os/licensing.
10*ac88567aSHyon Kim# See the License for the specific language governing permissions
11*ac88567aSHyon Kim# and limitations under the License.
12*ac88567aSHyon Kim#
13*ac88567aSHyon Kim# When distributing Covered Code, include this CDDL HEADER in each
14*ac88567aSHyon Kim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*ac88567aSHyon Kim# If applicable, add the following below this CDDL HEADER, with the
16*ac88567aSHyon Kim# fields enclosed by brackets "[]" replaced with your own identifying
17*ac88567aSHyon Kim# information: Portions Copyright [yyyy] [name of copyright owner]
18*ac88567aSHyon Kim#
19*ac88567aSHyon Kim# CDDL HEADER END
20*ac88567aSHyon Kim#
21*ac88567aSHyon Kim
22*ac88567aSHyon Kim#
23*ac88567aSHyon Kim# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*ac88567aSHyon Kim#
25*ac88567aSHyon Kim
26*ac88567aSHyon Kim#
27*ac88567aSHyon Kim# MAPFILE HEADER START
28*ac88567aSHyon Kim#
29*ac88567aSHyon Kim# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*ac88567aSHyon Kim# Object versioning must comply with the rules detailed in
31*ac88567aSHyon Kim#
32*ac88567aSHyon Kim#	usr/src/lib/README.mapfiles
33*ac88567aSHyon Kim#
34*ac88567aSHyon Kim# You should not be making modifications here until you've read the most current
35*ac88567aSHyon Kim# copy of that file. If you need help, contact a gatekeeper for guidance.
36*ac88567aSHyon Kim#
37*ac88567aSHyon Kim# MAPFILE HEADER END
38*ac88567aSHyon Kim#
39*ac88567aSHyon Kim
40*ac88567aSHyon KimSUNWprivate_1.1 {
41*ac88567aSHyon Kim	global:
42*ac88567aSHyon Kim		smp_init;
43*ac88567aSHyon Kim		smp_fini;
44*ac88567aSHyon Kim		smp_open;
45*ac88567aSHyon Kim		smp_target_getcap;
46*ac88567aSHyon Kim		smp_target_set_change_count;
47*ac88567aSHyon Kim		smp_target_get_change_count;
48*ac88567aSHyon Kim		smp_target_vendor;
49*ac88567aSHyon Kim		smp_target_product;
50*ac88567aSHyon Kim		smp_target_revision;
51*ac88567aSHyon Kim		smp_target_component_vendor;
52*ac88567aSHyon Kim		smp_target_component_id;
53*ac88567aSHyon Kim		smp_target_component_revision;
54*ac88567aSHyon Kim		smp_target_name;
55*ac88567aSHyon Kim		smp_target_addr;
56*ac88567aSHyon Kim		smp_close;
57*ac88567aSHyon Kim		smp_action_alloc;
58*ac88567aSHyon Kim		smp_action_get_timeout;
59*ac88567aSHyon Kim		smp_action_set_timeout;
60*ac88567aSHyon Kim		smp_action_get_request;
61*ac88567aSHyon Kim		smp_action_get_response;
62*ac88567aSHyon Kim		smp_action_get_request_frame;
63*ac88567aSHyon Kim		smp_action_get_response_frame;
64*ac88567aSHyon Kim		smp_action_get_function_def;
65*ac88567aSHyon Kim		smp_action_set_response_len;
66*ac88567aSHyon Kim		smp_action_set_result;
67*ac88567aSHyon Kim		smp_action_free;
68*ac88567aSHyon Kim		smp_exec;
69*ac88567aSHyon Kim		smp_errno;
70*ac88567aSHyon Kim		smp_errmsg;
71*ac88567aSHyon Kim		smp_strerror;
72*ac88567aSHyon Kim		smp_errname;
73*ac88567aSHyon Kim		smp_errcode;
74*ac88567aSHyon Kim		smp_assert;
75*ac88567aSHyon Kim		smp_engine_register;
76*ac88567aSHyon Kim		smp_plugin_register;
77*ac88567aSHyon Kim		smp_plugin_setspecific;
78*ac88567aSHyon Kim		smp_plugin_getspecific;
79*ac88567aSHyon Kim
80*ac88567aSHyon Kim		smp_alloc;
81*ac88567aSHyon Kim		smp_zalloc;
82*ac88567aSHyon Kim		smp_strdup;
83*ac88567aSHyon Kim		smp_free;
84*ac88567aSHyon Kim		smp_set_errno;
85*ac88567aSHyon Kim		smp_verror;
86*ac88567aSHyon Kim		smp_error;
87*ac88567aSHyon Kim
88*ac88567aSHyon Kim	local:
89*ac88567aSHyon Kim		*;
90*ac88567aSHyon Kim};
91