Searched defs:StorageWidth (Results 1 - 3 of 3) 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 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 DSetup.h376 UINT16 StorageWidth; member in struct:__anon11281

Completed in 41 milliseconds