Home | History | Annotate | Download | only in EsalVariableDxeSal

Lines Matching refs:Reclaimed

1109   @retval EFI_SUCCESS             Variable store successfully reclaimed.

1878 BOOLEAN Reclaimed;
1887 Reclaimed = FALSE;
2071 Reclaimed = TRUE;
2189 Reclaimed = TRUE;
2211 // If storage has just been reclaimed, the old variable marked as VAR_IN_DELETED_TRANSITION
2214 if (!Reclaimed && !EFI_ERROR (Status) && Variable->CurrPtr != 0) {
2852 // VAR_ADDED is not allowed to be reclaimed in Runtime.