14520Snw141292# 24520Snw141292# CDDL HEADER START 34520Snw141292# 44520Snw141292# The contents of this file are subject to the terms of the 54520Snw141292# Common Development and Distribution License (the "License"). 64520Snw141292# You may not use this file except in compliance with the License. 74520Snw141292# 84520Snw141292# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94520Snw141292# or http://www.opensolaris.org/os/licensing. 104520Snw141292# See the License for the specific language governing permissions 114520Snw141292# and limitations under the License. 124520Snw141292# 134520Snw141292# When distributing Covered Code, include this CDDL HEADER in each 144520Snw141292# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154520Snw141292# If applicable, add the following below this CDDL HEADER, with the 164520Snw141292# fields enclosed by brackets "[]" replaced with your own identifying 174520Snw141292# information: Portions Copyright [yyyy] [name of copyright owner] 184520Snw141292# 194520Snw141292# CDDL HEADER END 204520Snw141292# 214520Snw141292# 226386Sjp151216# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 234520Snw141292# Use is subject to license terms. 244520Snw141292# 254520Snw141292# ident "%Z%%M% %I% %E% SMI" 264520Snw141292# 274520Snw141292 284520Snw141292SUNWprivate { 294520Snw141292 global: 304520Snw141292 xdr_idmap_retcode; 314520Snw141292 xdr_idmap_namerule; 324520Snw141292 xdr_idmap_namerules_res; 334520Snw141292 xdr_idmap_ids_res; 344520Snw141292 xdr_idmap_mapping_batch; 354520Snw141292 xdr_idmap_list_mappings_1_argument; 364520Snw141292 xdr_idmap_mappings_res; 374520Snw141292 xdr_idmap_update_batch; 384520Snw141292 xdr_idmap_list_namerules_1_argument; 394520Snw141292 xdr_idmap_mapping; 404520Snw141292 xdr_idmap_id_res; 415064Sdm199847 xdr_idmap_update_res; 42*6616Sdm199847 xdr_idmap_prop_res; 43*6616Sdm199847 xdr_idmap_prop_type; 444520Snw141292 idmap_init; 454520Snw141292 idmap_fini; 464520Snw141292 idmap_free; 474520Snw141292 idmap_stat2string; 484520Snw141292 idmap_string2stat; 494520Snw141292 idmap_stat4prot; 504520Snw141292 idmap_iter_namerules; 514520Snw141292 idmap_iter_next_namerule; 524520Snw141292 idmap_iter_mappings; 534520Snw141292 idmap_iter_next_mapping; 544520Snw141292 idmap_iter_destroy; 554520Snw141292 idmap_get_create; 564520Snw141292 idmap_get_uidbysid; 574520Snw141292 idmap_get_gidbysid; 584520Snw141292 idmap_get_pidbysid; 594520Snw141292 idmap_get_sidbyuid; 604520Snw141292 idmap_get_sidbygid; 614520Snw141292 idmap_get_mappings; 624520Snw141292 idmap_get_destroy; 634520Snw141292 idmap_get_w2u_mapping; 644520Snw141292 idmap_get_u2w_mapping; 654520Snw141292 idmap_udt_add_namerule; 664520Snw141292 idmap_udt_rm_namerule; 674520Snw141292 idmap_udt_destroy; 684520Snw141292 idmap_udt_commit; 694520Snw141292 idmap_udt_create; 705064Sdm199847 idmap_udt_get_error_index; 715064Sdm199847 idmap_udt_get_error_rule; 725064Sdm199847 idmap_udt_get_conflict_rule; 734520Snw141292 idmap_udt_flush_namerules; 745043Sbaban idmap_getwinnamebyuid; 755043Sbaban idmap_getwinnamebygid; 765043Sbaban idmap_getuidbywinname; 775043Sbaban idmap_getgidbywinname; 785064Sdm199847 idmap_namerule_cpy; 796386Sjp151216 idmap_info_free; 806386Sjp151216 idmap_info_cpy; 816386Sjp151216 idmap_info_mov; 826386Sjp151216 idmap_getext_sidbygid; 836386Sjp151216 idmap_getext_uidbysid; 846386Sjp151216 idmap_getext_pidbysid; 856386Sjp151216 idmap_getext_gidbysid; 866386Sjp151216 idmap_getext_sidbyuid; 87*6616Sdm199847 idmapdlog; 88*6616Sdm199847 idmap_log_stderr; 89*6616Sdm199847 idmap_log_syslog; 90*6616Sdm199847 idmap_log_degraded; 91*6616Sdm199847 idmap_set_namemap; 92*6616Sdm199847 idmap_unset_namemap; 93*6616Sdm199847 idmap_get_namemap; 94*6616Sdm199847 ad_disc_fini; 95*6616Sdm199847 ad_disc_init; 96*6616Sdm199847 ad_disc_get_DomainName; 97*6616Sdm199847 ad_disc_set_DomainName; 98*6616Sdm199847 ad_disc_compare_ds; 99*6616Sdm199847 ad_disc_SubnetChanged; 100*6616Sdm199847 ad_disc_get_GlobalCatalog; 101*6616Sdm199847 ad_disc_set_GlobalCatalog; 102*6616Sdm199847 ad_disc_get_TTL; 103*6616Sdm199847 ad_disc_set_ForestName; 104*6616Sdm199847 ad_disc_get_ForestName; 105*6616Sdm199847 ad_disc_get_DomainController; 106*6616Sdm199847 ad_disc_set_DomainController; 107*6616Sdm199847 ad_disc_set_SiteName; 108*6616Sdm199847 ad_disc_refresh; 109*6616Sdm199847 ad_disc_get_SiteName; 1104520Snw141292 local: 1114520Snw141292 *; 1124520Snw141292}; 113