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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# Copyright 2019 Joyent, Inc. 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$mapfile_version 2 41 42SYMBOL_VERSION SUNWprivate { 43 global: 44 topo_close; 45 topo_debug_set; 46 topo_fmri_asru; 47 topo_fmri_compare; 48 topo_fmri_contains; 49 topo_fmri_create; 50 topo_fmri_expand; 51 topo_fmri_facility; 52 topo_fmri_fru; 53 topo_fmri_getpgrp; 54 topo_fmri_getprop; 55 topo_fmri_label; 56 topo_fmri_nvl2str; 57 topo_fmri_present; 58 topo_fmri_replaced; 59 topo_fmri_retire; 60 topo_fmri_serial; 61 topo_fmri_service_state; 62 topo_fmri_setprop; 63 topo_fmri_str2nvl; 64 topo_fmri_strcmp; 65 topo_fmri_strcmp_noauth; 66 topo_fmri_strhash; 67 topo_fmri_strhash_noauth; 68 topo_fmri_unretire; 69 topo_fmri_unusable; 70 topo_hdl_alloc; 71 topo_hdl_devinfo; 72 topo_hdl_errmsg; 73 topo_hdl_errno; 74 topo_hdl_free; 75 topo_hdl_nvalloc; 76 topo_hdl_nvdup; 77 topo_hdl_prominfo; 78 topo_hdl_strdup; 79 topo_hdl_strfree; 80 topo_hdl_strfreev; 81 topo_hdl_zalloc; 82 topo_led_state_name; 83 topo_led_type_name; 84 topo_list_append; 85 topo_list_deepcopy; 86 topo_list_delete; 87 topo_method_invoke; 88 topo_method_register; 89 topo_method_sensor_failure; 90 topo_method_supported; 91 topo_method_unregister; 92 topo_method_unregister_all; 93 topo_mod_alloc; 94 topo_mod_auth; 95 topo_mod_clean_str; 96 topo_mod_clrdebug; 97 topo_mod_cpufmri; 98 topo_mod_create_ufm; 99 topo_mod_create_ufm_slot; 100 topo_mod_devfmri; 101 topo_mod_devinfo; 102 topo_mod_dprintf; 103 topo_mod_enumerate; 104 topo_mod_enummap; 105 topo_mod_errmsg; 106 topo_mod_errno; 107 topo_mod_file_search; 108 topo_mod_free; 109 topo_mod_getspecific; 110 topo_mod_hcfmri; 111 topo_mod_hc_occupied; 112 topo_mod_ipmi_hold; 113 topo_mod_ipmi_rele; 114 topo_mod_load; 115 topo_mod_memfmri; 116 topo_mod_modfmri; 117 topo_mod_nvalloc; 118 topo_mod_nvdup; 119 topo_mod_nvl2str; 120 topo_mod_pcidb; 121 topo_mod_pkgfmri; 122 topo_mod_product; 123 topo_mod_prominfo; 124 topo_mod_register; 125 topo_mod_setdebug; 126 topo_mod_seterrno; 127 topo_mod_setspecific; 128 topo_mod_str2nvl; 129 topo_mod_strdup; 130 topo_mod_strfree; 131 topo_mod_strfreev; 132 topo_mod_unload; 133 topo_mod_unregister; 134 topo_mod_walk_init; 135 topo_mod_zalloc; 136 topo_mod_smbios; 137 topo_node_asru; 138 topo_node_asru_set; 139 topo_node_bind; 140 topo_node_child_walk; 141 topo_node_facility; 142 topo_node_facbind; 143 topo_node_flags; 144 topo_node_fru; 145 topo_node_fru_set; 146 topo_node_getspecific; 147 topo_node_instance; 148 topo_node_label; 149 topo_node_label_set; 150 topo_node_lookup; 151 topo_node_name; 152 topo_node_occupied; 153 topo_node_parent; 154 topo_node_range_create; 155 topo_node_range_destroy; 156 topo_node_resource; 157 topo_node_setspecific; 158 topo_node_unbind; 159 topo_open; 160 topo_pgroup_create; 161 topo_pgroup_destroy; 162 topo_pgroup_info; 163 topo_pgroup_hcset; 164 topo_prop_get_fmri; 165 topo_prop_get_int32; 166 topo_prop_get_int64; 167 topo_prop_get_string; 168 topo_prop_get_uint32; 169 topo_prop_get_uint64; 170 topo_prop_get_double; 171 topo_prop_get_int32_array; 172 topo_prop_get_uint32_array; 173 topo_prop_get_int64_array; 174 topo_prop_get_uint64_array; 175 topo_prop_get_string_array; 176 topo_prop_get_fmri_array; 177 topo_prop_getpgrp; 178 topo_prop_getprop; 179 topo_prop_getprops; 180 topo_prop_inherit; 181 topo_prop_method_register; 182 topo_prop_method_unregister; 183 topo_prop_set_fmri; 184 topo_prop_set_int32; 185 topo_prop_set_int64; 186 topo_prop_set_string; 187 topo_prop_set_uint32; 188 topo_prop_set_uint64; 189 topo_prop_set_double; 190 topo_prop_set_int32_array; 191 topo_prop_set_uint32_array; 192 topo_prop_set_int64_array; 193 topo_prop_set_uint64_array; 194 topo_prop_set_string_array; 195 topo_prop_set_fmri_array; 196 topo_prop_setprop; 197 topo_prop_setmutable; 198 topo_prop_setnonvolatile; 199 topo_name2stability; 200 topo_sensor_state_name; 201 topo_sensor_type_name; 202 topo_sensor_units_name; 203 topo_stability2name; 204 topo_snap_hold; 205 topo_snap_release; 206 topo_strerror; 207 topo_walk_fini; 208 topo_walk_init; 209 topo_walk_step; 210 topo_xml_print; 211 local: 212 *; 213}; 214