17c478bd9Sstevel@tonic-gate# 2*ea8dc4b6Seschrock# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 37c478bd9Sstevel@tonic-gate# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 57c478bd9Sstevel@tonic-gate# CDDL HEADER START 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 8*ea8dc4b6Seschrock# Common Development and Distribution License (the "License"). 9*ea8dc4b6Seschrock# You may not use this file except in compliance with the License. 107c478bd9Sstevel@tonic-gate# 117c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 127c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 137c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 147c478bd9Sstevel@tonic-gate# and limitations under the License. 157c478bd9Sstevel@tonic-gate# 167c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 177c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 187c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 197c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 207c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 217c478bd9Sstevel@tonic-gate# 227c478bd9Sstevel@tonic-gate# CDDL HEADER END 237c478bd9Sstevel@tonic-gate# 247c478bd9Sstevel@tonic-gate#pragma ident "%Z%%M% %I% %E% SMI" 257c478bd9Sstevel@tonic-gate# 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gate{ 287c478bd9Sstevel@tonic-gate global: 297c478bd9Sstevel@tonic-gate kobj_addrcheck; 307c478bd9Sstevel@tonic-gate kobj_alloc; 317c478bd9Sstevel@tonic-gate kobj_boot_mod_lookup; 327c478bd9Sstevel@tonic-gate kobj_close; 337c478bd9Sstevel@tonic-gate kobj_close_file; 347c478bd9Sstevel@tonic-gate kobj_export_module; 357c478bd9Sstevel@tonic-gate kobj_filbuf; 367c478bd9Sstevel@tonic-gate kobj_free; 37*ea8dc4b6Seschrock kobj_fstat; 387c478bd9Sstevel@tonic-gate kobj_getelfsym; 397c478bd9Sstevel@tonic-gate kobj_getmodinfo; 407c478bd9Sstevel@tonic-gate kobj_getpagesize; 417c478bd9Sstevel@tonic-gate kobj_getsymname; 427c478bd9Sstevel@tonic-gate kobj_getsymvalue; 437c478bd9Sstevel@tonic-gate kobj_load_module; 447c478bd9Sstevel@tonic-gate kobj_load_primary_module; 457c478bd9Sstevel@tonic-gate kobj_lookup; 467c478bd9Sstevel@tonic-gate kobj_lookup_all; 477c478bd9Sstevel@tonic-gate kobj_notify_add; 487c478bd9Sstevel@tonic-gate kobj_notify_remove; 497c478bd9Sstevel@tonic-gate kobj_open; 507c478bd9Sstevel@tonic-gate kobj_open_file; 515c311300Scth kobj_path_exists; 527c478bd9Sstevel@tonic-gate kobj_open_path; 537c478bd9Sstevel@tonic-gate kobj_read; 547c478bd9Sstevel@tonic-gate kobj_read_file; 557c478bd9Sstevel@tonic-gate kobj_searchsym; 567c478bd9Sstevel@tonic-gate kobj_set_ctf; 577c478bd9Sstevel@tonic-gate kobj_stat_get; 587c478bd9Sstevel@tonic-gate kobj_sync; 597c478bd9Sstevel@tonic-gate kobj_sync_instruction_memory; 607c478bd9Sstevel@tonic-gate kobj_textwin_alloc; 617c478bd9Sstevel@tonic-gate kobj_textwin_free; 627c478bd9Sstevel@tonic-gate kobj_unload_module; 637c478bd9Sstevel@tonic-gate kobj_zalloc; 647c478bd9Sstevel@tonic-gate kobj_kdi; 657c478bd9Sstevel@tonic-gate kobj_linkmaps; 667c478bd9Sstevel@tonic-gate __tnf_tag_list_head; 677c478bd9Sstevel@tonic-gate __tnf_probe_list_head; 687c478bd9Sstevel@tonic-gate tnf_changed_probe_list; 697c478bd9Sstevel@tonic-gate boot_cpu_compatible_list; 707c478bd9Sstevel@tonic-gate local: 717c478bd9Sstevel@tonic-gate *; 727c478bd9Sstevel@tonic-gate}; 73