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

/freebsd-11-stable/sys/i386/include/
H A Dsigframe.h39 struct osigframe { struct
/freebsd-11-stable/sys/i386/i386/
H A Dgenassym.c173 ASSYM(SIGF_SC, offsetof(struct osigframe, sf_siginfo.si_sc));
H A Dmachdep.c349 struct osigframe sf, *fp;
369 fp = (struct osigframe *)((uintptr_t)td->td_sigstk.ss_sp +
370 td->td_sigstk.ss_size - sizeof(struct osigframe));
375 fp = (struct osigframe *)regs->tf_esp - 1;

Completed in 80 milliseconds