Home
last modified time | relevance | path

Searched refs:linux_memfd_create_args (Results 1 – 13 of 13) sorted by relevance

/src/sys/arm64/linux/
H A Dlinux_proto.h1065 struct linux_memfd_create_args { struct
1465 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c296 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2122 struct linux_memfd_create_args *p = params; in systrace_args()
/src/sys/compat/linux/
H A Dlinux_file.c1818 linux_memfd_create(struct thread *td, struct linux_memfd_create_args *args) in linux_memfd_create()
/src/sys/amd64/linux/
H A Dlinux_proto.h1251 struct linux_memfd_create_args { struct
1707 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c336 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2494 struct linux_memfd_create_args *p = params; in systrace_args()
/src/sys/i386/linux/
H A Dlinux_proto.h1311 struct linux_memfd_create_args { struct
2021 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c373 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2634 struct linux_memfd_create_args *p = params; in systrace_args()
/src/sys/amd64/linux32/
H A Dlinux32_proto.h1317 struct linux_memfd_create_args { struct
2025 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux32_sysent.c374 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux32_systrace_args.c2603 struct linux_memfd_create_args *p = params; in systrace_args()