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