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*25e8c5aaSvikram# Copyright 2007 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; 32*25e8c5aaSvikram 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; 60f808c858Sraf ct_pr_tmpl_get_fatal; 61f808c858Sraf ct_pr_tmpl_get_param; 62f808c858Sraf ct_pr_tmpl_get_transfer; 63f808c858Sraf ct_pr_tmpl_set_fatal; 64f808c858Sraf ct_pr_tmpl_set_param; 65f808c858Sraf ct_pr_tmpl_set_transfer; 66f808c858Sraf ct_status_free; 67f808c858Sraf ct_status_get_cookie; 68f808c858Sraf ct_status_get_critical; 69f808c858Sraf ct_status_get_holder; 70f808c858Sraf ct_status_get_id; 71f808c858Sraf ct_status_get_informative; 72f808c858Sraf ct_status_get_nevents; 73f808c858Sraf ct_status_get_nevid; 74f808c858Sraf ct_status_get_ntime; 75f808c858Sraf ct_status_get_qtime; 76f808c858Sraf ct_status_get_state; 77f808c858Sraf ct_status_get_type; 78f808c858Sraf ct_status_get_zoneid; 79f808c858Sraf ct_status_read; 80f808c858Sraf ct_tmpl_activate; 81f808c858Sraf ct_tmpl_clear; 82f808c858Sraf ct_tmpl_create; 83f808c858Sraf ct_tmpl_get_cookie; 84f808c858Sraf ct_tmpl_get_critical; 85f808c858Sraf ct_tmpl_get_informative; 86f808c858Sraf ct_tmpl_set_cookie; 87f808c858Sraf ct_tmpl_set_critical; 88f808c858Sraf ct_tmpl_set_informative; 89*25e8c5aaSvikram ct_dev_tmpl_set_minor; 90*25e8c5aaSvikram ct_dev_tmpl_set_aset; 91*25e8c5aaSvikram ct_dev_tmpl_set_noneg; 92*25e8c5aaSvikram ct_dev_tmpl_clear_noneg; 93*25e8c5aaSvikram ct_dev_tmpl_get_minor; 94*25e8c5aaSvikram ct_dev_tmpl_get_aset; 95*25e8c5aaSvikram ct_dev_tmpl_get_noneg; 96*25e8c5aaSvikram ct_dev_status_get_aset; 97*25e8c5aaSvikram ct_dev_status_get_noneg; 98*25e8c5aaSvikram ct_dev_status_get_dev_state; 99*25e8c5aaSvikram ct_dev_status_get_minor; 100f808c858Sraf}; 101f808c858Sraf 102f808c858SrafSUNWprivate_1.1 { 103f808c858Sraf global: 104f808c858Sraf contract_abandon_id; 105f808c858Sraf contract_event_dump; 106f808c858Sraf contract_latest; 107f808c858Sraf contract_open; 108f808c858Sraf getctid; 109f808c858Sraf local: 110f808c858Sraf *; 111f808c858Sraf}; 112