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 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate_1.1 { 29 global: 30 cmd_execute_command; 31 cmd_execute_command_and_retrieve_string; 32 cmd_retrieve_string; 33 fileutil_add_string_to_array; 34 fileutil_free_string_array; 35 fileutil_get_cmd_from_string; 36 fileutil_get_first_column_data; 37 fileutil_getfs; 38 fileutil_getline; 39 fs_add_DFStab_ent; 40 fs_add_mount_default; 41 fs_check_for_duplicate_DFStab_paths; 42 fs_create_array_from_accesslist; 43 fs_del_All_DFStab_ents_with_Path; 44 fs_del_DFStab_ent; 45 fs_del_mount_default_ent; 46 fs_edit_DFStab_ent; 47 fs_edit_mount_defaults; 48 fs_free_DFStab_ents; 49 fs_free_mntdefaults_list; 50 fs_free_mount_list; 51 fs_free_share_list; 52 fs_get_availablesize; 53 fs_get_avail_for_nonsuperuser_size; 54 fs_get_blocksize; 55 fs_get_DFStab_ent_Desc; 56 fs_get_DFStab_ent_Fstype; 57 fs_get_DFStab_ent_Next; 58 fs_get_DFStab_ent_Options; 59 fs_get_DFStab_ent_Path; 60 fs_get_DFStab_ent_Res; 61 fs_get_DFStab_ents; 62 fs_get_Dfstab_share_cmd; 63 fs_get_filtered_mount_defaults; 64 fs_get_filtered_mount_list; 65 fs_get_fragsize; 66 fs_get_maxfilenamelen; 67 fs_get_mount_defaults; 68 fs_get_mount_list; 69 fs_get_mounts_by_mntopt; 70 fs_get_share_list; 71 fs_get_totalsize; 72 fs_get_usedsize; 73 fs_is_readonly; 74 fs_parse_optlist_for_option; 75 fs_parse_opts_for_sec_modes; 76 fs_print_dfstab_entries; 77 fs_set_DFStab_ent; 78 netcfg_free_networkid_list; 79 netcfg_get_networkid_list; 80 nfs_free_mntinfo_list; 81 nfs_get_filtered_mount_list; 82 nfs_get_mount_list; 83 nfs_get_mounts_by_mntopt; 84 nfssec_free_secmode_list; 85 nfssec_get_default_secmode; 86 nfssec_get_nfs_secmode_list; 87 sys_get_hostname; 88 local: 89 *; 90}; 91