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

/freebsd-current/sys/dev/vt/
H A Dvt.h84 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dvt_core.c3027 if (!ISSIGVALID(mode->relsig) ||
3028 !ISSIGVALID(mode->acqsig) ||
3029 !ISSIGVALID(mode->frsig)) {
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h529 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dscmouse.c706 if (ISSIGVALID(mouse->u.mode.signal)) {
H A Dsyscons.c1200 if (!ISSIGVALID(mode->relsig) ||
1201 !ISSIGVALID(mode->acqsig) ||
1202 !ISSIGVALID(mode->frsig)) {

Completed in 80 milliseconds