Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dautomountd.c64 static int autofs_fd; variable
81 error = ioctl(autofs_fd, AUTOFSDONE, &add); in done()
493 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
494 if (autofs_fd < 0 && errno == ENOENT) { in main_automountd()
498 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC); in main_automountd()
502 if (autofs_fd < 0) in main_automountd()
523 error = ioctl(autofs_fd, AUTOFSREQUEST, &request); in main_automountd()