xref: /titanic_50/usr/src/lib/fm/libfmevent/common/mapfile-vers (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
149b225e1SGavin Maltby#
249b225e1SGavin Maltby# CDDL HEADER START
349b225e1SGavin Maltby#
449b225e1SGavin Maltby# The contents of this file are subject to the terms of the
549b225e1SGavin Maltby# Common Development and Distribution License (the "License").
649b225e1SGavin Maltby# You may not use this file except in compliance with the License.
749b225e1SGavin Maltby#
849b225e1SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
949b225e1SGavin Maltby# or http://www.opensolaris.org/os/licensing.
1049b225e1SGavin Maltby# See the License for the specific language governing permissions
1149b225e1SGavin Maltby# and limitations under the License.
1249b225e1SGavin Maltby#
1349b225e1SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
1449b225e1SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1549b225e1SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
1649b225e1SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
1749b225e1SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
1849b225e1SGavin Maltby#
1949b225e1SGavin Maltby# CDDL HEADER END
2049b225e1SGavin Maltby#
2149b225e1SGavin Maltby#
22cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2349b225e1SGavin Maltby#
2449b225e1SGavin Maltby
2549b225e1SGavin Maltby#
2649b225e1SGavin Maltby# MAPFILE HEADER START
2749b225e1SGavin Maltby#
2849b225e1SGavin Maltby# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2949b225e1SGavin Maltby# Object versioning must comply with the rules detailed in
3049b225e1SGavin Maltby#
3149b225e1SGavin Maltby#	usr/src/lib/README.mapfiles
3249b225e1SGavin Maltby#
3349b225e1SGavin Maltby# You should not be making modifications here until you've read the most current
3449b225e1SGavin Maltby# copy of that file. If you need help, contact a gatekeeper for guidance.
3549b225e1SGavin Maltby#
3649b225e1SGavin Maltby# MAPFILE HEADER END
3749b225e1SGavin Maltby#
3849b225e1SGavin Maltby
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41*f6e214c7SGavin MaltbySYMBOL_VERSION SUNW_1.2 {
42*f6e214c7SGavin Maltby    global:
43*f6e214c7SGavin Maltby	fmev_ev2shdl;
44*f6e214c7SGavin Maltby	fmev_shdl_getauthority;
45*f6e214c7SGavin Maltby	fmev_shdl_nvl2str;
46*f6e214c7SGavin Maltby	fmev_shdl_strdup;
47*f6e214c7SGavin Maltby	fmev_shdl_strfree;
48*f6e214c7SGavin Maltby} SUNW_1.1;
49*f6e214c7SGavin Maltby
50cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
5149b225e1SGavin Maltby    global:
5249b225e1SGavin Maltby	fmev_attr_list;
5349b225e1SGavin Maltby	fmev_class;
5449b225e1SGavin Maltby	fmev_dup;
5549b225e1SGavin Maltby	fmev_hold;
5649b225e1SGavin Maltby	fmev_localtime;
5749b225e1SGavin Maltby	fmev_rele;
5849b225e1SGavin Maltby	fmev_shdl_alloc;
5949b225e1SGavin Maltby	fmev_shdl_init;
6049b225e1SGavin Maltby	fmev_shdl_fini;
6149b225e1SGavin Maltby	fmev_shdl_free;
6249b225e1SGavin Maltby	fmev_shdl_subscribe;
6349b225e1SGavin Maltby	fmev_shdl_unsubscribe;
6449b225e1SGavin Maltby	fmev_shdl_zalloc;
6549b225e1SGavin Maltby	fmev_shdlctl_serialize;
6649b225e1SGavin Maltby	fmev_shdlctl_sigmask;
6749b225e1SGavin Maltby	fmev_shdlctl_thrattr;
6849b225e1SGavin Maltby	fmev_shdlctl_thrcreate;
6949b225e1SGavin Maltby	fmev_shdlctl_thrsetup;
7049b225e1SGavin Maltby	fmev_strerror;
7149b225e1SGavin Maltby	fmev_timespec;
7249b225e1SGavin Maltby	fmev_time_nsec;
7349b225e1SGavin Maltby	fmev_time_sec;
7449b225e1SGavin Maltby    local:
7549b225e1SGavin Maltby	*;
7649b225e1SGavin Maltby};
7749b225e1SGavin Maltby
78cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
7949b225e1SGavin Maltby    global:
80*f6e214c7SGavin Maltby	fmev_pri_string;
81*f6e214c7SGavin Maltby	fmev_publish		{ FLAGS = NODYNSORT };
82*f6e214c7SGavin Maltby	fmev_rspublish		{ FLAGS = NODYNSORT };
83*f6e214c7SGavin Maltby	_i_fmev_publish;
84*f6e214c7SGavin Maltby	_i_fmev_publish_nvl;
8549b225e1SGavin Maltby	__fmev_errno;
8649b225e1SGavin Maltby    local:
8749b225e1SGavin Maltby	*;
8849b225e1SGavin Maltby};
89