Searched refs:linux_fcntl (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 1475 linux_fcntl(struct thread *td, struct linux_fcntl_args *args) in linux_fcntl() function
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysent.c | 42 …{ .sy_narg = AS(linux_fcntl_args), .sy_call = (sy_call_t *)linux_fcntl, .sy_auevent = AUE_FCNTL, .…
|
| H A D | linux_proto.h | 1269 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 72 …{ .sy_narg = AS(linux_fcntl_args), .sy_call = (sy_call_t *)linux_fcntl, .sy_auevent = AUE_FCNTL, .…
|
| H A D | linux_proto.h | 1777 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 89 …{ .sy_narg = AS(linux_fcntl_args), .sy_call = (sy_call_t *)linux_fcntl, .sy_auevent = AUE_FCNTL, .…
|
| H A D | linux_proto.h | 1507 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 73 …{ .sy_narg = AS(linux_fcntl_args), .sy_call = (sy_call_t *)linux_fcntl, .sy_auevent = AUE_FCNTL, .…
|
| H A D | linux32_proto.h | 1783 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
|