Searched refs:PDWN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c45 * HALT, PDWN, and PASTE aren't defined in 4.x, but we need them to bridge
51 #ifndef PDWN
52 #define PDWN 0xa2 /* halt machine and power down */ macro
242 return PDWN | SPECIAL;
479 case PDWN | SPECIAL:
680 case PDWN:
681 printf(" PDWN, ");
/freebsd-10.0-release/sys/sys/
H A Dkbio.h194 #define PDWN 0xa2 /* halt machine and power down */ macro
/freebsd-10.0-release/sys/dev/kbd/
H A Dkbd.c1023 key->map[i] == PDWN))
1383 case HALT: case PDWN:
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c3562 case PDWN:

Completed in 142 milliseconds