topo_mod.map revision 074bb90d80fdbeb2d04a8450a55ecbc96de28785
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
e5dcf7beb7c949f9234713d5818b581ec3825443Robert Johnston# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Use is subject to license terms.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Common Development and Distribution License (the "License").
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# or http://www.opensolaris.org/os/licensing.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi{
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_range_create = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_range_destroy = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_bind = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_unbind = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_name = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_node_setspecific = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_node_getspecific = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_node_instance = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_alloc = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_zalloc = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_free = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_nvalloc = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_nvdup = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_strfree = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_strdup = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_clrdebug = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_setdebug = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_dprintf = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_errmsg = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_errno = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_load = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_unload = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_register = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_unregister = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_enumerate = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_enummap = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_mod_release = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_getspecific = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_setspecific = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_hcfmri = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_devfmri = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_cpufmri = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_pkgfmri = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_modfmri = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_nvl2str = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_str2nvl = FUNCTION extern;
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi topo_mod_auth = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
12cc75c814f0c017004a9bbc96429911e008601bcindi topo_mod_walk_init = FUNCTION extern;
12cc75c814f0c017004a9bbc96429911e008601bcindi
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier topo_mod_smbios = FUNCTION extern;
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_method_register = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_method_unregister = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_method_unregister_all = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi topo_method_invoke = FUNCTION extern;
e5dcf7beb7c949f9234713d5818b581ec3825443Robert Johnston topo_method_sensor_failure = FUNCTION extern;
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_method_register = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_method_unregister = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_int32 = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_uint32 = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_int64 = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_uint64 = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_string = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_fmri = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_int32_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_uint32_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_int64_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_uint64_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_string_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_set_fmri_array = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_prop_inherit = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi topo_pgroup_create = FUNCTION extern;
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi};