xref: /onnv-gate/usr/src/lib/libfsmgt/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
422522Sraf    global:
432522Sraf	cmd_execute_command;
442522Sraf	cmd_execute_command_and_retrieve_string;
452522Sraf	cmd_retrieve_string;
462522Sraf	fileutil_add_string_to_array;
472522Sraf	fileutil_free_string_array;
482522Sraf	fileutil_get_cmd_from_string;
492522Sraf	fileutil_get_first_column_data;
502522Sraf	fileutil_getfs;
512522Sraf	fileutil_getline;
522522Sraf	fs_add_DFStab_ent;
532522Sraf	fs_add_mount_default;
542522Sraf	fs_check_for_duplicate_DFStab_paths;
552522Sraf	fs_create_array_from_accesslist;
562522Sraf	fs_del_All_DFStab_ents_with_Path;
572522Sraf	fs_del_DFStab_ent;
582522Sraf	fs_del_mount_default_ent;
592522Sraf	fs_edit_DFStab_ent;
602522Sraf	fs_edit_mount_defaults;
612522Sraf	fs_free_DFStab_ents;
622522Sraf	fs_free_mntdefaults_list;
632522Sraf	fs_free_mount_list;
642522Sraf	fs_free_share_list;
652522Sraf	fs_get_availablesize;
662522Sraf	fs_get_avail_for_nonsuperuser_size;
672522Sraf	fs_get_blocksize;
682522Sraf	fs_get_DFStab_ent_Desc;
692522Sraf	fs_get_DFStab_ent_Fstype;
702522Sraf	fs_get_DFStab_ent_Next;
712522Sraf	fs_get_DFStab_ent_Options;
722522Sraf	fs_get_DFStab_ent_Path;
732522Sraf	fs_get_DFStab_ent_Res;
742522Sraf	fs_get_DFStab_ents;
752522Sraf	fs_get_Dfstab_share_cmd;
762522Sraf	fs_get_filtered_mount_defaults;
772522Sraf	fs_get_filtered_mount_list;
782522Sraf	fs_get_fragsize;
792522Sraf	fs_get_maxfilenamelen;
802522Sraf	fs_get_mount_defaults;
812522Sraf	fs_get_mount_list;
822522Sraf	fs_get_mounts_by_mntopt;
832522Sraf	fs_get_share_list;
842522Sraf	fs_get_totalsize;
852522Sraf	fs_get_usedsize;
862522Sraf	fs_is_readonly;
872522Sraf	fs_parse_optlist_for_option;
882522Sraf	fs_parse_opts_for_sec_modes;
892522Sraf	fs_print_dfstab_entries;
902522Sraf	fs_set_DFStab_ent;
912522Sraf	netcfg_free_networkid_list;
922522Sraf	netcfg_get_networkid_list;
932522Sraf	nfs_free_mntinfo_list;
942522Sraf	nfs_get_filtered_mount_list;
952522Sraf	nfs_get_mount_list;
962522Sraf	nfs_get_mounts_by_mntopt;
972522Sraf	nfssec_free_secmode_list;
982522Sraf	nfssec_get_default_secmode;
992522Sraf	nfssec_get_nfs_secmode_list;
1002522Sraf	sys_get_hostname;
1012522Sraf    local:
1022522Sraf	*;
1032522Sraf};
104