Searched defs:Key (Results 26 - 50 of 117) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c172 EFI_INPUT_KEY Key; local
488 &Key,
496 if (Key.UnicodeChar != CHAR_CARRIAGE_RETURN) {
512 &Key,
520 if (Key.UnicodeChar != CHAR_CARRIAGE_RETURN) {
H A DUserProfileModify.c1122 EFI_INPUT_KEY Key; local
1136 &Key,
1139 L"Please Press Any Key to Continue ...",
1172 &Key,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c132 EFI_INPUT_KEY Key; local
189 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
196 if (Key.ScanCode == SCAN_ESC) {
204 if (Key.UnicodeChar == CHAR_LINEFEED || Key.UnicodeChar == CHAR_CARRIAGE_RETURN) {
206 } else if (Key.UnicodeChar == CHAR_BACKSPACE) {
219 } else if (Key.UnicodeChar <= 127 && Key.UnicodeChar >= 32) {
223 mReturnString[Size] = Key.UnicodeChar;
/vbox/src/VBox/Main/src-client/
H A DHGCMObjects.cpp98 uint32_t Key; local
102 Key = ASMAtomicIncU32 (pu32HandleCountSource);
104 if (Key == u32Start)
112 if ((Key & 0x7FFFFFFF) == 0)
123 Key = u32HandleIn;
127 pCore->AvlCore.Key = Key;
153 handle = Key;
155 Log(("Object key inserted 0x%08X\n", Key));
/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp87 pStr->Key = sdbm(pStr->pszString, &pStr->cchString);
88 PRTSTRSPACECORE pMatch = KAVL_FN(Get)(pStrSpace, pStr->Key);
115 KAVLKEY Key = sdbm(pszString, &cchString); local
116 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
136 pCur = KAVL_FN(Remove)(pStrSpace, Key);
164 KAVLKEY Key = sdbm(pszString, &cchString); local
165 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
193 KAVLKEY Key = sdbmN(pszString, cchMax, &cchString); local
194 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptPkcs7.c142 EVP_PKEY *Key; local
159 Key = NULL;
188 Key = EVP_PKEY_new ();
189 if (Key == NULL) {
193 Key->save_type = EVP_PKEY_RSA;
194 Key->type = EVP_PKEY_type (EVP_PKEY_RSA);
195 Key->pkey.rsa = (RSA *) RsaContext;
208 Key,
260 if (Key != NULL) {
261 Key
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c223 EFI_INPUT_KEY Key; local
235 ZeroMem (&Key, sizeof (EFI_INPUT_KEY));
349 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
350 if (!EFI_ERROR (KeyStatus) && (Key.ScanCode == SCAN_ESC)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwPadFile.c1026 UINTN Key; local
1106 Key = 0;
1111 &Key,
1126 OldFfsFileEntry[Index1] = (FFS_FILE_LIST_ENTRY *) Key;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c42 if (!EfiKeyFiFoRemoveOneKey (TerminalDevice, &KeyData->Key)) {
111 @param Key A pointer to a buffer that is filled in with the
124 OUT EFI_INPUT_KEY *Key
141 CopyMem (Key, &KeyData.Key, sizeof (EFI_INPUT_KEY));
159 @retval TRUE Key be pressed matches a registered key.
171 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) ||
172 (RegsiteredData->Key.UnicodeChar != InputData->Key
1066 EFI_INPUT_KEY Key; local
1193 EFI_INPUT_KEY Key; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c200 EFI_INPUT_KEY Key; local
237 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid IP address!", NULL);
241 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Subnet Mask!", NULL);
247 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Gateway address is set but subnet mask is zero.", NULL);
251 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Local IP and Gateway are not in the same subnet.", NULL);
690 EFI_INPUT_KEY Key; local
714 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid IP address!", NULL);
725 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Subnet Mask!", NULL);
736 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Gateway!", NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DProcessOptions.c354 EFI_INPUT_KEY Key; local
360 CreateDialog (4, TRUE, 0, NULL, &Key, gEmptyString, gPassowordInvalid, gPressEnter, gEmptyString);
361 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
393 EFI_INPUT_KEY Key; local
469 CreateDialog (4, TRUE, 0, NULL, &Key, gEmptyString, gOptionMismatch, gPressEnter, gEmptyString);
470 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
541 CreateDialog (4, TRUE, 0, NULL, &Key, gEmptyString, gOptionMismatch, gPressEnter, gEmptyString);
542 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
958 CreateDialog (4, TRUE, 0, NULL, &Key, gEmptyString, gConfirmError, gPressEnter, gEmptyString);
959 } while (Key
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c240 UINTN Key; local
277 Key = 0;
279 Status = Fv->GetNextFile (Fv, &Key, &FileType, &NameGuid, &Attributes, Size);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c859 EFI_INPUT_KEY Key; local
952 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
955 if ((Key.UnicodeChar == 0x1b) || (Key.UnicodeChar == 0x03) ||
956 ((Key.UnicodeChar == 0) && (Key.ScanCode == SCAN_ESC))) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c439 EFI_INPUT_KEY Key; local
446 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
447 if (Key.ScanCode == SCAN_ESC) {
448 InputKey = Key.ScanCode;
450 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
451 InputKey = Key.ScanCode;
453 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
454 InputKey = Key.ScanCode;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.c820 EFI_INPUT_KEY Key; local
833 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1364 EFI_INPUT_KEY Key; local
1378 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1379 } while(SCAN_CONTROL_W != Key.UnicodeChar);
1803 EFI_INPUT_KEY Key; local
1840 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1855 if (EFI_NOT_FOUND != MenuBarDispatchControlHotKey(&Key)) {
1857 } else if ((Key.ScanCode == SCAN_NULL) || ((Key.ScanCode >= SCAN_UP) && (Key.ScanCode <= SCAN_PAGE_DOWN))) {
1858 Status = FileBufferHandleInput (&Key);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h39 CHAR16 Key[3]; member in struct:__anon12809
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c231 EFI_INPUT_KEY Key; local
263 Status = Proto->ReadKeyStroke(Proto, &Key);
269 Key.ScanCode = Stream->UnGetKey.ScanCode;
270 Key.UnicodeChar = Stream->UnGetKey.UnicodeChar;
274 if(Key.ScanCode == SCAN_NULL) {
276 if(TtyCooked && (Key.UnicodeChar == CHAR_CARRIAGE_RETURN)) {
281 *OutPtr++ = Key.UnicodeChar;
282 NumEcho = wctomb(EchoBuff, Key.UnicodeChar);
291 if(iswcntrl(Key.UnicodeChar)) { // If a control character, or a scan code
/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h304 register KAVLKEY Key = pNode->Key; NOREF(Key); local
312 if (Key > KeyLast)
326 if (KAVL_R_IS_IDENTICAL(pCurNode->Key, Key, pCurNode->KeyLast, KeyLast))
339 if (KAVL_R_IS_INTERSECTING(pCurNode->Key, Key, pCurNode->KeyLast, KeyLast))
342 if (KAVL_G(pCurNode->Key, Key))
399 Remove(PPKAVLNODECORE ppTree, KAVLKEY Key) argument
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp103 * @param Key The first key in the range.
106 static bool TrackerInsert(PTRACKER pTracker, uint32_t Key, uint32_t KeyLast) argument
108 bool fRc = !ASMBitTestAndSet(pTracker->abBitmap, Key);
111 while (KeyLast != Key)
128 * @param Key The first key in the range.
131 static bool TrackerRemove(PTRACKER pTracker, uint32_t Key, uint32_t KeyLast) argument
133 bool fRc = ASMBitTestAndClear(pTracker->abBitmap, Key);
136 while (KeyLast != Key)
163 uint32_t Key = RTRandAdvU32Ex(g_hRand, 0, pTracker->MaxKey - 1); local
164 if (ASMBitTest(pTracker->abBitmap, Key))
241 uint32_t Key = RTRandAdvU32Ex(g_hRand, 0, pTracker->MaxKey - 1); local
454 RTGCPHYS Key = pNode->Key; local
558 uint32_t Key; local
588 uint32_t Key; local
815 RTGCPHYS Key = KeyBase + ((i / 19) % 4); local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c996 EFI_INPUT_KEY Key; local
1031 &Key
1365 @param Key Pointer for store the key that read out.
1375 OUT EFI_INPUT_KEY *Key
1393 if (KeyData.Key.UnicodeChar >= L'a' && KeyData.Key.UnicodeChar <= L'z') {
1394 KeyData.Key.UnicodeChar = (CHAR16) (KeyData.Key.UnicodeChar - L'a' + 1);
1395 } else if (KeyData.Key.UnicodeChar >= L'A' && KeyData.Key
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c1264 UINT16 Key; local
1276 Key = 0;
1297 Key = (UINT16) LEGACY_FD_QUESTION_ID;
1307 Key = (UINT16) LEGACY_HD_QUESTION_ID;
1317 Key = (UINT16) LEGACY_CD_QUESTION_ID;
1327 Key = (UINT16) LEGACY_NET_QUESTION_ID;
1337 Key = (UINT16) LEGACY_BEV_QUESTION_ID;
1415 (EFI_QUESTION_ID) (Key + Index),
1417 (UINT16) (Key + Index - CONFIG_OPTION_OFFSET),
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c1096 UINTN Key; local
1190 Key = 0;
1195 &Key,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c1181 UINTN Key; local
1270 Key = 0;
1275 &Key,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c86 EFI_INPUT_KEY Key; local
103 &Key,
677 EFI_INPUT_KEY Key; local
719 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid iSCSI Name!", NULL);
728 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid IP address!", NULL);
740 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Subnet Mask!", NULL);
752 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid Gateway!", NULL);
764 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid IP address!", NULL);
776 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Invalid iSCSI Name!", NULL);
794 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key,
[all...]

Completed in 137 milliseconds

12345