xref: /illumos-gate/usr/src/lib/libfsmgt/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
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_1.1 {
41    global:
42	cmd_execute_command;
43	cmd_execute_command_and_retrieve_string;
44	cmd_retrieve_string;
45	fileutil_add_string_to_array;
46	fileutil_free_string_array;
47	fileutil_get_cmd_from_string;
48	fileutil_get_first_column_data;
49	fileutil_getfs;
50	fileutil_getline;
51	fs_add_DFStab_ent;
52	fs_add_mount_default;
53	fs_check_for_duplicate_DFStab_paths;
54	fs_create_array_from_accesslist;
55	fs_del_All_DFStab_ents_with_Path;
56	fs_del_DFStab_ent;
57	fs_del_mount_default_ent;
58	fs_edit_DFStab_ent;
59	fs_edit_mount_defaults;
60	fs_free_DFStab_ents;
61	fs_free_mntdefaults_list;
62	fs_free_mount_list;
63	fs_free_share_list;
64	fs_get_availablesize;
65	fs_get_avail_for_nonsuperuser_size;
66	fs_get_blocksize;
67	fs_get_DFStab_ent_Desc;
68	fs_get_DFStab_ent_Fstype;
69	fs_get_DFStab_ent_Next;
70	fs_get_DFStab_ent_Options;
71	fs_get_DFStab_ent_Path;
72	fs_get_DFStab_ent_Res;
73	fs_get_DFStab_ents;
74	fs_get_Dfstab_share_cmd;
75	fs_get_filtered_mount_defaults;
76	fs_get_filtered_mount_list;
77	fs_get_fragsize;
78	fs_get_maxfilenamelen;
79	fs_get_mount_defaults;
80	fs_get_mount_list;
81	fs_get_mounts_by_mntopt;
82	fs_get_share_list;
83	fs_get_totalsize;
84	fs_get_usedsize;
85	fs_is_readonly;
86	fs_parse_optlist_for_option;
87	fs_parse_opts_for_sec_modes;
88	fs_print_dfstab_entries;
89	fs_set_DFStab_ent;
90	netcfg_free_networkid_list;
91	netcfg_get_networkid_list;
92	nfs_free_mntinfo_list;
93	nfs_get_filtered_mount_list;
94	nfs_get_mount_list;
95	nfs_get_mounts_by_mntopt;
96	nfssec_free_secmode_list;
97	nfssec_get_default_secmode;
98	nfssec_get_nfs_secmode_list;
99	sys_get_hostname;
100    local:
101	*;
102};
103