Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/autofs/
H A Dautomountd.c482 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
487 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
492 log_err(1, "failed to open %s", AUTOFS_PATH); in main_automountd()
/dragonfly/sys/vfs/autofs/
H A Dautofs_ioctl.h42 #define AUTOFS_PATH "/dev/autofs" macro