Searched refs:KeybdStatusFlags (Results 1 – 2 of 2) sorted by relevance
182 (LOBYTE(Bda->KeybdStatusFlags) & 0x0C)); in BiosKeyboardService()246 Bda->KeybdStatusFlags |= 0x02; in BiosKeyboardIrq()320 Bda->KeybdStatusFlags &= ~(BDA_KBDFLAG_RCTRL | BDA_KBDFLAG_RALT); in BiosKeyboardIrq()328 if (BiosKeyboardMap[VK_RCONTROL] & (1 << 7)) Bda->KeybdStatusFlags |= BDA_KBDFLAG_RCTRL; in BiosKeyboardIrq()332 if (BiosKeyboardMap[VK_RMENU] & (1 << 7)) Bda->KeybdStatusFlags |= BDA_KBDFLAG_RALT; in BiosKeyboardIrq()349 Bda->KeybdStatusFlags &= ~0x02; // Remove the 0xE0 code flag in BiosKeyboardIrq()373 Bda->KeybdStatusFlags = (1 << 4); // 101/102 enhanced keyboard installed in KbdBios32Post()
100 BYTE KeybdStatusFlags; // 0x96 member