1*2522Sraf# 2*2522Sraf# CDDL HEADER START 3*2522Sraf# 4*2522Sraf# The contents of this file are subject to the terms of the 5*2522Sraf# Common Development and Distribution License (the "License"). 6*2522Sraf# You may not use this file except in compliance with the License. 7*2522Sraf# 8*2522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*2522Sraf# or http://www.opensolaris.org/os/licensing. 10*2522Sraf# See the License for the specific language governing permissions 11*2522Sraf# and limitations under the License. 12*2522Sraf# 13*2522Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*2522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*2522Sraf# If applicable, add the following below this CDDL HEADER, with the 16*2522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*2522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*2522Sraf# 19*2522Sraf# CDDL HEADER END 20*2522Sraf# 21*2522Sraf# 22*2522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*2522Sraf# Use is subject to license terms. 24*2522Sraf# 25*2522Sraf# ident "%Z%%M% %I% %E% SMI" 26*2522Sraf# 27*2522Sraf 28*2522SrafSUNWprivate_1.1 { 29*2522Sraf global: 30*2522Sraf _smb_debug; 31*2522Sraf smbios_bboard_flag_desc; 32*2522Sraf smbios_bboard_flag_name; 33*2522Sraf smbios_bboard_type_desc; 34*2522Sraf smbios_bios_flag_desc; 35*2522Sraf smbios_bios_flag_name; 36*2522Sraf smbios_bios_xb1_desc; 37*2522Sraf smbios_bios_xb1_name; 38*2522Sraf smbios_bios_xb2_desc; 39*2522Sraf smbios_bios_xb2_name; 40*2522Sraf smbios_boot_desc; 41*2522Sraf smbios_buf; 42*2522Sraf smbios_buflen; 43*2522Sraf smbios_bufopen; 44*2522Sraf smbios_cache_assoc_desc; 45*2522Sraf smbios_cache_ctype_desc; 46*2522Sraf smbios_cache_ctype_name; 47*2522Sraf smbios_cache_ecc_desc; 48*2522Sraf smbios_cache_flag_desc; 49*2522Sraf smbios_cache_flag_name; 50*2522Sraf smbios_cache_loc_desc; 51*2522Sraf smbios_cache_logical_desc; 52*2522Sraf smbios_cache_mode_desc; 53*2522Sraf smbios_chassis_state_desc; 54*2522Sraf smbios_chassis_type_desc; 55*2522Sraf smbios_checksum; 56*2522Sraf smbios_close; 57*2522Sraf smbios_errmsg; 58*2522Sraf smbios_errno; 59*2522Sraf smbios_evlog_flag_desc; 60*2522Sraf smbios_evlog_flag_name; 61*2522Sraf smbios_evlog_format_desc; 62*2522Sraf smbios_evlog_method_desc; 63*2522Sraf smbios_fdopen; 64*2522Sraf smbios_hwsec_desc; 65*2522Sraf smbios_info_bboard; 66*2522Sraf smbios_info_bios; 67*2522Sraf smbios_info_boot; 68*2522Sraf smbios_info_cache; 69*2522Sraf smbios_info_chassis; 70*2522Sraf smbios_info_common; 71*2522Sraf smbios_info_eventlog; 72*2522Sraf smbios_info_hwsec; 73*2522Sraf smbios_info_ipmi; 74*2522Sraf smbios_info_lang; 75*2522Sraf smbios_info_memarray; 76*2522Sraf smbios_info_memarrmap; 77*2522Sraf smbios_info_memdevice; 78*2522Sraf smbios_info_memdevmap; 79*2522Sraf smbios_info_obdevs; 80*2522Sraf smbios_info_port; 81*2522Sraf smbios_info_processor; 82*2522Sraf smbios_info_slot; 83*2522Sraf smbios_info_smbios; 84*2522Sraf smbios_info_strtab; 85*2522Sraf smbios_info_system; 86*2522Sraf smbios_ipmi_flag_desc; 87*2522Sraf smbios_ipmi_flag_name; 88*2522Sraf smbios_ipmi_type_desc; 89*2522Sraf smbios_iter; 90*2522Sraf smbios_lookup_id; 91*2522Sraf smbios_memarray_ecc_desc; 92*2522Sraf smbios_memarray_loc_desc; 93*2522Sraf smbios_memarray_use_desc; 94*2522Sraf smbios_memdevice_flag_desc; 95*2522Sraf smbios_memdevice_flag_name; 96*2522Sraf smbios_memdevice_form_desc; 97*2522Sraf smbios_memdevice_type_desc; 98*2522Sraf smbios_open; 99*2522Sraf smbios_port_conn_desc; 100*2522Sraf smbios_port_type_desc; 101*2522Sraf smbios_processor_family_desc; 102*2522Sraf smbios_processor_status_desc; 103*2522Sraf smbios_processor_type_desc; 104*2522Sraf smbios_processor_upgrade_desc; 105*2522Sraf smbios_slot_ch1_desc; 106*2522Sraf smbios_slot_ch1_name; 107*2522Sraf smbios_slot_ch2_desc; 108*2522Sraf smbios_slot_ch2_name; 109*2522Sraf smbios_slot_length_desc; 110*2522Sraf smbios_slot_type_desc; 111*2522Sraf smbios_slot_usage_desc; 112*2522Sraf smbios_slot_width_desc; 113*2522Sraf smbios_system_wakeup_desc; 114*2522Sraf smbios_type_desc; 115*2522Sraf smbios_type_name; 116*2522Sraf smbios_write; 117*2522Sraf local: 118*2522Sraf *; 119*2522Sraf}; 120