mapfile-vers revision c5c4113dfcabb1eed3d4bdf7609de5170027a794
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
325N/A# Common Development and Distribution License (the "License").
325N/A# You may not use this file except in compliance with the License.
325N/A#
325N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
325N/A# or http://www.opensolaris.org/os/licensing.
325N/A# See the License for the specific language governing permissions
325N/A# and limitations under the License.
325N/A#
325N/A# When distributing Covered Code, include this CDDL HEADER in each
325N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
325N/A# If applicable, add the following below this CDDL HEADER, with the
325N/A# fields enclosed by brackets "[]" replaced with your own identifying
325N/A# information: Portions Copyright [yyyy] [name of copyright owner]
325N/A#
325N/A# CDDL HEADER END
325N/A#
325N/A#
325N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
325N/A# Use is subject to license terms.
325N/A#
325N/A# ident "%Z%%M% %I% %E% SMI"
325N/A#
325N/A
325N/ASUNWprivate {
325N/A global:
325N/A xdr_idmap_utf8str;
325N/A xdr_idmap_retcode;
325N/A xdr_idmap_namerule;
325N/A xdr_idmap_namerules_res;
325N/A xdr_idmap_ids_res;
325N/A xdr_idmap_mapping_batch;
325N/A xdr_idmap_list_mappings_1_argument;
325N/A xdr_idmap_mappings_res;
325N/A xdr_idmap_update_batch;
325N/A xdr_idmap_list_namerules_1_argument;
325N/A xdr_idmap_mapping;
325N/A xdr_idmap_id_res;
325N/A idmap_init;
325N/A idmap_fini;
325N/A idmap_free;
325N/A idmap_stat2string;
325N/A idmap_string2stat;
325N/A idmap_stat4prot;
325N/A idmap_set_verbose;
325N/A idmap_str2utf8;
325N/A idmap_utf82str;
325N/A idmap_iter_namerules;
325N/A idmap_iter_next_namerule;
325N/A idmap_iter_mappings;
325N/A idmap_iter_next_mapping;
325N/A idmap_iter_destroy;
325N/A idmap_get_create;
325N/A idmap_get_uidbysid;
325N/A idmap_get_gidbysid;
325N/A idmap_get_pidbysid;
325N/A idmap_get_sidbyuid;
325N/A idmap_get_sidbygid;
325N/A idmap_get_mappings;
325N/A idmap_get_destroy;
325N/A idmap_get_w2u_mapping;
325N/A idmap_get_u2w_mapping;
325N/A idmap_udt_add_namerule;
325N/A idmap_udt_rm_namerule;
325N/A idmap_udt_destroy;
325N/A idmap_udt_commit;
325N/A idmap_udt_create;
325N/A idmap_udt_flush_namerules;
325N/A local:
325N/A *;
325N/A};
325N/A