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