Searched defs:CONTROL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dpc_kbd.c37 #define CONTROL 2 macro
58 shift_state |= CONTROL;
61 shift_state &= ~CONTROL;
98 if (shift_state & (CONTROL | CAPS)) {
100 if (shift_state & CONTROL)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsmc9000.h141 #define CONTROL 12 macro

Completed in 405 milliseconds