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# 22*12065SKeyur.Desai@Sun.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 234520Snw141292# 244520Snw141292# 254520Snw141292 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 288744SAli.Bahrami@Sun.COM# 298744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 338744SAli.Bahrami@Sun.COM# 348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 388744SAli.Bahrami@Sun.COM# 398744SAli.Bahrami@Sun.COM 404520Snw141292SUNWprivate { 414520Snw141292 global: 4210122SJordan.Brown@Sun.COM directory_canon_from_group_name; 4310122SJordan.Brown@Sun.COM directory_canon_from_name; 4410122SJordan.Brown@Sun.COM directory_canon_from_user_name; 4510122SJordan.Brown@Sun.COM directory_close; 4610122SJordan.Brown@Sun.COM directory_error; 4710122SJordan.Brown@Sun.COM directory_error_code; 4810122SJordan.Brown@Sun.COM directory_error_free; 4910122SJordan.Brown@Sun.COM directory_error_from_rpc; 5010122SJordan.Brown@Sun.COM directory_error_is_instance_of; 5110122SJordan.Brown@Sun.COM directory_error_param; 5210122SJordan.Brown@Sun.COM directory_error_printable; 5310122SJordan.Brown@Sun.COM directory_error_to_rpc; 5410122SJordan.Brown@Sun.COM directory_free; 5510122SJordan.Brown@Sun.COM directory_get_v; 5610122SJordan.Brown@Sun.COM directory_name_from_sid; 5710122SJordan.Brown@Sun.COM directory_open; 5810122SJordan.Brown@Sun.COM directory_sid_from_group_name; 5910122SJordan.Brown@Sun.COM directory_sid_from_name; 6010122SJordan.Brown@Sun.COM directory_sid_from_user_name; 6110122SJordan.Brown@Sun.COM idmap_cache_get_data; 6210122SJordan.Brown@Sun.COM idmap_fini; 6311963SAfshin.Ardakani@Sun.COM idmap_flush; 6410122SJordan.Brown@Sun.COM idmap_free; 6510122SJordan.Brown@Sun.COM idmap_getext_gidbysid; 6610122SJordan.Brown@Sun.COM idmap_getext_pidbysid; 6710122SJordan.Brown@Sun.COM idmap_getext_sidbygid; 6810122SJordan.Brown@Sun.COM idmap_getext_sidbyuid; 6910122SJordan.Brown@Sun.COM idmap_getext_uidbysid; 7010122SJordan.Brown@Sun.COM idmap_getgidbywinname; 7110122SJordan.Brown@Sun.COM idmap_getuidbywinname; 7210122SJordan.Brown@Sun.COM idmap_getwinnamebygid; 7310122SJordan.Brown@Sun.COM idmap_getwinnamebyuid; 7410122SJordan.Brown@Sun.COM idmap_get_create; 7510122SJordan.Brown@Sun.COM idmap_get_destroy; 7610122SJordan.Brown@Sun.COM idmap_get_gidbysid; 7710122SJordan.Brown@Sun.COM idmap_get_mappings; 7810122SJordan.Brown@Sun.COM idmap_get_pidbysid; 79*12065SKeyur.Desai@Sun.COM idmap_get_prop_ds; 80*12065SKeyur.Desai@Sun.COM idmap_get_prop_str; 8110122SJordan.Brown@Sun.COM idmap_get_sidbygid; 8210122SJordan.Brown@Sun.COM idmap_get_sidbyuid; 8310122SJordan.Brown@Sun.COM idmap_get_u2w_mapping; 8410122SJordan.Brown@Sun.COM idmap_get_uidbysid; 8510122SJordan.Brown@Sun.COM idmap_get_w2u_mapping; 8610122SJordan.Brown@Sun.COM idmap_info_cpy; 8710122SJordan.Brown@Sun.COM idmap_info_free; 8810122SJordan.Brown@Sun.COM idmap_info_mov; 8910122SJordan.Brown@Sun.COM idmap_init; 9010122SJordan.Brown@Sun.COM idmap_iter_destroy; 9110122SJordan.Brown@Sun.COM idmap_iter_mappings; 9210122SJordan.Brown@Sun.COM idmap_iter_namerules; 9310122SJordan.Brown@Sun.COM idmap_iter_next_mapping; 9410122SJordan.Brown@Sun.COM idmap_iter_next_namerule; 9510122SJordan.Brown@Sun.COM idmap_namerule_cpy; 9610122SJordan.Brown@Sun.COM idmap_set_logger; 9710122SJordan.Brown@Sun.COM idmap_stat2string; 9810122SJordan.Brown@Sun.COM idmap_stat4prot; 9910122SJordan.Brown@Sun.COM idmap_string2stat; 10010122SJordan.Brown@Sun.COM idmap_udt_add_namerule; 10110122SJordan.Brown@Sun.COM idmap_udt_commit; 10210122SJordan.Brown@Sun.COM idmap_udt_create; 10310122SJordan.Brown@Sun.COM idmap_udt_destroy; 10410122SJordan.Brown@Sun.COM idmap_udt_flush_namerules; 10510122SJordan.Brown@Sun.COM idmap_udt_get_conflict_rule; 10610122SJordan.Brown@Sun.COM idmap_udt_get_error_index; 10710122SJordan.Brown@Sun.COM idmap_udt_get_error_rule; 10810122SJordan.Brown@Sun.COM idmap_udt_rm_namerule; 10910122SJordan.Brown@Sun.COM memdup; 11010122SJordan.Brown@Sun.COM sid_free; 11110122SJordan.Brown@Sun.COM sid_from_le; 11210122SJordan.Brown@Sun.COM sid_fromstr; 11310122SJordan.Brown@Sun.COM sid_len; 11410122SJordan.Brown@Sun.COM sid_to_le; 11510122SJordan.Brown@Sun.COM sid_tostr; 11610122SJordan.Brown@Sun.COM sized_array; 11710122SJordan.Brown@Sun.COM sized_array_free; 11810122SJordan.Brown@Sun.COM sized_array_n; 11910122SJordan.Brown@Sun.COM strcaseeq; 12010122SJordan.Brown@Sun.COM streq; 12110122SJordan.Brown@Sun.COM strndup; 12210122SJordan.Brown@Sun.COM xdr_directory_entry_rpc; 12310122SJordan.Brown@Sun.COM xdr_directory_get_common_1_argument; 12410122SJordan.Brown@Sun.COM xdr_directory_results_rpc; 12511963SAfshin.Ardakani@Sun.COM xdr_idmap_flush_op; 12610122SJordan.Brown@Sun.COM xdr_idmap_ids_res; 12710122SJordan.Brown@Sun.COM xdr_idmap_id_res; 12810122SJordan.Brown@Sun.COM xdr_idmap_list_mappings_1_argument; 12910122SJordan.Brown@Sun.COM xdr_idmap_list_namerules_1_argument; 13010122SJordan.Brown@Sun.COM xdr_idmap_mapping; 13110122SJordan.Brown@Sun.COM xdr_idmap_mappings_res; 13210122SJordan.Brown@Sun.COM xdr_idmap_mapping_batch; 1334520Snw141292 xdr_idmap_namerule; 1344520Snw141292 xdr_idmap_namerules_res; 1356616Sdm199847 xdr_idmap_prop_res; 1366616Sdm199847 xdr_idmap_prop_type; 13710122SJordan.Brown@Sun.COM xdr_idmap_retcode; 13810122SJordan.Brown@Sun.COM xdr_idmap_update_batch; 13910122SJordan.Brown@Sun.COM xdr_idmap_update_res; 1404520Snw141292 local: 1414520Snw141292 *; 1424520Snw141292}; 143