Home
last modified time | relevance | path

Searched refs:osigreturn_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/i386/i386/
H A Dexec_machdep.c546 osigreturn(struct thread *td, struct osigreturn_args *uap) in osigreturn()
/freebsd-13.1/sys/sys/
H A Dsysproto.h2325 struct osigreturn_args { struct
2407 int osigreturn(struct thread *, struct osigreturn_args *);
/freebsd-13.1/sys/kern/
H A Dinit_sysent.c161 …{ compat(AS(osigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, …
H A Dkern_sig.c950 osigreturn(struct thread *td, struct osigreturn_args *uap) in osigreturn()