Searched refs:linux_fcntl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 45 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 25…
|
| H A D | linux_proto.h | 1075 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 92 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 72…
|
| H A D | linux_proto.h | 1306 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 75 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 55…
|
| H A D | linux32_proto.h | 1553 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 75 …{ AS(linux_fcntl_args), (sy_call_t *)linux_fcntl, AUE_FCNTL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 55…
|
| H A D | linux_proto.h | 1572 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1423 linux_fcntl(struct thread *td, struct linux_fcntl_args *args) in linux_fcntl() function
|