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