1 2522 raf # 2 2522 raf # CDDL HEADER START 3 2522 raf # 4 2522 raf # The contents of this file are subject to the terms of the 5 2522 raf # Common Development and Distribution License (the "License"). 6 2522 raf # You may not use this file except in compliance with the License. 7 2522 raf # 8 2522 raf # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 2522 raf # or http://www.opensolaris.org/os/licensing. 10 2522 raf # See the License for the specific language governing permissions 11 2522 raf # and limitations under the License. 12 2522 raf # 13 2522 raf # When distributing Covered Code, include this CDDL HEADER in each 14 2522 raf # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 2522 raf # If applicable, add the following below this CDDL HEADER, with the 16 2522 raf # fields enclosed by brackets "[]" replaced with your own identifying 17 2522 raf # information: Portions Copyright [yyyy] [name of copyright owner] 18 2522 raf # 19 2522 raf # CDDL HEADER END 20 2522 raf # 21 2522 raf # 22 8744 Ali # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23 2522 raf # Use is subject to license terms. 24 2522 raf # 25 8744 Ali 26 8744 Ali # 27 8744 Ali # MAPFILE HEADER START 28 8744 Ali # 29 8744 Ali # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30 8744 Ali # Object versioning must comply with the rules detailed in 31 8744 Ali # 32 8744 Ali # usr/src/lib/README.mapfiles 33 8744 Ali # 34 8744 Ali # You should not be making modifications here until you've read the most current 35 8744 Ali # copy of that file. If you need help, contact a gatekeeper for guidance. 36 8744 Ali # 37 8744 Ali # MAPFILE HEADER END 38 2522 raf # 39 2522 raf 40 2522 raf # There really should be only one SUNWprivate version. 41 2522 raf # Don't add any more. Add new private symbols to SUNWprivate_1.2 42 2522 raf 43 2522 raf SUNWprivate_1.2 { 44 2522 raf global: 45 2522 raf pool_conf_update; 46 2522 raf pool_get_status; 47 2522 raf pool_resource_type_list; 48 2522 raf pool_set_status; 49 2522 raf } SUNWprivate_1.1; 50 2522 raf 51 2522 raf SUNWprivate_1.1 { 52 2522 raf global: 53 2522 raf pool_associate; 54 2522 raf pool_component_info; 55 2522 raf pool_component_to_elem; 56 2522 raf pool_conf_alloc; 57 2522 raf pool_conf_close; 58 2522 raf pool_conf_commit; 59 2522 raf pool_conf_export; 60 2522 raf pool_conf_free; 61 2522 raf pool_conf_info; 62 2522 raf pool_conf_location; 63 2522 raf pool_conf_open; 64 2522 raf pool_conf_remove; 65 2522 raf pool_conf_rollback; 66 2522 raf pool_conf_status; 67 2522 raf pool_conf_to_elem; 68 2522 raf pool_conf_validate; 69 2522 raf pool_create; 70 2522 raf pool_destroy; 71 2522 raf pool_dissociate; 72 2522 raf pool_dynamic_location; 73 2522 raf pool_error; 74 2522 raf pool_get_binding; 75 2522 raf pool_get_owning_resource; 76 2522 raf pool_get_pool; 77 2522 raf pool_get_property; 78 2522 raf pool_get_resource; 79 2522 raf pool_get_resource_binding; 80 2522 raf pool_info; 81 2522 raf pool_put_property; 82 2522 raf pool_query_components; 83 2522 raf pool_query_pool_resources; 84 2522 raf pool_query_pools; 85 2522 raf pool_query_resource_components; 86 2522 raf pool_query_resources; 87 2522 raf pool_resource_create; 88 2522 raf pool_resource_destroy; 89 2522 raf pool_resource_info; 90 2522 raf pool_resource_to_elem; 91 2522 raf pool_resource_transfer; 92 2522 raf pool_resource_xtransfer; 93 2522 raf pool_rm_property; 94 2522 raf pool_set_binding; 95 2522 raf pool_static_location; 96 2522 raf pool_strerror; 97 2522 raf pool_to_elem; 98 2522 raf pool_value_alloc; 99 2522 raf pool_value_free; 100 2522 raf pool_value_get_bool; 101 2522 raf pool_value_get_double; 102 2522 raf pool_value_get_int64; 103 2522 raf pool_value_get_name; 104 2522 raf pool_value_get_string; 105 2522 raf pool_value_get_type; 106 2522 raf pool_value_get_uint64; 107 2522 raf pool_value_set_bool; 108 2522 raf pool_value_set_double; 109 2522 raf pool_value_set_int64; 110 2522 raf pool_value_set_name; 111 2522 raf pool_value_set_string; 112 2522 raf pool_value_set_uint64; 113 2522 raf pool_version; 114 2522 raf pool_walk_components; 115 2522 raf pool_walk_pools; 116 2522 raf pool_walk_properties; 117 2522 raf pool_walk_resources; 118 2522 raf local: 119 2522 raf *; 120 2522 raf }; 121