1c5c4113dSnw141292# 2c5c4113dSnw141292# CDDL HEADER START 3c5c4113dSnw141292# 4c5c4113dSnw141292# The contents of this file are subject to the terms of the 5c5c4113dSnw141292# Common Development and Distribution License (the "License"). 6c5c4113dSnw141292# You may not use this file except in compliance with the License. 7c5c4113dSnw141292# 8c5c4113dSnw141292# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9c5c4113dSnw141292# or http://www.opensolaris.org/os/licensing. 10c5c4113dSnw141292# See the License for the specific language governing permissions 11c5c4113dSnw141292# and limitations under the License. 12c5c4113dSnw141292# 13c5c4113dSnw141292# When distributing Covered Code, include this CDDL HEADER in each 14c5c4113dSnw141292# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15c5c4113dSnw141292# If applicable, add the following below this CDDL HEADER, with the 16c5c4113dSnw141292# fields enclosed by brackets "[]" replaced with your own identifying 17c5c4113dSnw141292# information: Portions Copyright [yyyy] [name of copyright owner] 18c5c4113dSnw141292# 19c5c4113dSnw141292# CDDL HEADER END 20c5c4113dSnw141292# 21c5c4113dSnw141292# 22*48258c6bSjp151216# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23c5c4113dSnw141292# Use is subject to license terms. 24c5c4113dSnw141292# 25c5c4113dSnw141292# ident "%Z%%M% %I% %E% SMI" 26c5c4113dSnw141292# 27c5c4113dSnw141292 28c5c4113dSnw141292SUNWprivate { 29c5c4113dSnw141292 global: 30c5c4113dSnw141292 xdr_idmap_retcode; 31c5c4113dSnw141292 xdr_idmap_namerule; 32c5c4113dSnw141292 xdr_idmap_namerules_res; 33c5c4113dSnw141292 xdr_idmap_ids_res; 34c5c4113dSnw141292 xdr_idmap_mapping_batch; 35c5c4113dSnw141292 xdr_idmap_list_mappings_1_argument; 36c5c4113dSnw141292 xdr_idmap_mappings_res; 37c5c4113dSnw141292 xdr_idmap_update_batch; 38c5c4113dSnw141292 xdr_idmap_list_namerules_1_argument; 39c5c4113dSnw141292 xdr_idmap_mapping; 40c5c4113dSnw141292 xdr_idmap_id_res; 418e228215Sdm199847 xdr_idmap_update_res; 42c5c4113dSnw141292 idmap_init; 43c5c4113dSnw141292 idmap_fini; 44c5c4113dSnw141292 idmap_free; 45c5c4113dSnw141292 idmap_stat2string; 46c5c4113dSnw141292 idmap_string2stat; 47c5c4113dSnw141292 idmap_stat4prot; 48c5c4113dSnw141292 idmap_iter_namerules; 49c5c4113dSnw141292 idmap_iter_next_namerule; 50c5c4113dSnw141292 idmap_iter_mappings; 51c5c4113dSnw141292 idmap_iter_next_mapping; 52c5c4113dSnw141292 idmap_iter_destroy; 53c5c4113dSnw141292 idmap_get_create; 54c5c4113dSnw141292 idmap_get_uidbysid; 55c5c4113dSnw141292 idmap_get_gidbysid; 56c5c4113dSnw141292 idmap_get_pidbysid; 57c5c4113dSnw141292 idmap_get_sidbyuid; 58c5c4113dSnw141292 idmap_get_sidbygid; 59c5c4113dSnw141292 idmap_get_mappings; 60c5c4113dSnw141292 idmap_get_destroy; 61c5c4113dSnw141292 idmap_get_w2u_mapping; 62c5c4113dSnw141292 idmap_get_u2w_mapping; 63c5c4113dSnw141292 idmap_udt_add_namerule; 64c5c4113dSnw141292 idmap_udt_rm_namerule; 65c5c4113dSnw141292 idmap_udt_destroy; 66c5c4113dSnw141292 idmap_udt_commit; 67c5c4113dSnw141292 idmap_udt_create; 688e228215Sdm199847 idmap_udt_get_error_index; 698e228215Sdm199847 idmap_udt_get_error_rule; 708e228215Sdm199847 idmap_udt_get_conflict_rule; 71c5c4113dSnw141292 idmap_udt_flush_namerules; 72dd5829d1Sbaban idmap_getwinnamebyuid; 73dd5829d1Sbaban idmap_getwinnamebygid; 74dd5829d1Sbaban idmap_getuidbywinname; 75dd5829d1Sbaban idmap_getgidbywinname; 768e228215Sdm199847 idmap_namerule_cpy; 77*48258c6bSjp151216 idmap_info_free; 78*48258c6bSjp151216 idmap_info_cpy; 79*48258c6bSjp151216 idmap_info_mov; 80*48258c6bSjp151216 idmap_getext_sidbygid; 81*48258c6bSjp151216 idmap_getext_uidbysid; 82*48258c6bSjp151216 idmap_getext_pidbysid; 83*48258c6bSjp151216 idmap_getext_gidbysid; 84*48258c6bSjp151216 idmap_getext_sidbyuid; 85c5c4113dSnw141292 local: 86c5c4113dSnw141292 *; 87c5c4113dSnw141292}; 88