Searched defs:KeyValue (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c122 UINTN *KeyValue; local
133 KeyValue = (UINTN *) Key;
151 if (*KeyValue == 0) {
166 *KeyValue = (UINTN) FfsFileEntry;
187 Link = (LIST_ENTRY *) (*KeyValue);
198 *KeyValue = (UINTN) FfsFileEntry;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c121 UINTN *KeyValue; local
146 KeyValue = (UINTN *)Key;
148 if (*KeyValue == 0) {
157 Link = (LIST_ENTRY *)(*KeyValue);
173 *KeyValue = (UINTN)FfsFileEntry;
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart.h77 } KeyValue; member in union:CFGAST::__anon16034
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DMdeModuleHii.h185 UINT16 KeyValue; member in struct:_EFI_IFR_GUID_OPTIONKEY
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DMdeModuleHii.h188 UINT16 KeyValue; member in struct:_EFI_IFR_GUID_OPTIONKEY
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DMdeModuleHii.h187 UINT16 KeyValue; member in struct:_EFI_IFR_GUID_OPTIONKEY
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1580 @param[in] KeyValue A unique value which is sent to the original
1593 IN EFI_QUESTION_ID KeyValue,
1614 if ((KeyValue >= KEY_MAC_ENTRY_BASE) &&
1615 (KeyValue <= (UINT16) (mPrivate->MaxNic + KEY_MAC_ENTRY_BASE))) {
1620 } else if ((KeyValue >= KEY_ATTEMPT_ENTRY_BASE) &&
1621 (KeyValue < (ISCSI_MAX_ATTEMPTS_NUM + KEY_ATTEMPT_ENTRY_BASE))) {
1646 NicIndex = (UINT8) (KeyValue - KEY_MAC_ENTRY_BASE);
1774 CurrentAttemptConfigIndex = (UINT8) (KeyValue - KEY_ATTEMPT_ENTRY_BASE);
1592 IScsiConfigProcessDefault( IN EFI_QUESTION_ID KeyValue, IN ISCSI_CONFIG_IFR_NVDATA *IfrNvData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c335 @param KeyValue The callback key value of device controller item in first page.
344 IN UINT16 KeyValue,
618 @param KeyValue The callback key value of device controller item in first page.
619 KeyValue is larger than or equal to KEY_VALUE_DEVICE_OFFSET.
628 IN UINT16 KeyValue,
662 mSelectedCtrIndex = KeyValue - KEY_VALUE_DEVICE_OFFSET;
878 @param KeyValue The callback key value of device controller item in first page.
887 IN UINT16 KeyValue,
1079 @param KeyValue The callback key value of device controller item in first page.
1088 IN UINT16 KeyValue,
342 UpdateDeviceSelectPage( IN EFI_CALLBACK_INFO *Private, IN UINT16 KeyValue, IN PLAT_OVER_MNGR_DATA *FakeNvData ) argument
626 UpdateBindingDriverSelectPage( IN EFI_CALLBACK_INFO *Private, IN UINT16 KeyValue, IN PLAT_OVER_MNGR_DATA *FakeNvData ) argument
885 UpdatePrioritySelectPage( IN EFI_CALLBACK_INFO *Private, IN UINT16 KeyValue, IN PLAT_OVER_MNGR_DATA *FakeNvData ) argument
1086 CommintChanges( IN EFI_CALLBACK_INFO *Private, IN UINT16 KeyValue, IN PLAT_OVER_MNGR_DATA *FakeNvData ) argument
1257 UINT16 KeyValue; local
1322 PlatOverMngrCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID KeyValue, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DKms.h223 VOID *KeyValue; member in struct:__anon12202
435 NULL GUID, and the KeyValue field will contain a pointer
437 key. Memory for both the KeyIdentifier and the KeyValue
521 will be unchanged, while the KeyFormat and KeyValue
523 identifier. Memory for the KeyValue field will be
561 KeyValue buffer does not contain enough structures
610 KeyValue fields for each key to be added must contain
647 KeyValue buffer does not contain enough structures
696 KeyValue fields are ignored, but should be 0.
1047 and all KeyValue field
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c793 (TRUE) and returned in KeyValue or a string is
803 @param KeyValue The EFI_KEY value returned if HotKey is TRUE..
821 OUT EFI_INPUT_KEY *KeyValue,
861 if (KeyValue == NULL) {
876 VA_START (Marker, KeyValue);
906 VA_START (Marker, KeyValue);
916 CopyMem (KeyValue, &Key, sizeof (EFI_INPUT_KEY));
816 CreateDialog( IN UINTN NumberOfLines, IN BOOLEAN HotKey, IN UINTN MaximumStringSize, OUT CHAR16 *StringBuffer, OUT EFI_INPUT_KEY *KeyValue, ... ) argument

Completed in 63 milliseconds