xref: /illumos-gate/usr/src/lib/libcontract/common/mapfile-vers (revision 56f33205c9ed776c3c909e07d52e94610a675740)
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNW_1.2 {
41    global:
42	ct_ctl_nack;
43	ct_dev_status_get_aset;
44	ct_dev_status_get_dev_state;
45	ct_dev_status_get_minor;
46	ct_dev_status_get_noneg;
47	ct_dev_tmpl_clear_noneg;
48	ct_dev_tmpl_get_aset;
49	ct_dev_tmpl_get_minor;
50	ct_dev_tmpl_get_noneg;
51	ct_dev_tmpl_set_aset;
52	ct_dev_tmpl_set_minor;
53	ct_dev_tmpl_set_noneg;
54	ct_pr_status_get_svc_aux;
55	ct_pr_status_get_svc_creator;
56	ct_pr_status_get_svc_ctid;
57	ct_pr_status_get_svc_fmri;
58	ct_pr_tmpl_get_svc_aux;
59	ct_pr_tmpl_get_svc_fmri;
60	ct_pr_tmpl_set_svc_aux;
61	ct_pr_tmpl_set_svc_fmri;
62} SUNW_1.1;
63
64SUNW_1.1 {
65    global:
66	ct_ctl_abandon;
67	ct_ctl_ack;
68	ct_ctl_adopt;
69	ct_ctl_newct;
70	ct_ctl_qack;
71	ct_event_free;
72	ct_event_get_ctid;
73	ct_event_get_evid;
74	ct_event_get_flags;
75	ct_event_get_nevid;
76	ct_event_get_newct;
77	ct_event_get_type;
78	ct_event_read;
79	ct_event_read_critical;
80	ct_event_reliable;
81	ct_event_reset;
82	ct_pr_event_get_exitstatus;
83	ct_pr_event_get_gcorefile;
84	ct_pr_event_get_pcorefile;
85	ct_pr_event_get_pid;
86	ct_pr_event_get_ppid;
87	ct_pr_event_get_sender;
88	ct_pr_event_get_senderct;
89	ct_pr_event_get_signal;
90	ct_pr_event_get_zcorefile;
91	ct_pr_status_get_contracts;
92	ct_pr_status_get_fatal;
93	ct_pr_status_get_members;
94	ct_pr_status_get_param;
95	ct_pr_tmpl_get_fatal;
96	ct_pr_tmpl_get_param;
97	ct_pr_tmpl_get_transfer;
98	ct_pr_tmpl_set_fatal;
99	ct_pr_tmpl_set_param;
100	ct_pr_tmpl_set_transfer;
101	ct_status_free;
102	ct_status_get_cookie;
103	ct_status_get_critical;
104	ct_status_get_holder;
105	ct_status_get_id;
106	ct_status_get_informative;
107	ct_status_get_nevents;
108	ct_status_get_nevid;
109	ct_status_get_ntime;
110	ct_status_get_qtime;
111	ct_status_get_state;
112	ct_status_get_type;
113	ct_status_get_zoneid;
114	ct_status_read;
115	ct_tmpl_activate;
116	ct_tmpl_clear;
117	ct_tmpl_create;
118	ct_tmpl_get_cookie;
119	ct_tmpl_get_critical;
120	ct_tmpl_get_informative;
121	ct_tmpl_set_cookie;
122	ct_tmpl_set_critical;
123	ct_tmpl_set_informative;
124};
125
126SUNWprivate_1.1 {
127    global:
128	contract_abandon_id;
129	contract_event_dump;
130	contract_latest;
131	contract_open;
132	getctid;
133    local:
134	*;
135};
136