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

/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c67 static int autofs_fd; variable
84 error = ioctl(autofs_fd, AUTOFSDONE, &add);
496 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC);
497 if (autofs_fd < 0 && errno == ENOENT) {
501 autofs_fd = open(AUTOFS_PATH, O_RDWR | O_CLOEXEC);
505 if (autofs_fd < 0)
526 error = ioctl(autofs_fd, AUTOFSREQUEST, &request);

Completed in 47 milliseconds