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.1 {
41    global:
42	ct_ctl_abandon;
43	ct_ctl_ack;
44	ct_ctl_nack;
45	ct_ctl_adopt;
46	ct_ctl_newct;
47	ct_ctl_qack;
48	ct_event_free;
49	ct_event_get_ctid;
50	ct_event_get_evid;
51	ct_event_get_flags;
52	ct_event_get_nevid;
53	ct_event_get_newct;
54	ct_event_get_type;
55	ct_event_read;
56	ct_event_read_critical;
57	ct_event_reliable;
58	ct_event_reset;
59	ct_pr_event_get_exitstatus;
60	ct_pr_event_get_gcorefile;
61	ct_pr_event_get_pcorefile;
62	ct_pr_event_get_pid;
63	ct_pr_event_get_ppid;
64	ct_pr_event_get_sender;
65	ct_pr_event_get_senderct;
66	ct_pr_event_get_signal;
67	ct_pr_event_get_zcorefile;
68	ct_pr_status_get_contracts;
69	ct_pr_status_get_fatal;
70	ct_pr_status_get_members;
71	ct_pr_status_get_param;
72	ct_pr_status_get_svc_fmri;
73	ct_pr_status_get_svc_aux;
74	ct_pr_status_get_svc_ctid;
75	ct_pr_status_get_svc_creator;
76	ct_pr_tmpl_get_fatal;
77	ct_pr_tmpl_get_param;
78	ct_pr_tmpl_get_transfer;
79	ct_pr_tmpl_get_svc_fmri;
80	ct_pr_tmpl_get_svc_aux;
81	ct_pr_tmpl_set_fatal;
82	ct_pr_tmpl_set_param;
83	ct_pr_tmpl_set_transfer;
84	ct_pr_tmpl_set_svc_fmri;
85	ct_pr_tmpl_set_svc_aux;
86	ct_status_free;
87	ct_status_get_cookie;
88	ct_status_get_critical;
89	ct_status_get_holder;
90	ct_status_get_id;
91	ct_status_get_informative;
92	ct_status_get_nevents;
93	ct_status_get_nevid;
94	ct_status_get_ntime;
95	ct_status_get_qtime;
96	ct_status_get_state;
97	ct_status_get_type;
98	ct_status_get_zoneid;
99	ct_status_read;
100	ct_tmpl_activate;
101	ct_tmpl_clear;
102	ct_tmpl_create;
103	ct_tmpl_get_cookie;
104	ct_tmpl_get_critical;
105	ct_tmpl_get_informative;
106	ct_tmpl_set_cookie;
107	ct_tmpl_set_critical;
108	ct_tmpl_set_informative;
109	ct_dev_tmpl_set_minor;
110	ct_dev_tmpl_set_aset;
111	ct_dev_tmpl_set_noneg;
112	ct_dev_tmpl_clear_noneg;
113	ct_dev_tmpl_get_minor;
114	ct_dev_tmpl_get_aset;
115	ct_dev_tmpl_get_noneg;
116	ct_dev_status_get_aset;
117	ct_dev_status_get_noneg;
118	ct_dev_status_get_dev_state;
119	ct_dev_status_get_minor;
120};
121
122SUNWprivate_1.1 {
123    global:
124	contract_abandon_id;
125	contract_event_dump;
126	contract_latest;
127	contract_open;
128	getctid;
129    local:
130	*;
131};
132