12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 252522Sraf 26*8744SAli.Bahrami@Sun.COM# 27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 28*8744SAli.Bahrami@Sun.COM# 29*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 31*8744SAli.Bahrami@Sun.COM# 32*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 33*8744SAli.Bahrami@Sun.COM# 34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 36*8744SAli.Bahrami@Sun.COM# 37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 38*8744SAli.Bahrami@Sun.COM# 39*8744SAli.Bahrami@Sun.COM 402522SrafSUNWprivate_1.1 { 412522Sraf global: 422522Sraf uu_alt_exit; 432522Sraf uu_avl_create; 442522Sraf uu_avl_destroy; 452522Sraf uu_avl_find; 462522Sraf uu_avl_first; 472522Sraf uu_avl_insert; 482522Sraf uu_avl_last; 492522Sraf uu_avl_nearest_next; 502522Sraf uu_avl_nearest_prev; 512522Sraf uu_avl_next; 522522Sraf uu_avl_node_fini; 532522Sraf uu_avl_node_init; 542522Sraf uu_avl_numnodes; 552522Sraf uu_avl_pool_create; 562522Sraf uu_avl_pool_destroy; 572522Sraf uu_avl_prev; 582522Sraf uu_avl_remove; 592522Sraf uu_avl_teardown; 602522Sraf uu_avl_walk; 612522Sraf uu_avl_walk_end; 622522Sraf uu_avl_walk_next; 632522Sraf uu_avl_walk_start; 642522Sraf uu_check_name; 652522Sraf uu_die; 662522Sraf uu_dprintf; 672522Sraf uu_dprintf_create; 682522Sraf uu_dprintf_destroy; 692522Sraf uu_dprintf_getname; 702522Sraf uu_error; 712522Sraf uu_exit_fatal; 722522Sraf uu_exit_ok; 732522Sraf uu_exit_usage; 742522Sraf uu_free; 752522Sraf uu_getpname; 762522Sraf uu_list_create; 772522Sraf uu_list_destroy; 782522Sraf uu_list_find; 792522Sraf uu_list_first; 802522Sraf uu_list_insert; 812522Sraf uu_list_insert_after; 822522Sraf uu_list_insert_before; 832522Sraf uu_list_last; 842522Sraf uu_list_nearest_next; 852522Sraf uu_list_nearest_prev; 862522Sraf uu_list_next; 872522Sraf uu_list_node_fini; 882522Sraf uu_list_node_init; 892522Sraf uu_list_numnodes; 902522Sraf uu_list_pool_create; 912522Sraf uu_list_pool_destroy; 922522Sraf uu_list_prev; 932522Sraf uu_list_remove; 942522Sraf uu_list_teardown; 952522Sraf uu_list_walk; 962522Sraf uu_list_walk_end; 972522Sraf uu_list_walk_next; 982522Sraf uu_list_walk_start; 992522Sraf uu_msprintf; 1002522Sraf uu_open_tmp; 1012522Sraf uu_setpname; 1027887SLiane.Praza@Sun.COM uu_strdup; 1032522Sraf uu_strerror; 1042522Sraf uu_strtoint; 1052522Sraf uu_strtouint; 1062522Sraf uu_vdie; 1072522Sraf uu_vwarn; 1082522Sraf uu_vxdie; 1092522Sraf uu_warn; 1102522Sraf uu_xdie; 1112522Sraf uu_zalloc; 1122522Sraf local: 1132522Sraf *; 1142522Sraf}; 115