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