Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c106 int automountd_nobrowse = 0; variable
144 automountd_nobrowse = TRUE;
146 automountd_nobrowse = FALSE;
165 automountd_nobrowse++;
H A Dautomount.h254 extern int automountd_nobrowse;
H A Dautod_readdir.c70 if (automountd_nobrowse) { in do_readdir()