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