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 28# There really should be only one SUNWprivate version. 29# Don't add any more. Add new private symbols to SUNWprivate_1.2 30 31SUNWprivate_1.2 { 32 global: 33 pool_conf_update; 34 pool_get_status; 35 pool_resource_type_list; 36 pool_set_status; 37} SUNWprivate_1.1; 38 39SUNWprivate_1.1 { 40 global: 41 pool_associate; 42 pool_component_info; 43 pool_component_to_elem; 44 pool_conf_alloc; 45 pool_conf_close; 46 pool_conf_commit; 47 pool_conf_export; 48 pool_conf_free; 49 pool_conf_info; 50 pool_conf_location; 51 pool_conf_open; 52 pool_conf_remove; 53 pool_conf_rollback; 54 pool_conf_status; 55 pool_conf_to_elem; 56 pool_conf_validate; 57 pool_create; 58 pool_destroy; 59 pool_dissociate; 60 pool_dynamic_location; 61 pool_error; 62 pool_get_binding; 63 pool_get_owning_resource; 64 pool_get_pool; 65 pool_get_property; 66 pool_get_resource; 67 pool_get_resource_binding; 68 pool_info; 69 pool_put_property; 70 pool_query_components; 71 pool_query_pool_resources; 72 pool_query_pools; 73 pool_query_resource_components; 74 pool_query_resources; 75 pool_resource_create; 76 pool_resource_destroy; 77 pool_resource_info; 78 pool_resource_to_elem; 79 pool_resource_transfer; 80 pool_resource_xtransfer; 81 pool_rm_property; 82 pool_set_binding; 83 pool_static_location; 84 pool_strerror; 85 pool_to_elem; 86 pool_value_alloc; 87 pool_value_free; 88 pool_value_get_bool; 89 pool_value_get_double; 90 pool_value_get_int64; 91 pool_value_get_name; 92 pool_value_get_string; 93 pool_value_get_type; 94 pool_value_get_uint64; 95 pool_value_set_bool; 96 pool_value_set_double; 97 pool_value_set_int64; 98 pool_value_set_name; 99 pool_value_set_string; 100 pool_value_set_uint64; 101 pool_version; 102 pool_walk_components; 103 pool_walk_pools; 104 pool_walk_properties; 105 pool_walk_resources; 106 local: 107 *; 108}; 109