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 392522Sraf# There really should be only one SUNWprivate version. 402522Sraf# Don't add any more. Add new private symbols to SUNWprivate_1.2 412522Sraf 42*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 43*12692SAli.Bahrami@Oracle.COM 44*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.2 { 452522Sraf global: 462522Sraf pool_conf_update; 472522Sraf pool_get_status; 482522Sraf pool_resource_type_list; 492522Sraf pool_set_status; 502522Sraf} SUNWprivate_1.1; 512522Sraf 52*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 532522Sraf global: 542522Sraf pool_associate; 552522Sraf pool_component_info; 562522Sraf pool_component_to_elem; 572522Sraf pool_conf_alloc; 582522Sraf pool_conf_close; 592522Sraf pool_conf_commit; 602522Sraf pool_conf_export; 612522Sraf pool_conf_free; 622522Sraf pool_conf_info; 632522Sraf pool_conf_location; 642522Sraf pool_conf_open; 652522Sraf pool_conf_remove; 662522Sraf pool_conf_rollback; 672522Sraf pool_conf_status; 682522Sraf pool_conf_to_elem; 692522Sraf pool_conf_validate; 702522Sraf pool_create; 712522Sraf pool_destroy; 722522Sraf pool_dissociate; 732522Sraf pool_dynamic_location; 742522Sraf pool_error; 752522Sraf pool_get_binding; 762522Sraf pool_get_owning_resource; 772522Sraf pool_get_pool; 782522Sraf pool_get_property; 792522Sraf pool_get_resource; 802522Sraf pool_get_resource_binding; 812522Sraf pool_info; 822522Sraf pool_put_property; 832522Sraf pool_query_components; 842522Sraf pool_query_pool_resources; 852522Sraf pool_query_pools; 862522Sraf pool_query_resource_components; 872522Sraf pool_query_resources; 882522Sraf pool_resource_create; 892522Sraf pool_resource_destroy; 902522Sraf pool_resource_info; 912522Sraf pool_resource_to_elem; 922522Sraf pool_resource_transfer; 932522Sraf pool_resource_xtransfer; 942522Sraf pool_rm_property; 952522Sraf pool_set_binding; 962522Sraf pool_static_location; 972522Sraf pool_strerror; 982522Sraf pool_to_elem; 992522Sraf pool_value_alloc; 1002522Sraf pool_value_free; 1012522Sraf pool_value_get_bool; 1022522Sraf pool_value_get_double; 1032522Sraf pool_value_get_int64; 1042522Sraf pool_value_get_name; 1052522Sraf pool_value_get_string; 1062522Sraf pool_value_get_type; 1072522Sraf pool_value_get_uint64; 1082522Sraf pool_value_set_bool; 1092522Sraf pool_value_set_double; 1102522Sraf pool_value_set_int64; 1112522Sraf pool_value_set_name; 1122522Sraf pool_value_set_string; 1132522Sraf pool_value_set_uint64; 1142522Sraf pool_version; 1152522Sraf pool_walk_components; 1162522Sraf pool_walk_pools; 1172522Sraf pool_walk_properties; 1182522Sraf pool_walk_resources; 1192522Sraf local: 1202522Sraf *; 1212522Sraf}; 122