Searched refs:linux_fcntl64 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysent.c241 { .sy_narg = AS(linux_fcntl64_args), .sy_call = (sy_call_t *)linux_fcntl64, .sy_auevent = AUE_FCNTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 221 = linux_fcntl64 */
H A Dlinux_proto.h1750 int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c241 { .sy_narg = AS(linux_fcntl64_args), .sy_call = (sy_call_t *)linux_fcntl64, .sy_auevent = AUE_FCNTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 221 = linux_fcntl64 */
H A Dlinux32_proto.h1756 int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_sysent.c241 { .sy_narg = AS(linux_fcntl64_args), .sy_call = (sy_call_t *)linux_fcntl64, .sy_auevent = AUE_FCNTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 221 = linux_fcntl64 */
H A Dlinux_proto.h1368 int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c1669 linux_fcntl64(struct thread *td, struct linux_fcntl64_args *args) function

Completed in 194 milliseconds