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