OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumberRecoveryCapsules
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
PeiCdExpress.c
506
@param[out]
NumberRecoveryCapsules
Pointer to a caller-allocated UINTN. On
507
output, *
NumberRecoveryCapsules
contains
522
OUT UINTN *
NumberRecoveryCapsules
530
*
NumberRecoveryCapsules
= PrivateData->CapsuleCount;
532
if (*
NumberRecoveryCapsules
== 0) {
550
in
NumberRecoveryCapsules
.
575
UINTN
NumberRecoveryCapsules
;
578
Status = GetNumberRecoveryCapsules (PeiServices, This, &
NumberRecoveryCapsules
);
588
if ((CapsuleInstance == 0) || (CapsuleInstance >
NumberRecoveryCapsules
)) {
636
UINTN
NumberRecoveryCapsules
;
[
all
...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/
Recovery.c
137
UINTN
NumberRecoveryCapsules
;
186
&
NumberRecoveryCapsules
189
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n",
NumberRecoveryCapsules
));
191
if (
NumberRecoveryCapsules
== 0) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
Recovery.c
130
UINTN
NumberRecoveryCapsules
;
210
&
NumberRecoveryCapsules
213
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n",
NumberRecoveryCapsules
));
215
if (
NumberRecoveryCapsules
== 0) {
Completed in 510 milliseconds