2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/A#
2N/A# MAPFILE HEADER START
2N/A#
2N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2N/A# Object versioning must comply with the rules detailed in
2N/A#
2N/A# usr/src/lib/README.mapfiles
2N/A#
2N/A# You should not be making modifications here until you've read the most current
2N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2N/A#
2N/A# MAPFILE HEADER END
2N/A#
2N/A
2N/A$mapfile_version 2
2N/A
2N/ASTUB_OBJECT;
2N/A
2N/ASYMBOL_VERSION SUNWprivate {
2N/A global:
2N/A smbfs_acl_free_sd;
2N/A smbfs_acl_get;
2N/A smbfs_acl_getsd;
2N/A smbfs_acl_print_sd;
2N/A smbfs_acl_sd2zfs;
2N/A smbfs_acl_set;
2N/A smbfs_acl_setsd;
2N/A smbfs_acl_zfs2sd;
2N/A smbfs_convert_unicode_to_utf8;
2N/A smbfs_convert_utf8_to_leunicode;
2N/A smbfs_convert_utf8_to_wincs;
2N/A smbfs_convert_wincs_to_utf8;
2N/A smbfs_ctx_alloc;
2N/A smbfs_ctx_done;
2N/A smbfs_ctx_flags2;
2N/A smbfs_ctx_free;
2N/A smbfs_ctx_get_ssn;
2N/A smbfs_ctx_get_tree;
2N/A smbfs_ctx_gethandle;
2N/A smbfs_ctx_init;
2N/A smbfs_ctx_kill;
2N/A smbfs_ctx_parsedomuser;
2N/A smbfs_ctx_parseunc;
2N/A smbfs_ctx_resolve;
2N/A smbfs_ctx_setauthflags;
2N/A smbfs_ctx_setdomain;
2N/A smbfs_ctx_setfullserver;
2N/A smbfs_ctx_setnbflags;
2N/A smbfs_ctx_setpassword;
2N/A smbfs_ctx_setpwhash;
2N/A smbfs_ctx_setrealm;
2N/A smbfs_ctx_setscope;
2N/A smbfs_ctx_setserver;
2N/A smbfs_ctx_setshare;
2N/A smbfs_ctx_setsigning;
2N/A smbfs_ctx_setuser;
2N/A smbfs_ctx_setwins;
2N/A smbfs_debug {
2N/A FLAGS = NODIRECT;
2N/A ASSERT {
2N/A TYPE=data;
2N/A SH_ATTR=nobits;
2N/A SIZE=4;
2N/A };
2N/A };
2N/A smbfs_default_dom_usr;
2N/A smbfs_door_decode;
2N/A smbfs_error;
2N/A smbfs_fh_close;
2N/A smbfs_fh_ctx_create;
2N/A smbfs_fh_ctx_destroy;
2N/A smbfs_fh_getssnkey;
2N/A smbfs_fh_open;
2N/A smbfs_fh_read;
2N/A smbfs_fh_write;
2N/A smbfs_fh_xactnp;
2N/A smbfs_get_authentication;
2N/A smbfs_iod_connect;
2N/A smbfs_iod_door_path;
2N/A smbfs_iod_open_door;
2N/A smbfs_iod_pwdadd;
2N/A smbfs_iod_pwddel;
2N/A smbfs_iod_start;
2N/A smbfs_iod_work;
2N/A smbfs_keychain_add;
2N/A smbfs_keychain_addhash;
2N/A smbfs_keychain_chk;
2N/A smbfs_keychain_del;
2N/A smbfs_keychain_del_everyone;
2N/A smbfs_keychain_del_owner;
2N/A smbfs_lib_init;
2N/A smbfs_nb_ctx_create;
2N/A smbfs_nb_ctx_done;
2N/A smbfs_nb_ctx_getconfigs;
2N/A smbfs_nb_ctx_resolve;
2N/A smbfs_nb_ctx_setns;
2N/A smbfs_nb_resolvehost_in;
2N/A smbfs_nb_strerror;
2N/A smbfs_nbns_getnodestatus;
2N/A smbfs_nbns_resolvename;
2N/A smbfs_nls_str_upper;
2N/A smbfs_print;
2N/A smbfs_pwd_add;
2N/A smbfs_pwd_del;
2N/A smbfs_pwd_loadkeychain;
2N/A smbfs_set_default_domain;
2N/A smbfs_set_default_user;
2N/A smbfs_simplecrypt;
2N/A smbfs_simpledecrypt;
2N/A smbfs_spnegoCreateNegTokenTarg;
2N/A smbfs_spnegoFreeData;
2N/A smbfs_spnegoGetMechToken;
2N/A smbfs_spnegoInitFromBinary;
2N/A smbfs_spnegoTokenGetBinary;
2N/A smbfs_strerror;
2N/A local:
2N/A *;
2N/A};