130588217SMike Christensen# 230588217SMike Christensen# CDDL HEADER START 330588217SMike Christensen# 430588217SMike Christensen# The contents of this file are subject to the terms of the 530588217SMike Christensen# Common Development and Distribution License (the "License"). 630588217SMike Christensen# You may not use this file except in compliance with the License. 730588217SMike Christensen# 830588217SMike Christensen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 930588217SMike Christensen# or http://www.opensolaris.org/os/licensing. 1030588217SMike Christensen# See the License for the specific language governing permissions 1130588217SMike Christensen# and limitations under the License. 1230588217SMike Christensen# 1330588217SMike Christensen# When distributing Covered Code, include this CDDL HEADER in each 1430588217SMike Christensen# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1530588217SMike Christensen# If applicable, add the following below this CDDL HEADER, with the 1630588217SMike Christensen# fields enclosed by brackets "[]" replaced with your own identifying 1730588217SMike Christensen# information: Portions Copyright [yyyy] [name of copyright owner] 1830588217SMike Christensen# 1930588217SMike Christensen# CDDL HEADER END 2030588217SMike Christensen# 2130588217SMike Christensen# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2330588217SMike Christensen# Use is subject to license terms. 2430588217SMike Christensen# 2530588217SMike Christensen# 2630588217SMike Christensen 27*bfed486aSAli Bahrami# 28*bfed486aSAli Bahrami# MAPFILE HEADER START 29*bfed486aSAli Bahrami# 30*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 32*bfed486aSAli Bahrami# 33*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 34*bfed486aSAli Bahrami# 35*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 36*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 37*bfed486aSAli Bahrami# 38*bfed486aSAli Bahrami# MAPFILE HEADER END 39*bfed486aSAli Bahrami# 40*bfed486aSAli Bahrami 4130588217SMike ChristensenSUNWprivate { 4230588217SMike Christensen global: 4330588217SMike Christensen ds_init; 4430588217SMike Christensen ds_svc_reg; 4530588217SMike Christensen ds_clnt_reg; 4630588217SMike Christensen ds_hdl_lookup; 4730588217SMike Christensen ds_domain_lookup; 4830588217SMike Christensen ds_unreg_hdl; 4930588217SMike Christensen ds_send_msg; 5030588217SMike Christensen ds_recv_msg; 5130588217SMike Christensen ds_isready; 5230588217SMike Christensen ds_dom_name_to_hdl; 5330588217SMike Christensen ds_dom_hdl_to_name; 5430588217SMike Christensen ds_unreg_svc; 5530588217SMike Christensen ds_fini; 5630588217SMike Christensen local: 5730588217SMike Christensen *; 5830588217SMike Christensen}; 59