Searched refs:linux_set_syscall_retval (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysvec.c79 static void linux_set_syscall_retval(struct thread *td, int error);
139 linux_set_syscall_retval(struct thread *td, int error) function
384 .sv_set_syscall_retval = linux_set_syscall_retval,
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysvec.c105 static void linux_set_syscall_retval(struct thread *td, int error);
207 linux_set_syscall_retval(struct thread *td, int error) function
704 .sv_set_syscall_retval = linux_set_syscall_retval,

Completed in 109 milliseconds