Home
last modified time | relevance | path

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

/freebsd/sys/dev/filemon/
H A Dfilemon.h30 #define FILEMON_SET_FD _IOWR('S', 1, int) macro
H A Dfilemon.c371 case FILEMON_SET_FD: in filemon_ioctl()
/freebsd/contrib/bmake/filemon/
H A Dfilemon_dev.c97 if (ioctl(F->fd, FILEMON_SET_FD, &fd) == -1) in filemon_setfd()
/freebsd/usr.bin/script/
H A Dscript.c203 if (ioctl(fm_fd, FILEMON_SET_FD, &fm_log) < 0) in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp127 #define FILEMON_SET_FD _IOWR('S', 1, int) macro
1322 unsigned IOCTL_FILEMON_SET_FD = FILEMON_SET_FD;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1401 _(FILEMON_SET_FD, READWRITE, sizeof(int));