1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.3 { 29 global: 30 ptree_get_frutree_parent; 31} SUNW_1.2; 32 33SUNW_1.2 { 34 global: 35 ptree_create_and_add_node; 36 ptree_create_and_add_prop; 37 ptree_find_node; 38 ptree_get_node_by_path; 39 ptree_init_propinfo; 40 ptree_post_event; 41 ptree_register_handler; 42 ptree_unregister_handler; 43 ptree_walk_tree_by_class; 44} SUNW_1.1; 45 46SUNW_1.1 { 47 global: 48 picld_plugin_register; 49 ptree_add_node; 50 ptree_add_prop; 51 ptree_add_row_to_table; 52 ptree_create_node; 53 ptree_create_prop; 54 ptree_create_table; 55 ptree_delete_node; 56 ptree_delete_prop; 57 ptree_destroy_node; 58 ptree_destroy_prop; 59 ptree_get_first_prop; 60 ptree_get_next_by_col; 61 ptree_get_next_by_row; 62 ptree_get_next_prop; 63 ptree_get_prop_by_name; 64 ptree_get_propinfo; 65 ptree_get_propval; 66 ptree_get_propval_by_name; 67 ptree_get_root; 68 ptree_update_propval; 69 ptree_update_propval_by_name; 70}; 71 72# There really should be only one SUNWprivate version. 73# Don't add any more. Add new private symbols to SUNWprivate_1.2 74 75SUNWprivate_1.2 { 76 global: 77 dbg_exec; 78 dbg_print; 79 verbose_level; 80} SUNWprivate_1.1; 81 82SUNWprivate_1.1 { 83 global: 84 cvt_picl2ptree; 85 cvt_ptree2picl; 86 xptree_destroy; 87 xptree_get_propinfo_by_name; 88 xptree_get_propval_by_name_with_cred; 89 xptree_get_propval_with_cred; 90 xptree_initialize; 91 xptree_refresh_notify; 92 xptree_reinitialize; 93 xptree_update_propval_by_name_with_cred; 94 xptree_update_propval_with_cred; 95 local: 96 *; 97}; 98