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

/freebsd-10.2-release/sys/i386/include/
H A Dsigframe.h39 struct osigframe { struct
/freebsd-10.2-release/sys/i386/i386/
H A Dgenassym.c173 ASSYM(SIGF_SC, offsetof(struct osigframe, sf_siginfo.si_sc));
H A Dmachdep.c375 struct osigframe sf, *fp;
395 fp = (struct osigframe *)(td->td_sigstk.ss_sp +
396 td->td_sigstk.ss_size - sizeof(struct osigframe));
401 fp = (struct osigframe *)regs->tf_esp - 1;

Completed in 73 milliseconds