/vbox/src/VBox/Main/src-client/ |
H A D | KeyboardImpl.cpp | 36 /** @name Keyboard device capabilities bitfield 47 * Keyboard driver instance data. 52 Keyboard *pKeyboard; 67 Keyboard::Keyboard() function in class:Keyboard 72 Keyboard::~Keyboard() 76 HRESULT Keyboard::FinalConstruct() 85 void Keyboard::FinalRelease() 100 HRESULT Keyboard [all...] |
H A D | VBoxDriversRegister.cpp | 62 rc = pCallbacks->pfnRegister(pCallbacks, &Keyboard::DrvReg);
|
H A D | ConsoleImpl2.cpp | 1635 Keyboard *pKeyboard = mKeyboard; 2113 /* Virtual USB Keyboard */
|
/vbox/src/VBox/Main/include/ |
H A D | KeyboardImpl.h | 43 class ATL_NO_VTABLE Keyboard : class in inherits:KeyboardWrap 48 DECLARE_EMPTY_CTOR_DTOR(Keyboard) 66 // Wrapped Keyboard properties 70 // Wrapped Keyboard members
|
H A D | ConsoleImpl.h | 28 class Keyboard; 86 * Intended to used only within Console children (i.e. Keyboard, Mouse, 137 Keyboard *i_getKeyboard() const { return mKeyboard; } 847 const ComObjPtr<Keyboard> mKeyboard;
|
H A D | MachineImpl.h | 65 class Keyboard;
|
/vbox/src/VBox/Devices/Input/ |
H A D | PS2K.cpp | 21 * Keyboard Scan Code Specification, Microsoft, 2000 49 /** @name Keyboard commands sent by the system. 72 /** @name Keyboard responses sent to the system. 213 * Keyboard port - LUN#0. 229 } Keyboard; member in struct:PS2K 370 /* 66 */ {0x5E, 0x37, UNKN, KF_E0, T_U }, /* Key Unk: Keyboard Power */ 384 /* 74 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Execute */ 385 /* 75 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Help */ 386 /* 76 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Menu */ 387 /* 77 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Selec [all...] |
H A D | DevPS2.cpp | 83 /* Keyboard Controller Commands */ 91 #define KBD_CCMD_KBD_TEST 0xAB /* Keyboard interface test */ 92 #define KBD_CCMD_KBD_DISABLE 0xAD /* Keyboard interface disable */ 93 #define KBD_CCMD_KBD_ENABLE 0xAE /* Keyboard interface enable */ 108 #define KBD_STAT_OBF 0x01 /* Keyboard output buffer full */ 109 #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ 118 #define KBD_MODE_KBD_INT 0x01 /* Keyboard data generate IRQ1 */ 229 /** Keyboard state (implemented in separate PS2K module). */ 286 /* Keyboard data has priority if both kbd and aux data is available. */ 537 /* Keyboard cloc [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
H A D | Ps2KbdCtrller.c | 960 @retval EFI_TIMEOUT Keyboard is not ready to issuing 1640 // 0: Enable Keyboard interrupt ) 1691 // Keyboard Interface Test 1708 // Keyboard reset with a BAT(Basic Assurance Test) 1728 KeyboardError (ConsoleIn, L"Keyboard self test failed!\n\r"); 1735 // Set Keyboard to use Scan Code Set 2 1762 // Clear Keyboard Scancode Buffer 1790 // Update Keyboard Lights 1850 Check whether there is Ps/2 Keyboard device in system by 0xF4 Keyboard Comman [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/ |
H A D | BdsPlatform.h | 184 ACPI_HID_DEVICE_PATH Keyboard; member in struct:__anon12623
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-a20-1.asm | 263 db 'Keyboard A20 Gate Interface', 0
|
/vbox/src/VBox/Devices/testcase/ |
H A D | tstDeviceStructSizeRC.cpp | 467 GEN_CHECK_OFF(PS2K, Keyboard.IBase); 468 GEN_CHECK_OFF(PS2K, Keyboard.IPort); 469 GEN_CHECK_OFF(PS2K, Keyboard.pDrvBase); 470 GEN_CHECK_OFF(PS2K, Keyboard.pDrv);
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 808 ;; INT 16h handler - Keyboard service 878 ;; INT 09h handler - Keyboard ISR (IRQ 1)
|
H A D | VBoxBiosAlternative.asm | 911 db 'Keyboard error:%u', 00ah, 000h
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserModel.cpp | 1348 /* Keyboard handler: */ 1582 case QGraphicsSceneContextMenuEvent::Keyboard:
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageControlVM.cpp | 291 CHECK_ERROR_BREAK(console, COMGETTER(Keyboard)(pKeyboard.asOutParam()));
|
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | VBoxSDL.cpp | 2375 rc = gpConsole->COMGETTER(Keyboard)(gpKeyboard.asOutParam()); 2492 * Keyboard events. 3699 * Keyboard event handler.
|