xref: /illumos-gate/usr/src/lib/libcontract/common/mapfile-vers (revision 7b209c2cc5ea45251aba06dcc6181d3f23da807a)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22*7b209c2cSacruz# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25f808c858Sraf# ident	"%Z%%M%	%I%	%E% SMI"
26f808c858Sraf#
27f808c858Sraf
28f808c858SrafSUNW_1.1 {
29f808c858Sraf    global:
30f808c858Sraf	ct_ctl_abandon;
31f808c858Sraf	ct_ctl_ack;
3225e8c5aaSvikram	ct_ctl_nack;
33f808c858Sraf	ct_ctl_adopt;
34f808c858Sraf	ct_ctl_newct;
35f808c858Sraf	ct_ctl_qack;
36f808c858Sraf	ct_event_free;
37f808c858Sraf	ct_event_get_ctid;
38f808c858Sraf	ct_event_get_evid;
39f808c858Sraf	ct_event_get_flags;
40f808c858Sraf	ct_event_get_nevid;
41f808c858Sraf	ct_event_get_newct;
42f808c858Sraf	ct_event_get_type;
43f808c858Sraf	ct_event_read;
44f808c858Sraf	ct_event_read_critical;
45f808c858Sraf	ct_event_reliable;
46f808c858Sraf	ct_event_reset;
47f808c858Sraf	ct_pr_event_get_exitstatus;
48f808c858Sraf	ct_pr_event_get_gcorefile;
49f808c858Sraf	ct_pr_event_get_pcorefile;
50f808c858Sraf	ct_pr_event_get_pid;
51f808c858Sraf	ct_pr_event_get_ppid;
52f808c858Sraf	ct_pr_event_get_sender;
53f808c858Sraf	ct_pr_event_get_senderct;
54f808c858Sraf	ct_pr_event_get_signal;
55f808c858Sraf	ct_pr_event_get_zcorefile;
56f808c858Sraf	ct_pr_status_get_contracts;
57f808c858Sraf	ct_pr_status_get_fatal;
58f808c858Sraf	ct_pr_status_get_members;
59f808c858Sraf	ct_pr_status_get_param;
60*7b209c2cSacruz	ct_pr_status_get_svc_fmri;
61*7b209c2cSacruz	ct_pr_status_get_svc_aux;
62*7b209c2cSacruz	ct_pr_status_get_svc_ctid;
63*7b209c2cSacruz	ct_pr_status_get_svc_creator;
64f808c858Sraf	ct_pr_tmpl_get_fatal;
65f808c858Sraf	ct_pr_tmpl_get_param;
66f808c858Sraf	ct_pr_tmpl_get_transfer;
67*7b209c2cSacruz	ct_pr_tmpl_get_svc_fmri;
68*7b209c2cSacruz	ct_pr_tmpl_get_svc_aux;
69f808c858Sraf	ct_pr_tmpl_set_fatal;
70f808c858Sraf	ct_pr_tmpl_set_param;
71f808c858Sraf	ct_pr_tmpl_set_transfer;
72*7b209c2cSacruz	ct_pr_tmpl_set_svc_fmri;
73*7b209c2cSacruz	ct_pr_tmpl_set_svc_aux;
74f808c858Sraf	ct_status_free;
75f808c858Sraf	ct_status_get_cookie;
76f808c858Sraf	ct_status_get_critical;
77f808c858Sraf	ct_status_get_holder;
78f808c858Sraf	ct_status_get_id;
79f808c858Sraf	ct_status_get_informative;
80f808c858Sraf	ct_status_get_nevents;
81f808c858Sraf	ct_status_get_nevid;
82f808c858Sraf	ct_status_get_ntime;
83f808c858Sraf	ct_status_get_qtime;
84f808c858Sraf	ct_status_get_state;
85f808c858Sraf	ct_status_get_type;
86f808c858Sraf	ct_status_get_zoneid;
87f808c858Sraf	ct_status_read;
88f808c858Sraf	ct_tmpl_activate;
89f808c858Sraf	ct_tmpl_clear;
90f808c858Sraf	ct_tmpl_create;
91f808c858Sraf	ct_tmpl_get_cookie;
92f808c858Sraf	ct_tmpl_get_critical;
93f808c858Sraf	ct_tmpl_get_informative;
94f808c858Sraf	ct_tmpl_set_cookie;
95f808c858Sraf	ct_tmpl_set_critical;
96f808c858Sraf	ct_tmpl_set_informative;
9725e8c5aaSvikram	ct_dev_tmpl_set_minor;
9825e8c5aaSvikram	ct_dev_tmpl_set_aset;
9925e8c5aaSvikram	ct_dev_tmpl_set_noneg;
10025e8c5aaSvikram	ct_dev_tmpl_clear_noneg;
10125e8c5aaSvikram	ct_dev_tmpl_get_minor;
10225e8c5aaSvikram	ct_dev_tmpl_get_aset;
10325e8c5aaSvikram	ct_dev_tmpl_get_noneg;
10425e8c5aaSvikram	ct_dev_status_get_aset;
10525e8c5aaSvikram	ct_dev_status_get_noneg;
10625e8c5aaSvikram	ct_dev_status_get_dev_state;
10725e8c5aaSvikram	ct_dev_status_get_minor;
108f808c858Sraf};
109f808c858Sraf
110f808c858SrafSUNWprivate_1.1 {
111f808c858Sraf    global:
112f808c858Sraf	contract_abandon_id;
113f808c858Sraf	contract_event_dump;
114f808c858Sraf	contract_latest;
115f808c858Sraf	contract_open;
116f808c858Sraf	getctid;
117f808c858Sraf    local:
118f808c858Sraf	*;
119f808c858Sraf};
120