mapfile-vers revision 0eb822a1c0c2bea495647510b75f77f0e57633eb
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The contents of this file are subject to the terms of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Common Development and Distribution License (the "License").
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You may not use this file except in compliance with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# or http://www.opensolaris.org/os/licensing.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# See the License for the specific language governing permissions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If applicable, add the following below this CDDL HEADER, with the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Use is subject to license terms.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# ident "%Z%%M% %I% %E% SMI"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSUNWprivate {
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync global:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_close;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_debug_set;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_asru;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_compare;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_contains;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_create;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_expand;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_fru;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_invoke;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_nvl2str;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_present;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_str2nvl;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_fmri_unusable;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_alloc;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_errmsg;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_errno;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_free;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_nvalloc;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_nvdup;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_strdup;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_strfree;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_hdl_zalloc;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_method_invoke;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_method_register;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_method_unregister;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_method_unregister_all;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_alloc;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_auth;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_clrdebug;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_cpufmri;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_devfmri;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_devinfo;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_dprintf;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_enumerate;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync topo_mod_enummap;
topo_mod_errmsg;
topo_mod_errno;
topo_mod_free;
topo_mod_getspecific;
topo_mod_hcfmri;
topo_mod_load;
topo_mod_memfmri;
topo_mod_modfmri;
topo_mod_nvalloc;
topo_mod_nvdup;
topo_mod_nvl2str;
topo_mod_pkgfmri;
topo_mod_prominfo;
topo_mod_register;
topo_mod_setdebug;
topo_mod_seterrno;
topo_mod_setspecific;
topo_mod_str2nvl;
topo_mod_strdup;
topo_mod_strfree;
topo_mod_unload;
topo_mod_unregister;
topo_mod_zalloc;
topo_node_asru;
topo_node_asru_set;
topo_node_bind;
topo_node_fru;
topo_node_fru_set;
topo_node_getspecific;
topo_node_instance;
topo_node_label;
topo_node_label_set;
topo_node_name;
topo_node_range_create;
topo_node_range_destroy;
topo_node_resource;
topo_node_setspecific;
topo_node_unbind;
topo_open;
topo_pgroup_create;
topo_pgroup_destroy;
topo_prop_get_fmri;
topo_prop_get_int32;
topo_prop_get_int64;
topo_prop_get_string;
topo_prop_get_uint32;
topo_prop_get_uint64;
topo_prop_get_int32_array;
topo_prop_get_uint32_array;
topo_prop_get_int64_array;
topo_prop_get_uint64_array;
topo_prop_get_string_array;
topo_prop_get_fmri_array;
topo_prop_getprops;
topo_prop_inherit;
topo_prop_set_fmri;
topo_prop_set_int32;
topo_prop_set_int64;
topo_prop_set_string;
topo_prop_set_uint32;
topo_prop_set_uint64;
topo_prop_set_int32_array;
topo_prop_set_uint32_array;
topo_prop_set_int64_array;
topo_prop_set_uint64_array;
topo_prop_set_string_array;
topo_prop_set_fmri_array;
topo_name2stability;
topo_stability2name;
topo_snap_hold;
topo_snap_release;
topo_strerror;
topo_walk_fini;
topo_walk_init;
topo_walk_step;
topo_xml_print;
local:
*;
};