1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39$mapfile_version 2
40
41# Due to mistakes made early in the history of this library, there are
42# no SUNW_1.2 symbols, but the version is now kept as a placeholder.
43# Don't add any symbols to this version.
44
45SYMBOL_VERSION SUNW_1.2 {
46    global:
47	SUNW_1.2;
48} SUNW_1.1;
49
50SYMBOL_VERSION SUNW_1.1 {
51    global:
52	sysevent_bind_handle;
53	sysevent_free;
54	sysevent_get_attr_list;
55	sysevent_get_class_name;
56	sysevent_get_pid;
57	sysevent_get_pub_name;
58	sysevent_get_seq;
59	sysevent_get_size;
60	sysevent_get_subclass_name;
61	sysevent_get_time;
62	sysevent_get_vendor_name;
63	sysevent_post_event;
64	sysevent_subscribe_event;
65	sysevent_unbind_handle;
66	sysevent_unsubscribe_event;
67};
68
69SYMBOL_VERSION SUNWprivate_1.1 {
70    global:
71	se_print;
72	sysevent_alloc_event;
73	sysevent_attr_name;
74	sysevent_attr_next;
75	sysevent_attr_value;
76	sysevent_bind_publisher;
77	sysevent_bind_subscriber;
78	sysevent_bind_xhandle;
79	sysevent_bind_xsubscriber;
80	sysevent_cleanup_publishers;
81	sysevent_cleanup_subscribers;
82	sysevent_close_channel;
83	sysevent_dup;
84	sysevent_evc_bind;
85	sysevent_evc_control;
86	sysevent_evc_getpropnvl;
87	sysevent_evc_publish;
88	sysevent_evc_setpropnvl;
89	sysevent_evc_subscribe;
90	sysevent_evc_unbind;
91	sysevent_evc_unsubscribe;
92	sysevent_evc_xsubscribe;
93	sysevent_get_class;
94	sysevent_get_pub;
95	sysevent_get_subclass;
96	sysevent_lookup_attr;
97	sysevent_open_channel;
98	sysevent_open_channel_alt;
99	sysevent_register_event;
100	sysevent_send_event;
101	sysevent_unbind_publisher;
102	sysevent_unbind_subscriber;
103	sysevent_unregister_event;
104	sysevent_subattr_alloc;
105	sysevent_subattr_free;
106	sysevent_subattr_sigmask;
107	sysevent_subattr_thrattr;
108	sysevent_subattr_thrcreate;
109	sysevent_subattr_thrsetup;
110    local:
111	*;
112};
113