Searched refs:ALKED (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dkbio.h34 #define ALKED 8 /* AltGr locked */ macro
35 #define LOCK_MASK (CLKED | NLKED | SLKED | ALKED)
/freebsd-11-stable/sys/isa/
H A Dsyscons_isa.c216 ((shift & BIOS_ALKED) != 0 ? ALKED : 0);
/freebsd-11-stable/sys/arm/versatile/
H A Dpl050.c388 if (i & ALKED)
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbd.c407 if (i & ALKED)
/freebsd-11-stable/sys/pc98/cbus/
H A Dpckbd.c777 if (i & ALKED)
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dchrome_kb.c485 if (i & ALKED)
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c1249 f = state & (AGRS | ALKED);
1250 if ((f == AGRS1) || (f == AGRS2) || (f == ALKED))
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c808 vd->vd_kbstate &= ~ALKED;
818 vd->vd_kbstate |= ALKED;
917 if (vd->vd_kbstate & ALKED) {
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c1153 if (i & ALKED)
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c985 if (i & ALKED)
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c1800 if (i & ALKED)

Completed in 200 milliseconds