xref: /onnv-gate/usr/src/lib/libpicltree/mapfile-vers (revision 12692:4341b447c069)
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*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.3 {
422522Sraf    global:
432522Sraf	ptree_get_frutree_parent;
442522Sraf} SUNW_1.2;
452522Sraf
46*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.2 {
472522Sraf    global:
482522Sraf	ptree_create_and_add_node;
492522Sraf	ptree_create_and_add_prop;
502522Sraf	ptree_find_node;
512522Sraf	ptree_get_node_by_path;
522522Sraf	ptree_init_propinfo;
532522Sraf	ptree_post_event;
542522Sraf	ptree_register_handler;
552522Sraf	ptree_unregister_handler;
562522Sraf	ptree_walk_tree_by_class;
572522Sraf} SUNW_1.1;
582522Sraf
59*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
602522Sraf    global:
612522Sraf	picld_plugin_register;
622522Sraf	ptree_add_node;
632522Sraf	ptree_add_prop;
642522Sraf	ptree_add_row_to_table;
652522Sraf	ptree_create_node;
662522Sraf	ptree_create_prop;
672522Sraf	ptree_create_table;
682522Sraf	ptree_delete_node;
692522Sraf	ptree_delete_prop;
702522Sraf	ptree_destroy_node;
712522Sraf	ptree_destroy_prop;
722522Sraf	ptree_get_first_prop;
732522Sraf	ptree_get_next_by_col;
742522Sraf	ptree_get_next_by_row;
752522Sraf	ptree_get_next_prop;
762522Sraf	ptree_get_prop_by_name;
772522Sraf	ptree_get_propinfo;
782522Sraf	ptree_get_propval;
792522Sraf	ptree_get_propval_by_name;
802522Sraf	ptree_get_root;
812522Sraf	ptree_update_propval;
822522Sraf	ptree_update_propval_by_name;
832522Sraf};
842522Sraf
852522Sraf# There really should be only one SUNWprivate version.
862522Sraf# Don't add any more.  Add new private symbols to SUNWprivate_1.2
872522Sraf
88*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.2 {
892522Sraf    global:
902522Sraf	dbg_exec;
912522Sraf	dbg_print;
922522Sraf	verbose_level;
932522Sraf} SUNWprivate_1.1;
942522Sraf
95*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
962522Sraf    global:
972522Sraf	cvt_picl2ptree;
982522Sraf	cvt_ptree2picl;
992522Sraf	xptree_destroy;
1002522Sraf	xptree_get_propinfo_by_name;
1012522Sraf	xptree_get_propval_by_name_with_cred;
1022522Sraf	xptree_get_propval_with_cred;
1032522Sraf	xptree_initialize;
1042522Sraf	xptree_refresh_notify;
1052522Sraf	xptree_reinitialize;
1062522Sraf	xptree_update_propval_by_name_with_cred;
1072522Sraf	xptree_update_propval_with_cred;
1082522Sraf    local:
1092522Sraf	*;
1102522Sraf};
111