Searched defs:RemainingVariableStorageSize (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c136 @param RemainingVariableStorageSize Pointer to the remaining size of the storage space available
151 OUT UINT64 *RemainingVariableStorageSize,
158 RemainingVariableStorageSize,
148 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
H A DEmuVariable.c1454 @param RemainingVariableStorageSize Returns the remaining size of the storage space available for EFI
1463 MaximumVariableStorageSize, RemainingVariableStorageSize,
1472 OUT UINT64 *RemainingVariableStorageSize,
1487 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
1533 // Now let's fill *MaximumVariableStorageSize *RemainingVariableStorageSize
1584 *RemainingVariableStorageSize = *MaximumVariableStorageSize - HwErrVariableTotalSize;
1586 *RemainingVariableStorageSize = *MaximumVariableStorageSize - CommonVariableTotalSize;
1589 if (*RemainingVariableStorageSize < sizeof (VARIABLE_HEADER)) {
1591 } else if ((*RemainingVariableStorageSize - sizeof (VARIABLE_HEADER)) < *MaximumVariableSize) {
1592 *MaximumVariableSize = *RemainingVariableStorageSize
1469 EmuQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize, IN VARIABLE_GLOBAL *Global ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DSmmVariableCommon.h99 UINT64 RemainingVariableStorageSize; member in struct:__anon11019
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c340 @param[out] RemainingVariableStorageSize Pointer to the remaining size of the storage space available
355 OUT UINT64 *RemainingVariableStorageSize,
363 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
393 *RemainingVariableStorageSize = SmmQueryVariableInfo->RemainingVariableStorageSize;
352 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
H A DVariable.c2119 @param RemainingVariableStorageSize Pointer to the remaining size of the storage space available
2134 OUT UINT64 *RemainingVariableStorageSize,
2148 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
2194 // Now let's fill *MaximumVariableStorageSize *RemainingVariableStorageSize
2232 // when calculating RemainingVariableStorageSize,
2262 *RemainingVariableStorageSize = *MaximumVariableStorageSize - HwErrVariableTotalSize;
2264 *RemainingVariableStorageSize = *MaximumVariableStorageSize - CommonVariableTotalSize;
2267 if (*RemainingVariableStorageSize < sizeof (VARIABLE_HEADER)) {
2269 } else if ((*RemainingVariableStorageSize - sizeof (VARIABLE_HEADER)) < *MaximumVariableSize) {
2270 *MaximumVariableSize = *RemainingVariableStorageSize
2131 VariableServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c801 The returned MaximumVariableStorageSize, RemainingVariableStorageSize,
813 @param RemainingVariableStorageSize
824 RemainingVariableStorageSize, MaximumVariableSize
833 OUT UINT64 *RemainingVariableStorageSize,
840 RemainingVariableStorageSize,
830 EfiQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c340 @param[out] RemainingVariableStorageSize Pointer to the remaining size of the storage space available
355 OUT UINT64 *RemainingVariableStorageSize,
363 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
393 *RemainingVariableStorageSize = SmmQueryVariableInfo->RemainingVariableStorageSize;
352 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
H A DVariable.c2279 @param RemainingVariableStorageSize Pointer to the remaining size of the storage space available
2294 OUT UINT64 *RemainingVariableStorageSize,
2308 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
2349 // Now let's fill *MaximumVariableStorageSize *RemainingVariableStorageSize
2387 // when calculating RemainingVariableStorageSize,
2417 *RemainingVariableStorageSize = *MaximumVariableStorageSize - HwErrVariableTotalSize;
2419 *RemainingVariableStorageSize = *MaximumVariableStorageSize - CommonVariableTotalSize;
2422 if (*RemainingVariableStorageSize < sizeof (VARIABLE_HEADER)) {
2424 } else if ((*RemainingVariableStorageSize - sizeof (VARIABLE_HEADER)) < *MaximumVariableSize) {
2425 *MaximumVariableSize = *RemainingVariableStorageSize
2291 VariableServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c383 @param RemainingVariableStorageSize Pointer to the remaining size of the storage space available
398 OUT UINT64 *RemainingVariableStorageSize,
406 RemainingVariableStorageSize,
413 *RemainingVariableStorageSize = 32 * 1024 * 1024;
395 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
H A DEmuVariable.c1493 @param RemainingVariableStorageSize Returns the remaining size of the storage space available for EFI
1502 MaximumVariableStorageSize, RemainingVariableStorageSize,
1511 OUT UINT64 *RemainingVariableStorageSize,
1526 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
1572 // Now let's fill *MaximumVariableStorageSize *RemainingVariableStorageSize
1623 *RemainingVariableStorageSize = *MaximumVariableStorageSize - HwErrVariableTotalSize;
1625 *RemainingVariableStorageSize = *MaximumVariableStorageSize - CommonVariableTotalSize;
1628 if (*RemainingVariableStorageSize < sizeof (VARIABLE_HEADER)) {
1630 } else if ((*RemainingVariableStorageSize - sizeof (VARIABLE_HEADER)) < *MaximumVariableSize) {
1631 *MaximumVariableSize = *RemainingVariableStorageSize
1508 EmuQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize, IN VARIABLE_GLOBAL *Global ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c930 UINT64 RemainingVariableStorageSize; local
949 &RemainingVariableStorageSize,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2319 UINT64 RemainingVariableStorageSize; local
2325 &RemainingVariableStorageSize,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c2719 @param[out] RemainingVariableStorageSize Returns the remaining size of the storage space available for EFI
2729 MaximumVariableStorageSize, RemainingVariableStorageSize,
2737 OUT UINT64 *RemainingVariableStorageSize,
2758 if(MaximumVariableStorageSize == NULL || RemainingVariableStorageSize == NULL || MaximumVariableSize == NULL || Attributes == 0) {
2804 // Now let's fill *MaximumVariableStorageSize *RemainingVariableStorageSize
2844 // when calculating RemainingVariableStorageSize,
2874 *RemainingVariableStorageSize = *MaximumVariableStorageSize - HwErrVariableTotalSize;
2876 *RemainingVariableStorageSize = *MaximumVariableStorageSize - CommonVariableTotalSize;
2879 if (*RemainingVariableStorageSize < sizeof (VARIABLE_HEADER)) {
2881 } else if ((*RemainingVariableStorageSize
2734 EsalQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize, IN BOOLEAN VirtualMode, IN ESAL_VARIABLE_GLOBAL *Global ) argument
[all...]

Completed in 70 milliseconds