diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-03-28 21:24:19 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-29 08:51:39 +0100 |
| commit | 98c1bf1cfb0f9530ab2107c29a52ba15fc4fefa3 (patch) | |
| tree | 6db9310840acce6bb09879cf1eee7031af75801f /executor/syscalls.h | |
| parent | 934bb8cadebb5713f5f118f1e846fdc890fea9df (diff) | |
sys/openbsd: add bpf descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index f513a33c8..905e14105 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14791,6 +14791,30 @@ const call_t syscalls[] = { {"getsockopt$sock_linger", 118}, {"getsockopt$sock_timeval", 118}, {"getuid", 24}, + {"ioctl$BIOCFLUSH", 54}, + {"ioctl$BIOCGBLEN", 54}, + {"ioctl$BIOCGDIRFILT", 54}, + {"ioctl$BIOCGDLTLIST", 54}, + {"ioctl$BIOCGETIF", 54}, + {"ioctl$BIOCGFILDROP", 54}, + {"ioctl$BIOCGHDRCMPLT", 54}, + {"ioctl$BIOCGRSIG", 54}, + {"ioctl$BIOCGRTIMEOUT", 54}, + {"ioctl$BIOCGSTATS", 54}, + {"ioctl$BIOCIMMEDIATE", 54}, + {"ioctl$BIOCLOCK", 54}, + {"ioctl$BIOCPROMISC", 54}, + {"ioctl$BIOCSBLEN", 54}, + {"ioctl$BIOCSDIRFILT", 54}, + {"ioctl$BIOCSDLT", 54}, + {"ioctl$BIOCSETF", 54}, + {"ioctl$BIOCSETIF", 54}, + {"ioctl$BIOCSETWF", 54}, + {"ioctl$BIOCSFILDROP", 54}, + {"ioctl$BIOCSHDRCMPLT", 54}, + {"ioctl$BIOCSRSIG", 54}, + {"ioctl$BIOCSRTIMEOUT", 54}, + {"ioctl$BIOCVERSION", 54}, {"ioctl$KDDISABIO", 54}, {"ioctl$KDENABIO", 54}, {"ioctl$KDGETLED", 54}, @@ -14899,6 +14923,7 @@ const call_t syscalls[] = { {"open", 5}, {"open$dir", 5}, {"openat", 321}, + {"openat$bpf", 321}, {"openat$null", 321}, {"openat$tty", 321}, {"openat$wsdisplay", 321}, |
