Home
last modified time | relevance | path

Searched refs:MNTOPT_BROWSE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h135 #define MNTOPT_BROWSE "browse" /* browsable autofs mount */ macro
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c153 static char *nobrowse_cancel[] = { MNTOPT_BROWSE, NULL };
167 { MNTOPT_BROWSE, browse_cancel, NULL, MO_TAG,
H A Dauto_subr.c2592 else if (strcmp(p, MNTOPT_BROWSE) == 0) in auto_nobrowse_option()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c592 strcmp(p, MNTOPT_BROWSE) != 0 && in remove_browse_options()