Home | History | Annotate | Download | only in common
      1 #
      2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
      3 # Use is subject to license terms.
      4 #
      5 # CDDL HEADER START
      6 #
      7 # The contents of this file are subject to the terms of the
      8 # Common Development and Distribution License (the "License").
      9 # You may not use this file except in compliance with the License.
     10 #
     11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     12 # or http://www.opensolaris.org/os/licensing.
     13 # See the License for the specific language governing permissions
     14 # and limitations under the License.
     15 #
     16 # When distributing Covered Code, include this CDDL HEADER in each
     17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     18 # If applicable, add the following below this CDDL HEADER, with the
     19 # fields enclosed by brackets "[]" replaced with your own identifying
     20 # information: Portions Copyright [yyyy] [name of copyright owner]
     21 #
     22 # CDDL HEADER END
     23 #
     24 
     25 {
     26 	topo_node_range_create = FUNCTION extern;
     27 	topo_node_range_destroy = FUNCTION extern;
     28 	topo_node_bind = FUNCTION extern;
     29 	topo_node_unbind = FUNCTION extern;
     30 	topo_node_name = FUNCTION extern;
     31 	topo_node_setspecific = FUNCTION extern;
     32 	topo_node_getspecific = FUNCTION extern;
     33 	topo_node_instance = FUNCTION extern;
     34 
     35 	topo_mod_alloc = FUNCTION extern;
     36 	topo_mod_zalloc = FUNCTION extern;
     37 	topo_mod_free = FUNCTION extern;
     38 	topo_mod_nvalloc = FUNCTION extern;
     39 	topo_mod_nvdup = FUNCTION extern;
     40 	topo_mod_strfree = FUNCTION extern;
     41 	topo_mod_strdup = FUNCTION extern;
     42 
     43 	topo_mod_clrdebug = FUNCTION extern;
     44 	topo_mod_setdebug = FUNCTION extern;
     45 	topo_mod_dprintf = FUNCTION extern;
     46 	topo_mod_errmsg = FUNCTION extern;
     47 	topo_mod_errno = FUNCTION extern;
     48 
     49 	topo_mod_load = FUNCTION extern;
     50 	topo_mod_unload = FUNCTION extern;
     51 	topo_mod_register = FUNCTION extern;
     52 	topo_mod_unregister = FUNCTION extern;
     53 	topo_mod_enumerate = FUNCTION extern;
     54 	topo_mod_enummap = FUNCTION extern;
     55 	topo_mod_release = FUNCTION extern;
     56 	topo_mod_getspecific = FUNCTION extern;
     57 	topo_mod_setspecific = FUNCTION extern;
     58 	topo_mod_hcfmri = FUNCTION extern;
     59 	topo_mod_devfmri = FUNCTION extern;
     60 	topo_mod_cpufmri = FUNCTION extern;
     61 	topo_mod_pkgfmri = FUNCTION extern;
     62 	topo_mod_modfmri = FUNCTION extern;
     63 	topo_mod_nvl2str = FUNCTION extern;
     64 	topo_mod_str2nvl = FUNCTION extern;
     65 	topo_mod_auth = FUNCTION extern;
     66 
     67 	topo_mod_walk_init = FUNCTION extern;
     68 
     69 	topo_mod_smbios = FUNCTION extern;
     70 
     71 	topo_method_register = FUNCTION extern;
     72 	topo_method_unregister = FUNCTION extern;
     73 	topo_method_unregister_all = FUNCTION extern;
     74 	topo_method_invoke = FUNCTION extern;
     75 	topo_method_sensor_failure = FUNCTION extern;
     76 
     77 	topo_prop_method_register = FUNCTION extern;
     78 	topo_prop_method_unregister = FUNCTION extern;
     79 	topo_prop_set_int32 = FUNCTION extern;
     80 	topo_prop_set_uint32 = FUNCTION extern;
     81 	topo_prop_set_int64 = FUNCTION extern;
     82 	topo_prop_set_uint64 = FUNCTION extern;
     83 	topo_prop_set_string = FUNCTION extern;
     84 	topo_prop_set_fmri = FUNCTION extern;
     85 	topo_prop_set_int32_array = FUNCTION extern;
     86 	topo_prop_set_uint32_array = FUNCTION extern;
     87 	topo_prop_set_int64_array = FUNCTION extern;
     88 	topo_prop_set_uint64_array = FUNCTION extern;
     89 	topo_prop_set_string_array = FUNCTION extern;
     90 	topo_prop_set_fmri_array = FUNCTION extern;
     91 	topo_prop_inherit = FUNCTION extern;
     92 	topo_pgroup_create = FUNCTION extern;
     93 
     94 };
     95