b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# CDDL HEADER START
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# The contents of this file are subject to the terms of the
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Common Development and Distribution License (the "License").
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# You may not use this file except in compliance with the License.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# or http://www.opensolaris.org/os/licensing.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# See the License for the specific language governing permissions
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# and limitations under the License.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# If applicable, add the following below this CDDL HEADER, with the
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# CDDL HEADER END
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# MAPFILE HEADER START
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Object versioning must comply with the rules detailed in
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# usr/src/lib/README.mapfiles
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# You should not be making modifications here until you've read the most current
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# copy of that file. If you need help, contact a gatekeeper for guidance.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# MAPFILE HEADER END
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross#
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross$mapfile_version 2
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross
b3700b074e637f8c6991b70754c88a2cfffb246bGordon RossSYMBOL_VERSION SUNWprivate {
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross global:
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross _DsForceRediscovery;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross _DsGetDcName;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross DsFreeDcInfo;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross DsGetDcName;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross xdr_adspriv_dcinfo;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross xdr_DsForceRediscoveryArgs;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross xdr_DsGetDcNameArgs;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross xdr_DsGetDcNameRes;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross local:
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross *;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross};