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# 224520Snw141292# Copyright 2007 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; 41*5064Sdm199847 xdr_idmap_update_res; 424520Snw141292 idmap_init; 434520Snw141292 idmap_fini; 444520Snw141292 idmap_free; 454520Snw141292 idmap_stat2string; 464520Snw141292 idmap_string2stat; 474520Snw141292 idmap_stat4prot; 484520Snw141292 idmap_iter_namerules; 494520Snw141292 idmap_iter_next_namerule; 504520Snw141292 idmap_iter_mappings; 514520Snw141292 idmap_iter_next_mapping; 524520Snw141292 idmap_iter_destroy; 534520Snw141292 idmap_get_create; 544520Snw141292 idmap_get_uidbysid; 554520Snw141292 idmap_get_gidbysid; 564520Snw141292 idmap_get_pidbysid; 574520Snw141292 idmap_get_sidbyuid; 584520Snw141292 idmap_get_sidbygid; 594520Snw141292 idmap_get_mappings; 604520Snw141292 idmap_get_destroy; 614520Snw141292 idmap_get_w2u_mapping; 624520Snw141292 idmap_get_u2w_mapping; 634520Snw141292 idmap_udt_add_namerule; 644520Snw141292 idmap_udt_rm_namerule; 654520Snw141292 idmap_udt_destroy; 664520Snw141292 idmap_udt_commit; 674520Snw141292 idmap_udt_create; 68*5064Sdm199847 idmap_udt_get_error_index; 69*5064Sdm199847 idmap_udt_get_error_rule; 70*5064Sdm199847 idmap_udt_get_conflict_rule; 714520Snw141292 idmap_udt_flush_namerules; 725043Sbaban idmap_getwinnamebyuid; 735043Sbaban idmap_getwinnamebygid; 745043Sbaban idmap_getuidbywinname; 755043Sbaban idmap_getgidbywinname; 76*5064Sdm199847 idmap_namerule_cpy; 774520Snw141292 local: 784520Snw141292 *; 794520Snw141292}; 80