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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/
H A DVariableInfo.c89 UINTN RealCommSize; local
106 RealCommSize = CommSize;
117 RealCommSize = CommSize;
125 if (CommSize < RealCommSize) {
126 CommSize = RealCommSize;
153 RealCommSize = CommSize;
161 if (CommSize < RealCommSize) {
162 CommSize = RealCommSize;

Completed in 149 milliseconds