mapfile-vers revision 12126:60364f3f65c7
119370Spst#
219370Spst# CDDL HEADER START
319370Spst#
419370Spst# The contents of this file are subject to the terms of the
519370Spst# Common Development and Distribution License (the "License").
619370Spst# You may not use this file except in compliance with the License.
719370Spst#
819370Spst# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919370Spst# or http://www.opensolaris.org/os/licensing.
1019370Spst# See the License for the specific language governing permissions
1119370Spst# and limitations under the License.
1219370Spst#
1319370Spst# When distributing Covered Code, include this CDDL HEADER in each
1419370Spst# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1519370Spst# If applicable, add the following below this CDDL HEADER, with the
1619370Spst# fields enclosed by brackets "[]" replaced with your own identifying
1719370Spst# information: Portions Copyright [yyyy] [name of copyright owner]
1819370Spst#
1919370Spst# CDDL HEADER END
2019370Spst#
2119370Spst
2219370Spst#
2319370Spst# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2419370Spst#
2519370Spst
2619370Spst#
2719370Spst# MAPFILE HEADER START
2819370Spst#
2919370Spst# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
3019370Spst# Object versioning must comply with the rules detailed in
3119370Spst#
3219370Spst#	usr/src/lib/README.mapfiles
3319370Spst#
3419370Spst# You should not be making modifications here until you've read the most current
3519370Spst# copy of that file. If you need help, contact a gatekeeper for guidance.
3619370Spst#
3719370Spst# MAPFILE HEADER END
3819370Spst#
3919370Spst
4019370SpstSUNWprivate_1.1 {
4119370Spst	global:
4219370Spst		smp_init;
4319370Spst		smp_fini;
4419370Spst		smp_open;
4519370Spst		smp_target_getcap;
4619370Spst		smp_target_set_change_count;
4719370Spst		smp_target_get_change_count;
4819370Spst		smp_target_vendor;
4919370Spst		smp_target_product;
5019370Spst		smp_target_revision;
5119370Spst		smp_target_component_vendor;
52		smp_target_component_id;
53		smp_target_component_revision;
54		smp_target_name;
55		smp_target_addr;
56		smp_close;
57		smp_action_alloc;
58		smp_action_get_timeout;
59		smp_action_set_timeout;
60		smp_action_get_request;
61		smp_action_get_response;
62		smp_action_get_request_frame;
63		smp_action_get_response_frame;
64		smp_action_get_function_def;
65		smp_action_set_response_len;
66		smp_action_set_result;
67		smp_action_free;
68		smp_exec;
69		smp_errno;
70		smp_errmsg;
71		smp_strerror;
72		smp_errname;
73		smp_errcode;
74		smp_assert;
75		smp_engine_register;
76		smp_plugin_register;
77		smp_plugin_setspecific;
78		smp_plugin_getspecific;
79
80		smp_alloc;
81		smp_zalloc;
82		smp_strdup;
83		smp_free;
84		smp_set_errno;
85		smp_verror;
86		smp_error;
87
88	local:
89		*;
90};
91