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

/freebsd-10.1-release/sys/dev/vt/
H A Dvt.h83 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dvt_core.c2391 if (!ISSIGVALID(mode->relsig) ||
2392 !ISSIGVALID(mode->acqsig) ||
2393 !ISSIGVALID(mode->frsig)) {
/freebsd-10.1-release/sys/dev/syscons/
H A Dsyscons.h536 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
H A Dscmouse.c706 if (ISSIGVALID(mouse->u.mode.signal)) {
H A Dsyscons.c1086 if (!ISSIGVALID(mode->relsig) || !ISSIGVALID(mode->acqsig)
1087 || !ISSIGVALID(mode->frsig)) {
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c1985 #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) macro
2069 if (!ISSIGVALID(mode.frsig) && ISSIGVALID(mode.acqsig))

Completed in 106 milliseconds