Home
last modified time | relevance | path

Searched refs:automountd_nobrowse (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c106 int automountd_nobrowse = 0; variable
143 automountd_nobrowse = TRUE;
145 automountd_nobrowse = FALSE;
164 automountd_nobrowse++;
H A Dautomount.h254 extern int automountd_nobrowse;
H A Dautod_readdir.c72 if (automountd_nobrowse) { in do_readdir()