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_get_filesize; 39 kobj_getelfsym; 40 kobj_getmodinfo; 41 kobj_getpagesize; 42 kobj_getsymname; 43 kobj_getsymvalue; 44 kobj_load_module; 45 kobj_load_primary_module; 46 kobj_lookup; 47 kobj_lookup_all; 48 kobj_module_path; 49 kobj_notify_add; 50 kobj_notify_remove; 51 kobj_open; 52 kobj_open_file; 53 kobj_path_exists; 54 kobj_open_path; 55 kobj_read; 56 kobj_read_file; 57 kobj_searchsym; 58 kobj_set_ctf; 59 kobj_stat_get; 60 kobj_sync; 61 kobj_sync_instruction_memory; 62 kobj_textwin_alloc; 63 kobj_textwin_free; 64 kobj_unload_module; 65 kobj_zalloc; 66 kobj_kdi; 67 kobj_linkmaps; 68 __tnf_tag_list_head; 69 __tnf_probe_list_head; 70 tnf_changed_probe_list; 71 boot_cpu_compatible_list; 72 local: 73 *; 74}; 75