Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c361 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
/dragonfly/sys/sys/
H A Dsysproto.h858 ucontext_t * sigcntxp; char sigcntxp_[PAD_(ucontext_t *)]; member
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c960 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()