mapfile-vers revision 12b65585e720714b31036daaa2b30eb76014048e
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You may not use this file except in compliance with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# or http://www.opensolaris.org/os/licensing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
12b65585e720714b31036daaa2b30eb76014048eGordon Ross
12b65585e720714b31036daaa2b30eb76014048eGordon Ross#
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# MAPFILE HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Object versioning must comply with the rules detailed in
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# usr/src/lib/README.mapfiles
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
12b65585e720714b31036daaa2b30eb76014048eGordon Ross# You should not be making modifications here until you've read the most current
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# copy of that file. If you need help, contact a gatekeeper for guidance.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross#
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross# MAPFILE HEADER END
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross#
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross
4bff34e37def8a90f9194d81bc345c52ba20086athurlow$mapfile_version 2
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowSYMBOL_VERSION SUNWprivate {
4bff34e37def8a90f9194d81bc345c52ba20086athurlow global:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow dfs_get_referrals;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow dfs_info_free;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow dssetup_check_service;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow dssetup_clear_domain_info;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow lsa_lookup_name;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow lsa_lookup_sid;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mlsvc_disconnect;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross mlsvc_fini;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mlsvc_init;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mlsvc_join;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mlsvc_netlogon;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_autohome_add;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_autohome_remove;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_decode_krb5_pac;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_locate_dc;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_logon;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_logon_abort;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_quota_free;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_quota_query;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_quota_set;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_add;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_count;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_exec;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_get;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_hostaccess;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_iterate;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_iterinit;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_list;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_load;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_modify;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_remove;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_rename;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_sa_csc_name;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow smb_shr_start;
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross smb_shr_stop;
smb_token_destroy;
smb_token_log;
smb_token_setup_common;
spoolss_register_copyfile;
local:
*;
};