Home
last modified time | relevance | path

Searched refs:AUTOFS_PATH (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dautomountd.c493 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
498 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
503 log_err(1, "failed to open %s", AUTOFS_PATH); in main_automountd()
/freebsd/sys/fs/autofs/
H A Dautofs_ioctl.h34 #define AUTOFS_PATH "/dev/autofs" macro