mapfile-vers revision 12692:4341b447c069
1218792Snp#
2218792Snp# CDDL HEADER START
3218792Snp#
4218792Snp# The contents of this file are subject to the terms of the
5218792Snp# Common Development and Distribution License (the "License").
6218792Snp# You may not use this file except in compliance with the License.
7218792Snp#
8218792Snp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9218792Snp# or http://www.opensolaris.org/os/licensing.
10218792Snp# See the License for the specific language governing permissions
11218792Snp# and limitations under the License.
12218792Snp#
13218792Snp# When distributing Covered Code, include this CDDL HEADER in each
14218792Snp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15218792Snp# If applicable, add the following below this CDDL HEADER, with the
16218792Snp# fields enclosed by brackets "[]" replaced with your own identifying
17218792Snp# information: Portions Copyright [yyyy] [name of copyright owner]
18218792Snp#
19218792Snp# CDDL HEADER END
20218792Snp#
21218792Snp#
22218792Snp# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
23218792Snp#
24218792Snp
25218792Snp#
26218792Snp# MAPFILE HEADER START
27218792Snp#
28218792Snp# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29218792Snp# Object versioning must comply with the rules detailed in
30218792Snp#
31218792Snp#	usr/src/lib/README.mapfiles
32237925Snp#
33218792Snp# You should not be making modifications here until you've read the most current
34218792Snp# copy of that file. If you need help, contact a gatekeeper for guidance.
35218792Snp#
36218792Snp# MAPFILE HEADER END
37218792Snp#
38218792Snp
39218792Snp$mapfile_version 2
40219286Snp
41219286SnpSYMBOL_VERSION SUNWprivate_1.1 {
42219286Snp    global:
43218792Snp	ipmi_chassis_identify;
44218792Snp	ipmi_close;
45218792Snp	ipmi_entity_iter;
46218792Snp	ipmi_entity_iter_children;
47218792Snp	ipmi_entity_iter_sdr;
48219436Snp	ipmi_entity_lookup;
49218792Snp	ipmi_entity_lookup_sdr;
50218792Snp	ipmi_entity_name;
51218792Snp	ipmi_entity_parent;
52218792Snp	ipmi_entity_present;
53218792Snp	ipmi_entity_present_sdr;
54218792Snp	ipmi_errmsg;
55218792Snp	ipmi_errno;
56218792Snp	ipmi_event_platform_message;
57222003Snp	ipmi_firmware_version;
58218792Snp	ipmi_fru_parse_board;
59218792Snp	ipmi_fru_parse_product;
60221474Snp	ipmi_fru_read;
61218792Snp	ipmi_get_channel_info;
62218792Snp	ipmi_get_deviceid;
63218792Snp	ipmi_get_sensor_reading;
64222509Snp	ipmi_is_sun_ilom;
65218792Snp	ipmi_lan_get_config;
66218792Snp	ipmi_lan_set_config;
67218792Snp	ipmi_open;
68218792Snp	ipmi_sdr_changed;
69218792Snp	ipmi_sdr_conv_reading;
70218792Snp	ipmi_sdr_get;
71218792Snp	ipmi_sdr_iter;
72218792Snp	ipmi_sdr_lookup;
73218792Snp	ipmi_sdr_lookup_compact_sensor;
74218792Snp	ipmi_sdr_lookup_full_sensor;
75229093Shselasky	ipmi_sdr_lookup_fru;
76218792Snp	ipmi_sdr_lookup_generic;
77218792Snp	ipmi_sdr_refresh;
78218792Snp	ipmi_sel_get_entry;
79218792Snp	ipmi_sel_get_info;
80218792Snp	ipmi_sel_get_time;
81218792Snp	ipmi_sel_get_utc_offset;
82218792Snp	ipmi_sel_set_time;
83218792Snp	ipmi_sel_set_utc_offset;
84218792Snp	ipmi_sensor_reading_name;
85218792Snp	ipmi_sensor_type_name;
86218792Snp	ipmi_sensor_units_name;
87218792Snp	ipmi_send;
88218792Snp	ipmi_set_sensor_reading;
89218792Snp	ipmi_sunoem_led_get;
90218792Snp	ipmi_sunoem_led_set;
91218792Snp	ipmi_sunoem_update_fru;
92218792Snp	ipmi_sunoem_uptime;
93218792Snp	ipmi_user_iter;
94218792Snp	ipmi_user_lookup_id;
95218792Snp	ipmi_user_lookup_name;
96218792Snp	ipmi_user_set_password;
97218792Snp    local:
98218792Snp	*;
99218792Snp};
100218792Snp