1# 2# Copyright 2007 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#pragma ident "%Z%%M% %I% %E% SMI" 25# 26 27{ 28 global: 29 kobj_addrcheck; 30 kobj_alloc; 31 kobj_boot_mod_lookup; 32 kobj_close; 33 kobj_close_file; 34 kobj_export_module; 35 kobj_filbuf; 36 kobj_free; 37 kobj_fstat; 38 kobj_getelfsym; 39 kobj_getmodinfo; 40 kobj_getpagesize; 41 kobj_getsymname; 42 kobj_getsymvalue; 43 kobj_load_module; 44 kobj_load_primary_module; 45 kobj_lookup; 46 kobj_lookup_all; 47 kobj_module_path; 48 kobj_notify_add; 49 kobj_notify_remove; 50 kobj_open; 51 kobj_open_file; 52 kobj_path_exists; 53 kobj_open_path; 54 kobj_read; 55 kobj_read_file; 56 kobj_searchsym; 57 kobj_set_ctf; 58 kobj_stat_get; 59 kobj_sync; 60 kobj_sync_instruction_memory; 61 kobj_textwin_alloc; 62 kobj_textwin_free; 63 kobj_unload_module; 64 kobj_zalloc; 65 kobj_kdi; 66 kobj_linkmaps; 67 __tnf_tag_list_head; 68 __tnf_probe_list_head; 69 tnf_changed_probe_list; 70 boot_cpu_compatible_list; 71 local: 72 *; 73}; 74