Home
last modified time | relevance | path

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

/original-bsd/sys/vax/uba/
H A Dqvreg.h72 #define LK_POWER_ERROR 0x3e /* keyboard failure on powerup test */ macro
H A Dqduser.h398 #define LK_POWER_ERROR 0x3E /* keyboard failure on powerup test */ macro
H A Dqd.c2116 if (key==LK_POWER_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.h75 #define LK_POWER_ERROR 0x3e /* keyboard failure on pwrup tst*/ macro
H A Dfb.c909 case LK_POWER_ERROR:
/original-bsd/sys/vax/stand/
H A Dqdcons.c426 if( key == LK_POWER_ERROR || key == LK_KDOWN_ERROR || in qdgetc()