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*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 2330588217SMike Christensen# 2430588217SMike Christensen# 2530588217SMike Christensen 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 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40*cd3e9333SAli Bahrami$mapfile_version 2 41*cd3e9333SAli Bahrami 42*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate { 4330588217SMike Christensen global: 4430588217SMike Christensen ds_init; 4530588217SMike Christensen ds_svc_reg; 4630588217SMike Christensen ds_clnt_reg; 4730588217SMike Christensen ds_hdl_lookup; 4830588217SMike Christensen ds_domain_lookup; 4930588217SMike Christensen ds_unreg_hdl; 5030588217SMike Christensen ds_send_msg; 5130588217SMike Christensen ds_recv_msg; 5230588217SMike Christensen ds_isready; 5330588217SMike Christensen ds_dom_name_to_hdl; 5430588217SMike Christensen ds_dom_hdl_to_name; 5530588217SMike Christensen ds_unreg_svc; 5630588217SMike Christensen ds_fini; 5730588217SMike Christensen local: 5830588217SMike Christensen *; 5930588217SMike Christensen}; 60