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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c515 LIST_ENTRY *NsKeyList; local
518 NsKeyList = &UsbKeyboardDevice->NsKeyList;
519 Link = GetFirstNode (NsKeyList);
520 while (!IsNull (NsKeyList, Link)) {
527 Link = GetNextNode (NsKeyList, Link);
672 InsertTailList (&UsbKeyboardDevice->NsKeyList, &UsbNsKey->Link);
713 while (!IsListEmpty (&UsbKeyboardDevice->NsKeyList)) {
714 Link = GetFirstNode (&UsbKeyboardDevice->NsKeyList);
749 InitializeListHead (&UsbKeyboardDevice->NsKeyList);
[all...]
H A DEfiKey.h157 LIST_ENTRY NsKeyList; member in struct:__anon10885

Completed in 46 milliseconds