diff options
| author | Mark Johnston <markjdb@gmail.com> | 2021-11-19 18:08:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 00:08:23 +0100 |
| commit | 4eb20a4ea7cf78f84d015cefa160aff806c35ec7 (patch) | |
| tree | 8e65d53402824055efedd784671fabba29a19226 /sys/freebsd/filemon.txt.const | |
| parent | 780b27623e2c0284dfb0c8e0392463d1eef00e92 (diff) | |
Add filemon(4) ioctl definitions for FreeBSD (#2887)
* sys/freebsd: add definitions for filemon(4)
* pkg/build: load filemon.ko on FreeBSD
Diffstat (limited to 'sys/freebsd/filemon.txt.const')
| -rw-r--r-- | sys/freebsd/filemon.txt.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/freebsd/filemon.txt.const b/sys/freebsd/filemon.txt.const new file mode 100644 index 000000000..f531a8f6d --- /dev/null +++ b/sys/freebsd/filemon.txt.const @@ -0,0 +1,7 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64 +AT_FDCWD = 18446744073709551516 +FILEMON_SET_FD = 3221508865 +FILEMON_SET_PID = 3221508866 +SYS_ioctl = 54 +SYS_openat = 499 |
