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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c432 BOOLEAN StopRecord; local
495 StopRecord = FALSE;
501 if ((IndexTable != NULL) && !StopRecord) {
508 StopRecord = TRUE;
525 if ((IndexTable != NULL) && !StopRecord) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/Pei/
H A DVariable.c430 BOOLEAN StopRecord; local
493 StopRecord = FALSE;
499 if ((IndexTable != NULL) && !StopRecord) {
506 StopRecord = TRUE;
523 if ((IndexTable != NULL) && !StopRecord) {

Completed in 44 milliseconds