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