Home
last modified time | relevance | path

Searched refs:LK_KDOWN_ERROR (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/vax/uba/
H A Dqvreg.h71 #define LK_KDOWN_ERROR 0x3d /* key down on powerup error */ macro
H A Dqduser.h397 #define LK_KDOWN_ERROR 0x3D /* key down on powerup error */ macro
H A Dqd.c2117 key==LK_KDOWN_ERROR ||
2546 if (key == LK_POWER_ERROR || key == LK_KDOWN_ERROR ||
2883 if (key == LK_POWER_ERROR || key == LK_KDOWN_ERROR || in qdgetc()
H A Dqv.c525 if( key == LK_POWER_ERROR || key == LK_KDOWN_ERROR ||
/original-bsd/sys/pmax/dev/
H A Dfbreg.h74 #define LK_KDOWN_ERROR 0x3d /* key down on powerup error */ macro
H A Dfb.c910 case LK_KDOWN_ERROR:
/original-bsd/sys/vax/stand/
H A Dqdcons.c426 if( key == LK_POWER_ERROR || key == LK_KDOWN_ERROR || in qdgetc()