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