mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# CDDL HEADER START
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# The contents of this file are subject to the terms of the
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Common Development and Distribution License (the "License").
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# You may not use this file except in compliance with the License.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# or http://www.opensolaris.org/os/licensing.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# See the License for the specific language governing permissions
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# and limitations under the License.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner]
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# CDDL HEADER END
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Use is subject to license terms.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# ident "%Z%%M% %I% %E% SMI"
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert MustacchiSUNWprivate_1.1 {
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_first;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_insert;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_nearest_next;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_nearest_prev;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_node_fini;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_node_init;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_numnodes;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_pool_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_pool_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_remove;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_teardown;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_end;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_next;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_start;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_check_name;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_getname;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_exit_fatal;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_exit_usage;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_find;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_first;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert_after;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert_before;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_last;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_nearest_next;