Searched refs:ISSIGVALID (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/vt/
H A Dvt.h86 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dvt_core.c2799 if (!ISSIGVALID(mode->relsig) ||
2800 !ISSIGVALID(mode->acqsig) ||
2801 !ISSIGVALID(mode->frsig)) {
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h531 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dscmouse.c708 if (ISSIGVALID(mouse->u.mode.signal)) {
H A Dsyscons.c1202 if (!ISSIGVALID(mode->relsig) ||
1203 !ISSIGVALID(mode->acqsig) ||
1204 !ISSIGVALID(mode->frsig)) {

Completed in 135 milliseconds