Searched defs:KeyboardEnable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.c514 BOOLEAN KeyboardEnable; local
528 KeyboardEnable = FALSE;
546 CheckKbStatus (MouseAbsolutePointerDev->IsaIo, &KeyboardEnable);
602 if (KeyboardEnable) {
H A DCommPs2.c159 @param KeyboardEnable return whether keyboard is enable.
166 OUT BOOLEAN *KeyboardEnable
188 *KeyboardEnable = FALSE;
190 *KeyboardEnable = TRUE;
357 BOOLEAN KeyboardEnable; local
367 KeyboardEnable = FALSE;
397 CheckKbStatus (MouseAbsolutePointerDev->IsaIo, &KeyboardEnable);
407 if (KeyboardEnable) {
415 if (KeyboardEnable) {
426 if (KeyboardEnable) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.c529 BOOLEAN KeyboardEnable; local
543 KeyboardEnable = FALSE;
561 CheckKbStatus (MouseDev->IsaIo, &KeyboardEnable);
617 if (KeyboardEnable) {
H A DCommPs2.c159 @param KeyboardEnable return whether keyboard is enable.
166 OUT BOOLEAN *KeyboardEnable
188 *KeyboardEnable = FALSE;
190 *KeyboardEnable = TRUE;
357 BOOLEAN KeyboardEnable; local
367 KeyboardEnable = FALSE;
397 CheckKbStatus (MouseDev->IsaIo, &KeyboardEnable);
407 if (KeyboardEnable) {
415 if (KeyboardEnable) {
426 if (KeyboardEnable) {
[all...]

Completed in 1327 milliseconds