Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2316 struct osigreturn_args { struct
2398 int osigreturn(struct thread *, struct osigreturn_args *);
/f-stack/freebsd/i386/i386/
H A Dmachdep.c746 struct osigreturn_args /* {
/f-stack/freebsd/kern/
H A Dkern_sig.c933 osigreturn(struct thread *td, struct osigreturn_args *uap) in osigreturn()
H A Dinit_sysent.c161 …{ compat(AS(osigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, …