Searched refs:FILEMON_SET_FD (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/filemon/ |
| H A D | filemon.h | 32 #define FILEMON_SET_FD _IOWR('S', 1, int) macro
|
| H A D | filemon.c | 374 case FILEMON_SET_FD: in filemon_ioctl()
|
| /freebsd-13.1/contrib/bmake/filemon/ |
| H A D | filemon_dev.c | 93 if (ioctl(F->fd, FILEMON_SET_FD, &fd) == -1) in filemon_setfd()
|
| /freebsd-13.1/usr.bin/script/ |
| H A D | script.c | 184 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 D | sanitizer_platform_limits_netbsd.cpp | 127 #define FILEMON_SET_FD _IOWR('S', 1, int) macro 1321 unsigned IOCTL_FILEMON_SET_FD = FILEMON_SET_FD;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1403 _(FILEMON_SET_FD, READWRITE, sizeof(int));
|