handlelocalfs.c revision 2
2N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A * Description: If the SMF service system/filesystem/local:default is not
2N/Aenable_local_fs(void)
2N/A char *cur_smf_state;
2N/A if (fs_temporarily_enabled) {
2N/A if (fs_enabled_here) {
2N/A SCF_STATE_STRING_OFFLINE) == 0) ||
2N/A * Description: If the SMF service system/filesystem/local:default was
2N/Arestore_local_fs(void)
2N/A char *cur_smf_state;
2N/A if (!fs_temporarily_enabled) {
2N/A return (!fs_temporarily_enabled);