Home
last modified time | relevance | path

Searched refs:sv_sigsize (Results 1 – 5 of 5) sorted by path

/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c43 .sv_sigsize = 0,
/dragonfly/sys/kern/
H A Dinit_main.c343 .sv_sigsize = 0,
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c792 if (sig <= p->p_sysent->sv_sigsize) in sendsig()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c196 if (sig <= p->p_sysent->sv_sigsize) in sendsig()
/dragonfly/sys/sys/
H A Dsysent.h59 int sv_sigsize; /* size of signal translation table */ member