Home
last modified time | relevance | path

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

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