HomeSort by: relevance | last modified time | path
    Searched refs:AUTOFSREQUEST (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/autofs/
autofs_ioctl.h 108 #define AUTOFSREQUEST _IOR('I', 0x01, struct autofs_daemon_request)
autofs.c 566 case AUTOFSREQUEST:
  /src/usr.sbin/autofs/
automountd.c 374 * interrupt the AUTOFSREQUEST ioctl(2), so we can call
559 error = ioctl(autofs_fd, AUTOFSREQUEST, &request);
567 log_err(1, "AUTOFSREQUEST");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1616 unsigned IOCTL_AUTOFSREQUEST = AUTOFSREQUEST;
sanitizer_interceptors_ioctl_netbsd.inc 666 _(AUTOFSREQUEST, WRITE, struct_autofs_daemon_request_sz);

Completed in 20 milliseconds