7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
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
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$mapfile_version 2
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiSYMBOL_SCOPE {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_range_create { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_range_destroy { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_bind { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_unbind { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_name { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_setspecific { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_getspecific { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_node_instance { TYPE = FUNCTION; FLAGS = extern };
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_alloc { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_zalloc { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_free { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_nvalloc { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_nvdup { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_strfree { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_strdup { TYPE = FUNCTION; FLAGS = extern };
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_clrdebug { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_setdebug { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_dprintf { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_errmsg { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_errno { TYPE = FUNCTION; FLAGS = extern };
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_load { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_unload { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_register { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_unregister { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_enumerate { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_enummap { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_release { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_getspecific { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_setspecific { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_hcfmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_devfmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_cpufmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_pkgfmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_modfmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_nvl2str { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_str2nvl { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_auth { TYPE = FUNCTION; FLAGS = extern };
12cc75c814f0c017004a9bbc96429911e008601bcindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_walk_init { TYPE = FUNCTION; FLAGS = extern };
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_mod_smbios { TYPE = FUNCTION; FLAGS = extern };
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_method_register { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_method_unregister { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_method_unregister_all { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_method_invoke { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_method_sensor_failure { TYPE = FUNCTION; FLAGS = extern };
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_method_register { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_method_unregister { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_int32 { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_uint32 { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_int64 { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_uint64 { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_string { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_fmri { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_int32_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_uint32_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_int64_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_uint64_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_string_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_set_fmri_array { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_prop_inherit { TYPE = FUNCTION; FLAGS = extern };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami topo_pgroup_create { TYPE = FUNCTION; FLAGS = extern };
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi};