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

/freebsd-12-stable/sys/i386/include/
H A Dsigframe.h41 struct osigframe { struct
/freebsd-12-stable/sys/i386/i386/
H A Dgenassym.c174 ASSYM(SIGF_SC, offsetof(struct osigframe, sf_siginfo.si_sc));
H A Dmachdep.c336 struct osigframe sf, *fp;
356 fp = (struct osigframe *)((uintptr_t)td->td_sigstk.ss_sp +
357 td->td_sigstk.ss_size - sizeof(struct osigframe));
362 fp = (struct osigframe *)regs->tf_esp - 1;

Completed in 118 milliseconds