Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c64 *action = AUTOFS_NONE; in do_lookup1()
122 if (mapents == NULL && *action == AUTOFS_NONE) { in do_lookup1()
153 if (mapents == NULL && *action == AUTOFS_NONE) in do_lookup1()
159 if (*action == AUTOFS_NONE && (iswildcard == TRUE)) { in do_lookup1()
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x59 AUTOFS_NONE=2 /* no action */ enumerator
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c695 case AUTOFS_NONE: in auto_lookup_request()