mapfile-vers revision 25351652d920ae27c5a56c199da581033ce763f6
6585N/A#
6585N/A# CDDL HEADER START
6585N/A#
6585N/A# The contents of this file are subject to the terms of the
6585N/A# Common Development and Distribution License (the "License").
6585N/A# You may not use this file except in compliance with the License.
6585N/A#
6585N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6585N/A# or http://www.opensolaris.org/os/licensing.
6585N/A# See the License for the specific language governing permissions
6585N/A# and limitations under the License.
6585N/A#
6585N/A# When distributing Covered Code, include this CDDL HEADER in each
6585N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6585N/A# If applicable, add the following below this CDDL HEADER, with the
6585N/A# fields enclosed by brackets "[]" replaced with your own identifying
6585N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6585N/A#
6585N/A# CDDL HEADER END
6585N/A#
6585N/A#
6585N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
6585N/A# Use is subject to license terms.
6585N/A#
6585N/A
6870N/ASUNWprivate {
6585N/A global:
6585N/A ldom_fini;
6585N/A ldom_find_id;
6585N/A ldom_fmri_blacklist;
6585N/A ldom_fmri_unblacklist;
6585N/A ldom_fmri_retire;
6585N/A ldom_fmri_unretire;
6585N/A ldom_fmri_status;
6585N/A ldom_get_core_md;
6585N/A ldom_get_local_md;
6585N/A ldom_get_type;
6585N/A ldom_init;
6585N/A ldom_register_event;
6585N/A ldom_unregister_event;
6585N/A local:
6585N/A *;
6892N/A};
6585N/A