Home
last modified time | relevance | path

Searched refs:linux_pipe2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c79 …{ AS(linux_pipe2_args), (sy_call_t *)linux_pipe2, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 59 …
H A Dlinux_proto.h1101 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c313 …{ AS(linux_pipe2_args), (sy_call_t *)linux_pipe2, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 293…
H A Dlinux_proto.h1471 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c351 …{ AS(linux_pipe2_args), (sy_call_t *)linux_pipe2, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 331…
H A Dlinux32_proto.h1767 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c351 …{ AS(linux_pipe2_args), (sy_call_t *)linux_pipe2, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 331…
H A Dlinux_proto.h1787 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1627 linux_pipe2(struct thread *td, struct linux_pipe2_args *args) in linux_pipe2() function