Home | History | Annotate | Download | only in common
      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 2009 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 
     26 #
     27 # MAPFILE HEADER START
     28 #
     29 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
     30 # Object versioning must comply with the rules detailed in
     31 #
     32 #	usr/src/lib/README.mapfiles
     33 #
     34 # You should not be making modifications here until you've read the most current
     35 # copy of that file. If you need help, contact a gatekeeper for guidance.
     36 #
     37 # MAPFILE HEADER END
     38 #
     39 
     40 # There really should be only one SUNWprivate version.
     41 # Don't add any more.  Add new private symbols to SUNWprivate_1.2
     42 
     43 SUNWprivate_1.2 {
     44     global:
     45 	pool_conf_update;
     46 	pool_get_status;
     47 	pool_resource_type_list;
     48 	pool_set_status;
     49 } SUNWprivate_1.1;
     50 
     51 SUNWprivate_1.1 {
     52     global:
     53 	pool_associate;
     54 	pool_component_info;
     55 	pool_component_to_elem;
     56 	pool_conf_alloc;
     57 	pool_conf_close;
     58 	pool_conf_commit;
     59 	pool_conf_export;
     60 	pool_conf_free;
     61 	pool_conf_info;
     62 	pool_conf_location;
     63 	pool_conf_open;
     64 	pool_conf_remove;
     65 	pool_conf_rollback;
     66 	pool_conf_status;
     67 	pool_conf_to_elem;
     68 	pool_conf_validate;
     69 	pool_create;
     70 	pool_destroy;
     71 	pool_dissociate;
     72 	pool_dynamic_location;
     73 	pool_error;
     74 	pool_get_binding;
     75 	pool_get_owning_resource;
     76 	pool_get_pool;
     77 	pool_get_property;
     78 	pool_get_resource;
     79 	pool_get_resource_binding;
     80 	pool_info;
     81 	pool_put_property;
     82 	pool_query_components;
     83 	pool_query_pool_resources;
     84 	pool_query_pools;
     85 	pool_query_resource_components;
     86 	pool_query_resources;
     87 	pool_resource_create;
     88 	pool_resource_destroy;
     89 	pool_resource_info;
     90 	pool_resource_to_elem;
     91 	pool_resource_transfer;
     92 	pool_resource_xtransfer;
     93 	pool_rm_property;
     94 	pool_set_binding;
     95 	pool_static_location;
     96 	pool_strerror;
     97 	pool_to_elem;
     98 	pool_value_alloc;
     99 	pool_value_free;
    100 	pool_value_get_bool;
    101 	pool_value_get_double;
    102 	pool_value_get_int64;
    103 	pool_value_get_name;
    104 	pool_value_get_string;
    105 	pool_value_get_type;
    106 	pool_value_get_uint64;
    107 	pool_value_set_bool;
    108 	pool_value_set_double;
    109 	pool_value_set_int64;
    110 	pool_value_set_name;
    111 	pool_value_set_string;
    112 	pool_value_set_uint64;
    113 	pool_version;
    114 	pool_walk_components;
    115 	pool_walk_pools;
    116 	pool_walk_properties;
    117 	pool_walk_resources;
    118     local:
    119 	*;
    120 };
    121