Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dexec_machdep.c546 osigreturn(struct thread *td, struct osigreturn_args *uap) in osigreturn()
/freebsd/sys/sys/
H A Dsysproto.h2351 struct osigreturn_args { struct
2446 int osigreturn(struct thread *, struct osigreturn_args *);
/freebsd/sys/kern/
H A Dinit_sysent.c166 …{ compat(AS(osigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, …
H A Dkern_sig.c1026 osigreturn(struct thread *td, struct osigreturn_args *uap) in osigreturn()