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 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_invoke; 39 topo_fmri_nvl2str; 40 topo_fmri_present; 41 topo_fmri_str2nvl; 42 topo_fmri_unusable; 43 topo_hdl_alloc; 44 topo_hdl_errmsg; 45 topo_hdl_errno; 46 topo_hdl_free; 47 topo_hdl_nvalloc; 48 topo_hdl_nvdup; 49 topo_hdl_strdup; 50 topo_hdl_strfree; 51 topo_hdl_zalloc; 52 topo_method_invoke; 53 topo_method_register; 54 topo_method_unregister; 55 topo_method_unregister_all; 56 topo_mod_alloc; 57 topo_mod_clrdebug; 58 topo_mod_dprintf; 59 topo_mod_enumerate; 60 topo_mod_errmsg; 61 topo_mod_errno; 62 topo_mod_free; 63 topo_mod_handle; 64 topo_mod_load; 65 topo_mod_nvalloc; 66 topo_mod_nvdup; 67 topo_mod_private; 68 topo_mod_register; 69 topo_mod_rootdir; 70 topo_mod_setdebug; 71 topo_mod_seterrno; 72 topo_mod_strdup; 73 topo_mod_strfree; 74 topo_mod_unload; 75 topo_mod_unregister; 76 topo_mod_zalloc; 77 topo_node_asru; 78 topo_node_asru_set; 79 topo_node_bind; 80 topo_node_fru; 81 topo_node_fru_set; 82 topo_node_instance; 83 topo_node_label; 84 topo_node_label_set; 85 topo_node_name; 86 topo_node_private; 87 topo_node_range_create; 88 topo_node_range_destroy; 89 topo_node_resource; 90 topo_node_unbind; 91 topo_open; 92 topo_pgroup_create; 93 topo_pgroup_destroy; 94 topo_prop_get_all; 95 topo_prop_get_fmri; 96 topo_prop_get_int32; 97 topo_prop_get_int64; 98 topo_prop_get_string; 99 topo_prop_get_uint32; 100 topo_prop_get_uint64; 101 topo_prop_inherit; 102 topo_prop_set_fmri; 103 topo_prop_set_int32; 104 topo_prop_set_int64; 105 topo_prop_set_string; 106 topo_prop_set_uint32; 107 topo_prop_set_uint64; 108 topo_prop_stability; 109 topo_snap_hold; 110 topo_snap_release; 111 topo_strerror; 112 topo_walk_fini; 113 topo_walk_init; 114 topo_walk_step; 115 local: 116 *; 117}; 118