Searched refs:NumberRecoveryCapsules (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/CdExpressPei/
H A DPeiCdExpress.c421 @param[out] NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On
422 output, *NumberRecoveryCapsules contains
437 OUT UINTN *NumberRecoveryCapsules
444 *NumberRecoveryCapsules = PrivateData->CapsuleCount;
446 if (*NumberRecoveryCapsules == 0) {
464 in NumberRecoveryCapsules.
489 UINTN NumberRecoveryCapsules; local
492 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules);
502 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) {
549 UINTN NumberRecoveryCapsules; local
[all...]
H A DPeiCdExpress.h155 @param[out] NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On
156 output, *NumberRecoveryCapsules contains
171 OUT UINTN *NumberRecoveryCapsules
185 in NumberRecoveryCapsules.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DDeviceRecoveryModule.h50 @param[out] NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On
51 output, *NumberRecoveryCapsules contains
66 OUT UINTN *NumberRecoveryCapsules
80 in NumberRecoveryCapsules.

Completed in 212 milliseconds