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# 25*8744SAli.Bahrami@Sun.COM 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 382522Sraf# 392522Sraf 402522SrafSUNW_1.3 { 412522Sraf global: 422522Sraf ptree_get_frutree_parent; 432522Sraf} SUNW_1.2; 442522Sraf 452522SrafSUNW_1.2 { 462522Sraf global: 472522Sraf ptree_create_and_add_node; 482522Sraf ptree_create_and_add_prop; 492522Sraf ptree_find_node; 502522Sraf ptree_get_node_by_path; 512522Sraf ptree_init_propinfo; 522522Sraf ptree_post_event; 532522Sraf ptree_register_handler; 542522Sraf ptree_unregister_handler; 552522Sraf ptree_walk_tree_by_class; 562522Sraf} SUNW_1.1; 572522Sraf 582522SrafSUNW_1.1 { 592522Sraf global: 602522Sraf picld_plugin_register; 612522Sraf ptree_add_node; 622522Sraf ptree_add_prop; 632522Sraf ptree_add_row_to_table; 642522Sraf ptree_create_node; 652522Sraf ptree_create_prop; 662522Sraf ptree_create_table; 672522Sraf ptree_delete_node; 682522Sraf ptree_delete_prop; 692522Sraf ptree_destroy_node; 702522Sraf ptree_destroy_prop; 712522Sraf ptree_get_first_prop; 722522Sraf ptree_get_next_by_col; 732522Sraf ptree_get_next_by_row; 742522Sraf ptree_get_next_prop; 752522Sraf ptree_get_prop_by_name; 762522Sraf ptree_get_propinfo; 772522Sraf ptree_get_propval; 782522Sraf ptree_get_propval_by_name; 792522Sraf ptree_get_root; 802522Sraf ptree_update_propval; 812522Sraf ptree_update_propval_by_name; 822522Sraf}; 832522Sraf 842522Sraf# There really should be only one SUNWprivate version. 852522Sraf# Don't add any more. Add new private symbols to SUNWprivate_1.2 862522Sraf 872522SrafSUNWprivate_1.2 { 882522Sraf global: 892522Sraf dbg_exec; 902522Sraf dbg_print; 912522Sraf verbose_level; 922522Sraf} SUNWprivate_1.1; 932522Sraf 942522SrafSUNWprivate_1.1 { 952522Sraf global: 962522Sraf cvt_picl2ptree; 972522Sraf cvt_ptree2picl; 982522Sraf xptree_destroy; 992522Sraf xptree_get_propinfo_by_name; 1002522Sraf xptree_get_propval_by_name_with_cred; 1012522Sraf xptree_get_propval_with_cred; 1022522Sraf xptree_initialize; 1032522Sraf xptree_refresh_notify; 1042522Sraf xptree_reinitialize; 1052522Sraf xptree_update_propval_by_name_with_cred; 1062522Sraf xptree_update_propval_with_cred; 1072522Sraf local: 1082522Sraf *; 1092522Sraf}; 110