HomeSort by: relevance | last modified time | path
    Searched refs:CFM_AUTOFS_USE_LOFS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_solaris_v2_v3.c 604 if (gopt.flags & CFM_AUTOFS_USE_LOFS ||
1088 if (!(gopt.flags & CFM_AUTOFS_USE_LOFS))
1146 gopt.flags & CFM_AUTOFS_USE_LOFS) {
1219 if (gopt.flags & CFM_AUTOFS_USE_LOFS ||
autofs_linux.c 590 if (bind_works && gopt.flags & CFM_AUTOFS_USE_LOFS) {
652 if (bind_works && gopt.flags & CFM_AUTOFS_USE_LOFS) {
  /src/external/bsd/am-utils/dist/amd/
amd.h 74 #define CFM_AUTOFS_USE_LOFS 0x00001000
84 #define CFM_DEFAULT_FLAGS (CFM_PROCESS_LOCK|CFM_USE_TCPWRAPPERS|CFM_AUTOFS_USE_LOFS|CFM_DOMAIN_STRIP|CFM_NORMALIZE_SLASHES)
conf.c 418 gopt.flags |= CFM_AUTOFS_USE_LOFS;
421 gopt.flags &= ~CFM_AUTOFS_USE_LOFS;

Completed in 19 milliseconds