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) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25# 26# MAPFILE HEADER START 27# 28# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29# Object versioning must comply with the rules detailed in 30# 31# usr/src/lib/README.mapfiles 32# 33# You should not be making modifications here until you've read the most current 34# copy of that file. If you need help, contact a gatekeeper for guidance. 35# 36# MAPFILE HEADER END 37# 38 39$mapfile_version 2 40 41SYMBOL_VERSION SUNWprivate_1.1 { 42 global: 43 cmd_execute_command; 44 cmd_execute_command_and_retrieve_string; 45 cmd_retrieve_string; 46 fileutil_add_string_to_array; 47 fileutil_free_string_array; 48 fileutil_get_cmd_from_string; 49 fileutil_get_first_column_data; 50 fileutil_getfs; 51 fileutil_getline; 52 fs_add_DFStab_ent; 53 fs_add_mount_default; 54 fs_check_for_duplicate_DFStab_paths; 55 fs_create_array_from_accesslist; 56 fs_del_All_DFStab_ents_with_Path; 57 fs_del_DFStab_ent; 58 fs_del_mount_default_ent; 59 fs_edit_DFStab_ent; 60 fs_edit_mount_defaults; 61 fs_free_DFStab_ents; 62 fs_free_mntdefaults_list; 63 fs_free_mount_list; 64 fs_free_share_list; 65 fs_get_availablesize; 66 fs_get_avail_for_nonsuperuser_size; 67 fs_get_blocksize; 68 fs_get_DFStab_ent_Desc; 69 fs_get_DFStab_ent_Fstype; 70 fs_get_DFStab_ent_Next; 71 fs_get_DFStab_ent_Options; 72 fs_get_DFStab_ent_Path; 73 fs_get_DFStab_ent_Res; 74 fs_get_DFStab_ents; 75 fs_get_Dfstab_share_cmd; 76 fs_get_filtered_mount_defaults; 77 fs_get_filtered_mount_list; 78 fs_get_fragsize; 79 fs_get_maxfilenamelen; 80 fs_get_mount_defaults; 81 fs_get_mount_list; 82 fs_get_mounts_by_mntopt; 83 fs_get_share_list; 84 fs_get_totalsize; 85 fs_get_usedsize; 86 fs_is_readonly; 87 fs_parse_optlist_for_option; 88 fs_parse_opts_for_sec_modes; 89 fs_print_dfstab_entries; 90 fs_set_DFStab_ent; 91 netcfg_free_networkid_list; 92 netcfg_get_networkid_list; 93 nfs_free_mntinfo_list; 94 nfs_get_filtered_mount_list; 95 nfs_get_mount_list; 96 nfs_get_mounts_by_mntopt; 97 nfssec_free_secmode_list; 98 nfssec_get_default_secmode; 99 nfssec_get_nfs_secmode_list; 100 sys_get_hostname; 101 local: 102 *; 103}; 104