mapfile-vers revision b23a7923c0fe493ed4beebaf775ad634ea217080
10139N/A#
10139N/A# CDDL HEADER START
10139N/A#
12938N/A# The contents of this file are subject to the terms of the
10139N/A# Common Development and Distribution License (the "License").
10139N/A# You may not use this file except in compliance with the License.
10139N/A#
10139N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10139N/A# or http://www.opensolaris.org/os/licensing.
10139N/A# See the License for the specific language governing permissions
10139N/A# and limitations under the License.
15256N/A#
12938N/A# When distributing Covered Code, include this CDDL HEADER in each
10139N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10139N/A# If applicable, add the following below this CDDL HEADER, with the
10139N/A# fields enclosed by brackets "[]" replaced with your own identifying
10139N/A# information: Portions Copyright [yyyy] [name of copyright owner]
10139N/A#
10139N/A# CDDL HEADER END
12773N/A#
12773N/A
12773N/A#
13483N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
10139N/A#
12947N/A
10819N/A#
13088N/A# MAPFILE HEADER START
13715N/A#
15289N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
15289N/A# Object versioning must comply with the rules detailed in
10139N/A#
10139N/A# usr/src/lib/README.mapfiles
10139N/A#
10139N/A# You should not be making modifications here until you've read the most current
10139N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
10139N/A#
10139N/A# MAPFILE HEADER END
10139N/A#
10139N/A
10139N/A$mapfile_version 2
10139N/A
10139N/ASYMBOL_VERSION SUNWprivate_1.1 {
10139N/A global:
10139N/A smp_init;
10139N/A smp_fini;
10139N/A smp_open;
10139N/A smp_target_getcap;
10139N/A smp_target_set_change_count;
10139N/A smp_target_get_change_count;
10139N/A smp_target_vendor;
10139N/A smp_target_product;
10139N/A smp_target_revision;
10139N/A smp_target_component_vendor;
10139N/A smp_target_component_id;
10139N/A smp_target_component_revision;
10139N/A smp_target_name;
10139N/A smp_target_addr;
10139N/A smp_close;
10139N/A smp_action_alloc;
10139N/A smp_action_get_timeout;
10139N/A smp_action_set_timeout;
10139N/A smp_action_get_request;
10139N/A smp_action_get_response;
10139N/A smp_action_get_request_frame;
10139N/A smp_action_get_response_frame;
10139N/A smp_action_get_function_def;
10139N/A smp_action_set_response_len;
10139N/A smp_action_set_result;
10139N/A smp_action_free;
10139N/A smp_exec;
10139N/A smp_errno;
10139N/A smp_errmsg;
10139N/A smp_strerror;
10139N/A smp_errname;
10139N/A smp_errcode;
10819N/A smp_assert;
13088N/A smp_engine_register;
13715N/A smp_plugin_register;
15289N/A smp_plugin_setspecific;
10139N/A smp_plugin_getspecific;
10139N/A
10139N/A smp_alloc;
13088N/A smp_zalloc;
13088N/A smp_strdup;
10139N/A smp_free;
10139N/A smp_set_errno;
10139N/A smp_verror;
10139N/A smp_error;
10139N/A
10165N/A local:
12773N/A *;
12773N/A};
12773N/A