Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SECCOMP_IO
include/uapi/linux/seccomp.h
141
#define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
tools/include/uapi/linux/seccomp.h
141
#define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
tools/testing/selftests/seccomp/seccomp_bpf.c
218
#define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)