Searched defs:Key (Results 76 - 100 of 117) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c720 UINTN Key; local
737 Key = 0;
741 Status = FvBufFindNextFile (Fv, &Key, (VOID **)&LastFile);
842 IN OUT UINTN *Key,
854 Key - Should be 0 to get the first file. After that, it should be
887 if (*Key == 0) {
888 *Key = hdr->HeaderLength;
894 *Key = (UINTN)ALIGN_POINTER (*Key, 8);
895 (*Key
840 FvBufFindNextFile( IN VOID *Fv, IN OUT UINTN *Key, OUT VOID **File ) argument
977 UINTN Key; local
1029 UINTN Key; local
1201 FvBufFindNextSection( IN VOID *SectionsStart, IN UINTN TotalSectionsSize, IN OUT UINTN *Key, OUT VOID **Section ) argument
1285 UINTN Key; local
1350 UINTN Key; local
1411 UINTN Key; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c101 KeyData.Key.ScanCode = 0;
103 KeyData.Key.UnicodeChar = L's';
120 KeyData.Key.UnicodeChar = 19;
784 EFI_INPUT_KEY Key; local
793 Key.UnicodeChar = CHAR_NULL;
794 Key.ScanCode = 0;
840 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
848 if (Status == EFI_SUCCESS && Key.UnicodeChar == 0 && Key.ScanCode == SCAN_ESC) {
H A DFileHandleWrappers.c338 EFI_INPUT_KEY Key; local
417 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
426 if (Key.UnicodeChar == 0 && (Key.ScanCode == SCAN_PAGE_UP || Key.ScanCode == SCAN_PAGE_DOWN)) {
427 if (Key.ScanCode == SCAN_PAGE_UP) {
429 } else if (Key.ScanCode == SCAN_PAGE_DOWN) {
444 if (InTabScrolling && Key.UnicodeChar != CHAR_TAB) {
452 switch (Key.UnicodeChar) {
573 if (Key
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp148 char Key; member in struct:VBoxNetDhcp::__anon16537
257 prm.Key = rc;
468 switch(it->Key)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DEdd.h99 UINT16 Key; member in struct:__anon10366
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c1066 UINT32 Key; local
1071 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
1072 return Key;
1132 ValidEdidTiming->Key[ValidNumber] = CalculateEdidKey (&mEstablishedEdidTiming[Index]);
1170 ValidEdidTiming->Key[ValidNumber] = CalculateEdidKey (&TempTiming);
1199 UINT32 Key; local
1201 Key = CalculateEdidKey (EdidTiming);
1204 if (Key == ValidEdidTiming->Key[Index]) {
H A DVesaBiosExtensions.h179 UINT32 Key[VESA_BIOS_EXTENSIONS_EDID_ESTABLISHED_TIMING_MAX_NUMBER]; member in struct:__anon10414
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h148 UINT16 Key; ///< The value to be passed to the caller to identify this particular op-code. member in struct:__anon10535
160 UINT16 Key; ///< The value to be passed to the caller to identify this particular op-code. member in struct:__anon10536
198 UINT16 Key; ///< Value to be passed to caller to identify this particular op-code. member in struct:__anon10541
206 UINT16 Key; ///< Value to be passed to caller to identify this particular op-code. member in struct:__anon10542
216 UINT16 Key; ///< The value to be passed to caller to identify this particular op-code. member in struct:__anon10543
250 UINT16 Key; ///< The value to be passed to caller to identify this particular op-code. member in struct:__anon10546
263 UINT16 Key; ///< The value to be passed to caller to identify this particular op-code. member in struct:__anon10547
275 UINT16 Key; member in struct:__anon10549
350 UINT16 Key; member in struct:__anon10561
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DHiiDatabase.h253 UINTN Key; member in struct:__anon11187
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiProto.c421 @param[in] Key The key name string.
432 IN CHAR8 *Key,
446 KeyLen = (UINT32) AsciiStrLen (Key);
465 CopyMem (Data, Key, KeyLen);
1161 // Extract the Key-Value pairs into a list.
1258 // This Key/Value is negotiation type.
1503 KeyValuePair->Key = Data;
1542 @param[in] Key The key name to find.
1549 IN CHAR8 *Key
1561 if (AsciiStrCmp (KeyValuePair->Key, Ke
430 IScsiAddKeyValuePair( IN OUT NET_BUF *Pdu, IN CHAR8 *Key, IN CHAR8 *Value ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1334 EFI_INPUT_KEY Key; local
1417 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Single Override Info too large, Saving Error!", NULL);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.c537 @param[in] Key The key name string.
549 IN CHAR8 *Key,
566 KeyLen = (UINT32) AsciiStrLen (Key);
585 CopyMem (Data, Key, KeyLen);
1331 // Extract the Key-Value pairs into a list.
1696 KeyValuePair->Key = Data;
1736 @param[in] Key The key name to find.
1745 IN CHAR8 *Key
1757 if (AsciiStrCmp (KeyValuePair->Key, Key)
547 IScsiAddKeyValuePair( IN OUT NET_BUF *Pdu, IN CHAR8 *Key, IN CHAR8 *Value ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1169 EFI_INPUT_KEY Key; local
1398 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp107 /** @name Apple SMC Key Attributes.
158 DEVSMC4CHID Key; member in struct:DEVSMCCURKEY
161 /** Key attributes. */
226 /** @name Key data.
277 * Key descriptor.
282 DEVSMC4CHID Key; member in struct:DEVSMCKEYDESC
509 Assert(SMC4CH_EQ(&pKeyDesc->Key, "OSK0") || SMC4CH_EQ(&pKeyDesc->Key, "OSK1"));
511 if (SMC4CH_EQ(&pKeyDesc->Key, "OSK1"))
632 * @returns Key inde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp24 IN CHAR8 *Key,
38 if (Key != NULL) {
39 mKey = new CHAR8[strlen (Key) + 1];
41 strcpy (mKey, Key);
482 IN CHAR8 *Key,
491 pNew = new SPendingAssign (Key, ValAddr, ValLen, LineNo, Msg);
503 IN CHAR8 *Key,
510 if ((Key == NULL) || (ValAddr == NULL)) {
515 if (strcmp (pNode->mKey, Key) == 0) {
23 SPendingAssign( IN CHAR8 *Key, IN VOID *Addr, IN UINT32 Len, IN UINT32 LineNo, IN CONST CHAR8 *Msg ) argument
481 AssignPending( IN CHAR8 *Key, IN VOID *ValAddr, IN UINT32 ValLen, IN UINT32 LineNo, IN CONST CHAR8 *Msg ) argument
502 DoPendingAssign( IN CHAR8 *Key, IN VOID *ValAddr, IN UINT32 ValLen ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py982 for Key in KeyList:
983 dict.__setitem__(self, Key, "")
988 EdkLogger.error("RestrictedDict", ATTRIBUTE_SET_FAILURE, "Key [%s] is not allowed" % key,
1004 for Key in self:
1005 self.__setitem__(Key, "")
1059 for Key in self.data:
1060 Value = self.data[Key][RestKeys]
1073 for Key in self.data:
1074 Value = self.data[Key]
1087 for Key i
1476 Key = property(_GetFileKey) variable in class:PathClass
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c253 @return EFI_UNSUPPORTED Unsupported Key Length.
373 // Set Platform Key variable.
2295 EFI_INPUT_KEY Key; local
2333 &Key,
2489 &Key,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DQueryTable.c2 Build a table, each item is (Key, Info) pair.
2925 Given a table and a Key, return the responding info.
2928 Table[Index].Key is change from UINT8 to UINT16,
2935 Now define Key = 0x7F07, that is to say: High = 0x7F, Low = 0x07.
2936 Then all the Key Value between Low and High gets the same string
2941 @param[in] Key The query Key.
2945 @return the found Key and Info is valid.
2952 IN UINT8 Key,
2965 High = (UINT8) (Table[Index].Key >>
2949 QueryTable( IN TABLE_ITEM *Table, IN UINTN Number, IN UINT8 Key, IN OUT CHAR16 *Info, IN UINTN InfoLen ) argument
3562 DisplayPostResultsBitmapDw1( IN UINT32 Key, IN UINT8 Option ) argument
3579 DisplayPostResultsBitmapDw2( IN UINT32 Key, IN UINT8 Option ) argument
3820 DisplayPBDeviceChemistry( IN UINT8 Key, IN UINT8 Option ) argument
3837 DisplayVPLocation( IN UINT8 Key, IN UINT8 Option ) argument
3857 DisplayVPStatus( IN UINT8 Key, IN UINT8 Option ) argument
3877 DisplayCoolingDeviceStatus( IN UINT8 Key, IN UINT8 Option ) argument
3897 DisplayCoolingDeviceType( IN UINT8 Key, IN UINT8 Option ) argument
3917 DisplayTemperatureProbeStatus( IN UINT8 Key, IN UINT8 Option ) argument
3937 DisplayTemperatureProbeLoc( IN UINT8 Key, IN UINT8 Option ) argument
3957 DisplayECPStatus( IN UINT8 Key, IN UINT8 Option ) argument
3977 DisplayECPLoc( IN UINT8 Key, IN UINT8 Option ) argument
3997 DisplayMDType( IN UINT8 Key, IN UINT8 Option ) argument
4014 DisplayMemoryChannelType( IN UINT8 Key, IN UINT8 Option ) argument
4031 DisplayIPMIDIBMCInterfaceType( IN UINT8 Key, IN UINT8 Option ) argument
4048 DisplayStructureTypeInfo( IN UINT8 Key, IN UINT8 Option ) argument
[all...]
/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp121 DECLINLINE(const char *) GetScsiKCQ(uint8_t Key, uint8_t ASC, uint8_t ASCQ) argument
123 switch (Key)
/vbox/include/iprt/
H A Dstring.h3059 uint32_t Key; member in struct:RTSTRSPACECORE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h672 VOID *Key; member in struct:__anon11049
685 Initialize the netmap. Netmap is a reposity to keep the <Key, Value> pairs.
689 Initializes the count of the <Key, Value> pairs in the netmap to zero.
709 The number of the <Key, Value> pairs in the netmap is set to zero.
725 If the number of the <Key, Value> pairs in the netmap is zero, return TRUE.
742 Return the number of the <Key, Value> pairs in the netmap.
756 Allocate an item to save the <Key, Value> pair to the head of the netmap.
758 Allocate an item to save the <Key, Value> pair and add corresponding node entry
759 to the beginning of the Used doubly linked list. The number of the <Key, Value>
765 @param[in] Key Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1070 Initialize the netmap. Netmap is a reposity to keep the <Key, Value> pairs.
1074 Initializes the count of the <Key, Value> pairs in the netmap to zero.
1102 The number of the <Key, Value> pairs in the netmap is set to be zero.
1146 If the number of the <Key, Value> pairs in the netmap is zero, return TRUE.
1168 Return the number of the <Key, Value> pairs in the netmap.
1238 Allocate an item to save the <Key, Value> pair to the head of the netmap.
1240 Allocate an item to save the <Key, Value> pair and add corresponding node entry
1241 to the beginning of the Used doubly linked list. The number of the <Key, Value>
1247 @param[in] Key The user's key.
1258 IN VOID *Key,
1256 NetMapInsertHead( IN OUT NET_MAP *Map, IN VOID *Key, IN VOID *Value OPTIONAL ) argument
1300 NetMapInsertTail( IN OUT NET_MAP *Map, IN VOID *Key, IN VOID *Value OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1930 EFI_INPUT_KEY Key; local
1960 CreateDialog (4, TRUE, 0, NULL, &Key, gEmptyString, PopUp, gPressEnter, gEmptyString);
1961 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
4072 @retval EFI_UNSUPPORTED Key represents a printable character. It is conflicted with Browser.
4124 // Create new Key, and add it into List.
4188 EFI_INPUT_KEY Key; local
4212 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
4223 CreateDialog (4, TRUE, 0, NULL, &Key, EmptyString, ChangeReminderString, SaveConfirmString, EmptyString);
4225 (((Key.UnicodeChar | UPPER_LOWER_CASE_OFFSET) != (NoResponse[0] | UPPER_LOWER_CASE_OFFSET)) &&
4226 ((Key
[all...]
H A DUi.c827 EFI_INPUT_KEY Key; local
914 Status = WaitForKeyStroke (&Key);
916 CopyMem (KeyValue, &Key, sizeof (EFI_INPUT_KEY));
920 Status = WaitForKeyStroke (&Key);
922 switch (Key.UnicodeChar) {
924 switch (Key.ScanCode) {
963 if ((StringBuffer[0] == CHAR_NULL) && (Key.UnicodeChar != CHAR_BACKSPACE)) {
964 StrnCpy (StringBuffer, &Key.UnicodeChar, 1);
965 StrnCpy (TempString, &Key.UnicodeChar, 1);
966 } else if ((GetStringWidth (StringBuffer) < MaximumStringSize) && (Key
1905 EFI_INPUT_KEY Key; local
2104 EFI_INPUT_KEY Key; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DHiiFramework.h365 EFI_KEY Key; member in struct:__anon10226

Completed in 154 milliseconds

12345