Home
last modified time | relevance | path

Searched refs:osigframe (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dsigframe.h41 struct osigframe { struct
/f-stack/freebsd/i386/i386/
H A Dgenassym.c161 ASSYM(SIGF_SC, offsetof(struct osigframe, sf_siginfo.si_sc));
H A Dmachdep.c324 struct osigframe sf, *fp; in osendsig()
344 fp = (struct osigframe *)((uintptr_t)td->td_sigstk.ss_sp + in osendsig()
345 td->td_sigstk.ss_size - sizeof(struct osigframe)); in osendsig()
350 fp = (struct osigframe *)regs->tf_esp - 1; in osendsig()