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 (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNWprivate { 41 global: 42 directory_canon_from_group_name; 43 directory_canon_from_name; 44 directory_canon_from_user_name; 45 directory_close; 46 directory_error; 47 directory_error_code; 48 directory_error_free; 49 directory_error_from_rpc; 50 directory_error_is_instance_of; 51 directory_error_param; 52 directory_error_printable; 53 directory_error_to_rpc; 54 directory_free; 55 directory_get_v; 56 directory_name_from_sid; 57 directory_open; 58 directory_sid_from_group_name; 59 directory_sid_from_name; 60 directory_sid_from_user_name; 61 idmap_cache_get_data; 62 idmap_fini; 63 idmap_flush; 64 idmap_free; 65 idmap_getext_gidbysid; 66 idmap_getext_pidbysid; 67 idmap_getext_sidbygid; 68 idmap_getext_sidbyuid; 69 idmap_getext_uidbysid; 70 idmap_getgidbywinname; 71 idmap_getuidbywinname; 72 idmap_getwinnamebygid; 73 idmap_getwinnamebyuid; 74 idmap_get_create; 75 idmap_get_destroy; 76 idmap_get_gidbysid; 77 idmap_get_mappings; 78 idmap_get_pidbysid; 79 idmap_get_prop_ds; 80 idmap_get_prop_str; 81 idmap_get_sidbygid; 82 idmap_get_sidbyuid; 83 idmap_get_u2w_mapping; 84 idmap_get_uidbysid; 85 idmap_get_w2u_mapping; 86 idmap_info_cpy; 87 idmap_info_free; 88 idmap_info_mov; 89 idmap_init; 90 idmap_iter_destroy; 91 idmap_iter_mappings; 92 idmap_iter_namerules; 93 idmap_iter_next_mapping; 94 idmap_iter_next_namerule; 95 idmap_namerule_cpy; 96 idmap_set_logger; 97 idmap_stat2string; 98 idmap_stat4prot; 99 idmap_string2stat; 100 idmap_udt_add_namerule; 101 idmap_udt_commit; 102 idmap_udt_create; 103 idmap_udt_destroy; 104 idmap_udt_flush_namerules; 105 idmap_udt_get_conflict_rule; 106 idmap_udt_get_error_index; 107 idmap_udt_get_error_rule; 108 idmap_udt_rm_namerule; 109 memdup; 110 sid_free; 111 sid_from_le; 112 sid_fromstr; 113 sid_len; 114 sid_to_le; 115 sid_tostr; 116 sized_array; 117 sized_array_free; 118 sized_array_n; 119 strcaseeq; 120 streq; 121 strndup; 122 xdr_directory_entry_rpc; 123 xdr_directory_get_common_1_argument; 124 xdr_directory_results_rpc; 125 xdr_idmap_flush_op; 126 xdr_idmap_ids_res; 127 xdr_idmap_id_res; 128 xdr_idmap_list_mappings_1_argument; 129 xdr_idmap_list_namerules_1_argument; 130 xdr_idmap_mapping; 131 xdr_idmap_mappings_res; 132 xdr_idmap_mapping_batch; 133 xdr_idmap_namerule; 134 xdr_idmap_namerules_res; 135 xdr_idmap_prop_res; 136 xdr_idmap_prop_type; 137 xdr_idmap_retcode; 138 xdr_idmap_update_batch; 139 xdr_idmap_update_res; 140 local: 141 *; 142}; 143