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 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate { 29 global: 30 topo_close; 31 topo_debug_set; 32 topo_fmri_asru; 33 topo_fmri_compare; 34 topo_fmri_contains; 35 topo_fmri_create; 36 topo_fmri_expand; 37 topo_fmri_fru; 38 topo_fmri_getpgrp; 39 topo_fmri_getprop; 40 topo_fmri_label; 41 topo_fmri_nvl2str; 42 topo_fmri_present; 43 topo_fmri_serial; 44 topo_fmri_setprop; 45 topo_fmri_str2nvl; 46 topo_fmri_unusable; 47 topo_hdl_alloc; 48 topo_hdl_errmsg; 49 topo_hdl_errno; 50 topo_hdl_free; 51 topo_hdl_nvalloc; 52 topo_hdl_nvdup; 53 topo_hdl_strdup; 54 topo_hdl_strfree; 55 topo_hdl_zalloc; 56 topo_list_append; 57 topo_list_delete; 58 topo_method_invoke; 59 topo_method_register; 60 topo_method_unregister; 61 topo_method_unregister_all; 62 topo_mod_alloc; 63 topo_mod_auth; 64 topo_mod_clrdebug; 65 topo_mod_cpufmri; 66 topo_mod_devfmri; 67 topo_mod_devinfo; 68 topo_mod_dprintf; 69 topo_mod_enumerate; 70 topo_mod_enummap; 71 topo_mod_errmsg; 72 topo_mod_errno; 73 topo_mod_free; 74 topo_mod_getspecific; 75 topo_mod_hcfmri; 76 topo_mod_ipmi; 77 topo_mod_load; 78 topo_mod_memfmri; 79 topo_mod_modfmri; 80 topo_mod_nvalloc; 81 topo_mod_nvdup; 82 topo_mod_nvl2str; 83 topo_mod_pkgfmri; 84 topo_mod_prominfo; 85 topo_mod_register; 86 topo_mod_setdebug; 87 topo_mod_seterrno; 88 topo_mod_setspecific; 89 topo_mod_str2nvl; 90 topo_mod_strdup; 91 topo_mod_strfree; 92 topo_mod_unload; 93 topo_mod_unregister; 94 topo_mod_walk_init; 95 topo_mod_zalloc; 96 topo_node_asru; 97 topo_node_asru_set; 98 topo_node_bind; 99 topo_node_fru; 100 topo_node_fru_set; 101 topo_node_getspecific; 102 topo_node_instance; 103 topo_node_label; 104 topo_node_label_set; 105 topo_node_name; 106 topo_node_parent; 107 topo_node_range_create; 108 topo_node_range_destroy; 109 topo_node_resource; 110 topo_node_setspecific; 111 topo_node_unbind; 112 topo_open; 113 topo_pgroup_create; 114 topo_pgroup_destroy; 115 topo_pgroup_info; 116 topo_prop_get_fmri; 117 topo_prop_get_int32; 118 topo_prop_get_int64; 119 topo_prop_get_string; 120 topo_prop_get_uint32; 121 topo_prop_get_uint64; 122 topo_prop_get_int32_array; 123 topo_prop_get_uint32_array; 124 topo_prop_get_int64_array; 125 topo_prop_get_uint64_array; 126 topo_prop_get_string_array; 127 topo_prop_get_fmri_array; 128 topo_prop_getprop; 129 topo_prop_getprops; 130 topo_prop_inherit; 131 topo_prop_method_register; 132 topo_prop_method_unregister; 133 topo_prop_set_fmri; 134 topo_prop_set_int32; 135 topo_prop_set_int64; 136 topo_prop_set_string; 137 topo_prop_set_uint32; 138 topo_prop_set_uint64; 139 topo_prop_set_int32_array; 140 topo_prop_set_uint32_array; 141 topo_prop_set_int64_array; 142 topo_prop_set_uint64_array; 143 topo_prop_set_string_array; 144 topo_prop_set_fmri_array; 145 topo_prop_setprop; 146 topo_name2stability; 147 topo_stability2name; 148 topo_snap_hold; 149 topo_snap_release; 150 topo_strerror; 151 topo_walk_fini; 152 topo_walk_init; 153 topo_walk_step; 154 topo_xml_print; 155 local: 156 *; 157}; 158