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 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.1 { 29 global: 30 ct_ctl_abandon; 31 ct_ctl_ack; 32 ct_ctl_nack; 33 ct_ctl_adopt; 34 ct_ctl_newct; 35 ct_ctl_qack; 36 ct_event_free; 37 ct_event_get_ctid; 38 ct_event_get_evid; 39 ct_event_get_flags; 40 ct_event_get_nevid; 41 ct_event_get_newct; 42 ct_event_get_type; 43 ct_event_read; 44 ct_event_read_critical; 45 ct_event_reliable; 46 ct_event_reset; 47 ct_pr_event_get_exitstatus; 48 ct_pr_event_get_gcorefile; 49 ct_pr_event_get_pcorefile; 50 ct_pr_event_get_pid; 51 ct_pr_event_get_ppid; 52 ct_pr_event_get_sender; 53 ct_pr_event_get_senderct; 54 ct_pr_event_get_signal; 55 ct_pr_event_get_zcorefile; 56 ct_pr_status_get_contracts; 57 ct_pr_status_get_fatal; 58 ct_pr_status_get_members; 59 ct_pr_status_get_param; 60 ct_pr_status_get_svc_fmri; 61 ct_pr_status_get_svc_aux; 62 ct_pr_status_get_svc_ctid; 63 ct_pr_status_get_svc_creator; 64 ct_pr_tmpl_get_fatal; 65 ct_pr_tmpl_get_param; 66 ct_pr_tmpl_get_transfer; 67 ct_pr_tmpl_get_svc_fmri; 68 ct_pr_tmpl_get_svc_aux; 69 ct_pr_tmpl_set_fatal; 70 ct_pr_tmpl_set_param; 71 ct_pr_tmpl_set_transfer; 72 ct_pr_tmpl_set_svc_fmri; 73 ct_pr_tmpl_set_svc_aux; 74 ct_status_free; 75 ct_status_get_cookie; 76 ct_status_get_critical; 77 ct_status_get_holder; 78 ct_status_get_id; 79 ct_status_get_informative; 80 ct_status_get_nevents; 81 ct_status_get_nevid; 82 ct_status_get_ntime; 83 ct_status_get_qtime; 84 ct_status_get_state; 85 ct_status_get_type; 86 ct_status_get_zoneid; 87 ct_status_read; 88 ct_tmpl_activate; 89 ct_tmpl_clear; 90 ct_tmpl_create; 91 ct_tmpl_get_cookie; 92 ct_tmpl_get_critical; 93 ct_tmpl_get_informative; 94 ct_tmpl_set_cookie; 95 ct_tmpl_set_critical; 96 ct_tmpl_set_informative; 97 ct_dev_tmpl_set_minor; 98 ct_dev_tmpl_set_aset; 99 ct_dev_tmpl_set_noneg; 100 ct_dev_tmpl_clear_noneg; 101 ct_dev_tmpl_get_minor; 102 ct_dev_tmpl_get_aset; 103 ct_dev_tmpl_get_noneg; 104 ct_dev_status_get_aset; 105 ct_dev_status_get_noneg; 106 ct_dev_status_get_dev_state; 107 ct_dev_status_get_minor; 108}; 109 110SUNWprivate_1.1 { 111 global: 112 contract_abandon_id; 113 contract_event_dump; 114 contract_latest; 115 contract_open; 116 getctid; 117 local: 118 *; 119}; 120