Searched refs:StorageWidth (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkFormCallback.h99 UINT8 StorageWidth; ///< Width of the value. member in struct:__anon10715
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c401 Question->StorageWidth
1605 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_REF);
1622 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT8);
1630 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT16);
1638 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT32);
1646 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT64);
1681 CurrentStatement->StorageWidth = (UINT16) sizeof (BOOLEAN);
1698 CurrentStatement->StorageWidth = (UINT16)((UINTN) CurrentStatement->Maximum * sizeof (CHAR16));
1702 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth + sizeof (CHAR16));
1718 CurrentStatement->StorageWidth
[all...]
H A DSetup.c1203 UINTN StorageWidth; local
1240 if (Question->StorageWidth > Question->ValueExpression->Result.BufferLen) {
1244 CopyMem (Question->HiiValue.Buffer, Question->ValueExpression->Result.Buffer, Question->StorageWidth);
1245 Question->HiiValue.BufferLen = Question->StorageWidth;
1267 if (Question->StorageWidth > Question->ReadExpression->Result.BufferLen) {
1271 CopyMem (Question->HiiValue.Buffer, Question->ReadExpression->Result.Buffer, Question->StorageWidth);
1272 Question->HiiValue.BufferLen = Question->StorageWidth;
1333 StorageWidth = Question->StorageWidth;
1345 &StorageWidth,
1619 UINTN StorageWidth; local
3152 UINTN StorageWidth; local
[all...]
H A DInputHandler.c510 InputWidth = Question->StorageWidth * 2;
512 switch (Question->StorageWidth) {
H A DSetup.h376 UINT16 StorageWidth; member in struct:__anon11281

Completed in 64 milliseconds