Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c45 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 25…
H A Dlinux_proto.h1075 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c92 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 72…
H A Dlinux_proto.h1306 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c75 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 55…
H A Dlinux32_proto.h1553 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c75 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 55…
H A Dlinux_proto.h1572 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1423 linux_fcntl(struct thread *td, struct linux_fcntl_args *args) in linux_fcntl() function