Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/sys/
H A D_autofssys.c34 _autofssys(enum autofssys_op op, void *arg) in _autofssys()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h364 enum autofssys_op { AUTOFS_UNMOUNTALL, AUTOFS_SETDOOR }; enum
367 extern int autofssys(enum autofssys_op, uintptr_t);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_sys.c37 autofssys(enum autofssys_op opcode, uintptr_t arg) in autofssys()