xref: /onnv-gate/usr/src/lib/scsi/libsmp/mapfile-vers (revision 13094:efddb0166961)
112126SHyon.Kim@Sun.COM#
212126SHyon.Kim@Sun.COM# CDDL HEADER START
312126SHyon.Kim@Sun.COM#
412126SHyon.Kim@Sun.COM# The contents of this file are subject to the terms of the
512126SHyon.Kim@Sun.COM# Common Development and Distribution License (the "License").
612126SHyon.Kim@Sun.COM# You may not use this file except in compliance with the License.
712126SHyon.Kim@Sun.COM#
812126SHyon.Kim@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
912126SHyon.Kim@Sun.COM# or http://www.opensolaris.org/os/licensing.
1012126SHyon.Kim@Sun.COM# See the License for the specific language governing permissions
1112126SHyon.Kim@Sun.COM# and limitations under the License.
1212126SHyon.Kim@Sun.COM#
1312126SHyon.Kim@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1412126SHyon.Kim@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1512126SHyon.Kim@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1612126SHyon.Kim@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1712126SHyon.Kim@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1812126SHyon.Kim@Sun.COM#
1912126SHyon.Kim@Sun.COM# CDDL HEADER END
2012126SHyon.Kim@Sun.COM#
2112126SHyon.Kim@Sun.COM
2212126SHyon.Kim@Sun.COM#
2312126SHyon.Kim@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2412126SHyon.Kim@Sun.COM#
2512126SHyon.Kim@Sun.COM
2612126SHyon.Kim@Sun.COM#
2712126SHyon.Kim@Sun.COM# MAPFILE HEADER START
2812126SHyon.Kim@Sun.COM#
2912126SHyon.Kim@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
3012126SHyon.Kim@Sun.COM# Object versioning must comply with the rules detailed in
3112126SHyon.Kim@Sun.COM#
3212126SHyon.Kim@Sun.COM#	usr/src/lib/README.mapfiles
3312126SHyon.Kim@Sun.COM#
3412126SHyon.Kim@Sun.COM# You should not be making modifications here until you've read the most current
3512126SHyon.Kim@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3612126SHyon.Kim@Sun.COM#
3712126SHyon.Kim@Sun.COM# MAPFILE HEADER END
3812126SHyon.Kim@Sun.COM#
3912126SHyon.Kim@Sun.COM
4012736SAli.Bahrami@Oracle.COM$mapfile_version 2
4112736SAli.Bahrami@Oracle.COM
4212736SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4312126SHyon.Kim@Sun.COM	global:
4412126SHyon.Kim@Sun.COM		smp_init;
4512126SHyon.Kim@Sun.COM		smp_fini;
4612126SHyon.Kim@Sun.COM		smp_open;
4712126SHyon.Kim@Sun.COM		smp_target_getcap;
4812126SHyon.Kim@Sun.COM		smp_target_set_change_count;
4912126SHyon.Kim@Sun.COM		smp_target_get_change_count;
5012126SHyon.Kim@Sun.COM		smp_target_vendor;
5112126SHyon.Kim@Sun.COM		smp_target_product;
5212126SHyon.Kim@Sun.COM		smp_target_revision;
5312126SHyon.Kim@Sun.COM		smp_target_component_vendor;
5412126SHyon.Kim@Sun.COM		smp_target_component_id;
5512126SHyon.Kim@Sun.COM		smp_target_component_revision;
5612126SHyon.Kim@Sun.COM		smp_target_name;
5712126SHyon.Kim@Sun.COM		smp_target_addr;
5812126SHyon.Kim@Sun.COM		smp_close;
5912126SHyon.Kim@Sun.COM		smp_action_alloc;
6012126SHyon.Kim@Sun.COM		smp_action_get_timeout;
6112126SHyon.Kim@Sun.COM		smp_action_set_timeout;
6212126SHyon.Kim@Sun.COM		smp_action_get_request;
6312126SHyon.Kim@Sun.COM		smp_action_get_response;
6412126SHyon.Kim@Sun.COM		smp_action_get_request_frame;
6512126SHyon.Kim@Sun.COM		smp_action_get_response_frame;
6612126SHyon.Kim@Sun.COM		smp_action_get_function_def;
6712126SHyon.Kim@Sun.COM		smp_action_set_response_len;
6812126SHyon.Kim@Sun.COM		smp_action_set_result;
6912126SHyon.Kim@Sun.COM		smp_action_free;
7012126SHyon.Kim@Sun.COM		smp_exec;
7112126SHyon.Kim@Sun.COM		smp_errno;
7212126SHyon.Kim@Sun.COM		smp_errmsg;
7312126SHyon.Kim@Sun.COM		smp_strerror;
7412126SHyon.Kim@Sun.COM		smp_errname;
7512126SHyon.Kim@Sun.COM		smp_errcode;
7612126SHyon.Kim@Sun.COM		smp_assert;
7712126SHyon.Kim@Sun.COM		smp_engine_register;
7812126SHyon.Kim@Sun.COM		smp_plugin_register;
7912126SHyon.Kim@Sun.COM		smp_plugin_setspecific;
8012126SHyon.Kim@Sun.COM		smp_plugin_getspecific;
81*13094Sdavid.hollister@oracle.com		smp_target_get_number_of_phys;
82*13094Sdavid.hollister@oracle.com		smp_target_get_exp_route_indexes;
8312126SHyon.Kim@Sun.COM
8412126SHyon.Kim@Sun.COM		smp_alloc;
8512126SHyon.Kim@Sun.COM		smp_zalloc;
8612126SHyon.Kim@Sun.COM		smp_strdup;
8712126SHyon.Kim@Sun.COM		smp_free;
8812126SHyon.Kim@Sun.COM		smp_set_errno;
8912126SHyon.Kim@Sun.COM		smp_verror;
9012126SHyon.Kim@Sun.COM		smp_error;
9112126SHyon.Kim@Sun.COM
9212126SHyon.Kim@Sun.COM	local:
9312126SHyon.Kim@Sun.COM		*;
9412126SHyon.Kim@Sun.COM};
95