15331Samw# 25331Samw# CDDL HEADER START 35331Samw# 45331Samw# The contents of this file are subject to the terms of the 55331Samw# Common Development and Distribution License (the "License"). 65331Samw# You may not use this file except in compliance with the License. 75331Samw# 85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95331Samw# or http://www.opensolaris.org/os/licensing. 105331Samw# See the License for the specific language governing permissions 115331Samw# and limitations under the License. 125331Samw# 135331Samw# When distributing Covered Code, include this CDDL HEADER in each 145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155331Samw# If applicable, add the following below this CDDL HEADER, with the 165331Samw# fields enclosed by brackets "[]" replaced with your own identifying 175331Samw# information: Portions Copyright [yyyy] [name of copyright owner] 185331Samw# 195331Samw# CDDL HEADER END 205331Samw# 215331Samw# 22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 235331Samw# Use is subject to license terms. 245331Samw# 255331Samw 26*8744SAli.Bahrami@Sun.COM# 27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 28*8744SAli.Bahrami@Sun.COM# 29*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 31*8744SAli.Bahrami@Sun.COM# 32*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 33*8744SAli.Bahrami@Sun.COM# 34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 36*8744SAli.Bahrami@Sun.COM# 37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 38*8744SAli.Bahrami@Sun.COM# 39*8744SAli.Bahrami@Sun.COM 405331SamwSUNWprivate { 415331Samw global: 428334SJose.Borrego@Sun.COM dyndns_clear_zones; 438334SJose.Borrego@Sun.COM dyndns_start; 448334SJose.Borrego@Sun.COM dyndns_stop; 455331Samw dyndns_update; 468334SJose.Borrego@Sun.COM dyndns_update_zones; 477052Samw smb_adjoin_report_err; 487052Samw smb_ads_add_share; 497052Samw smb_ads_build_unc_name; 507052Samw smb_ads_close; 517052Samw smb_ads_init; 527052Samw smb_ads_join; 538334SJose.Borrego@Sun.COM smb_ads_lookup_msdcs; 547052Samw smb_ads_lookup_share; 557052Samw smb_ads_open; 567052Samw smb_ads_publish_share; 577052Samw smb_ads_refresh; 587052Samw smb_ads_remove_share; 596030Sjb150015 smb_browser_netlogon; 606030Sjb150015 smb_browser_reconfig; 616139Sjb150015 smb_ccache_init; 626139Sjb150015 smb_ccache_remove; 635331Samw smb_kinit; 645331Samw smb_netbios_name_reconfig; 655331Samw smb_netbios_start; 665331Samw smb_netbios_shutdown; 675331Samw local: 685331Samw *; 695331Samw}; 70