1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38f808c858Sraf# 39f808c858Sraf 40f808c858SrafSUNWprivate_1.1 { 41f808c858Sraf global: 42f808c858Sraf fork = NODIRECT; 43f808c858Sraf fork1; 44f808c858Sraf pthread_create; 45f808c858Sraf pthread_exit; 46f808c858Sraf _resume_ret; 47f808c858Sraf thr_create; 48f808c858Sraf thr_exit; 49f808c858Sraf tnf_allocate; 50f808c858Sraf tnf_char_tag_data; 51f808c858Sraf tnf_float32_tag_data; 52f808c858Sraf tnf_float64_tag_data; 53f808c858Sraf tnf_int16_tag_data; 54f808c858Sraf tnf_int32_tag_data; 55f808c858Sraf tnf_int64_tag_data; 56f808c858Sraf tnf_int8_tag_data; 57f808c858Sraf tnf_lwpid_tag_data; 58f808c858Sraf tnf_name_tag_data; 59f808c858Sraf tnf_non_threaded_test_addr; 60f808c858Sraf tnf_opaque_tag_data; 61f808c858Sraf tnf_pid_tag_data; 62f808c858Sraf __tnf_probe_alloc; 63f808c858Sraf tnf_probe_debug; 64f808c858Sraf tnf_probe_event_tag_data; 65f808c858Sraf tnf_probe_get_arg_indexed; 66f808c858Sraf tnf_probe_get_chars; 67f808c858Sraf tnf_probe_get_num_args; 68f808c858Sraf tnf_probe_get_type_indexed; 69f808c858Sraf tnf_probe_get_value; 70f808c858Sraf __tnf_probe_list_head; 71f808c858Sraf __tnf_probe_list_valid; 72f808c858Sraf __tnf_probe_memseg_p; 73f808c858Sraf __tnf_probe_notify; 74f808c858Sraf __tnf_probe_thr_sync; 75f808c858Sraf __tnf_probe_version_1_info; 76f808c858Sraf tnf_process_disable; 77f808c858Sraf tnf_process_enable; 78f808c858Sraf tnf_ref32_1; 79f808c858Sraf tnf_size_tag_data; 80f808c858Sraf tnf_string_1; 81f808c858Sraf tnf_string_tag_data; 82f808c858Sraf tnf_struct_tag_1; 83f808c858Sraf tnf_tag_tag_data; 84f808c858Sraf __tnf_tag_version_1_info; 85f808c858Sraf tnf_thread_disable; 86f808c858Sraf tnf_threaded_test_addr; 87f808c858Sraf tnf_thread_enable; 88f808c858Sraf tnf_time_base_tag_data; 89f808c858Sraf tnf_time_delta_tag_data; 90f808c858Sraf tnf_trace_alloc; 91f808c858Sraf tnf_trace_commit; 92f808c858Sraf tnf_trace_end; 93f808c858Sraf tnf_trace_file_min; 94f808c858Sraf tnf_trace_file_name; 95f808c858Sraf tnf_trace_file_size; 96f808c858Sraf tnf_trace_rollback; 97f808c858Sraf tnf_uint16_tag_data; 98f808c858Sraf tnf_uint32_tag_data; 99f808c858Sraf tnf_uint64_tag_data; 100f808c858Sraf tnf_uint8_tag_data; 101f808c858Sraf tnf_user_struct_properties; 102f808c858Sraf _tnfw_b_control; 103f808c858Sraf local: 104f808c858Sraf *; 105f808c858Sraf}; 106