OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberOfWorkBlock
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FtwMisc.c
657
Status = FtwEraseBlock (FtwDevice, FtwDevice->FtwFvBlock, FtwDevice->FtwWorkBlockLba, FtwDevice->
NumberOfWorkBlock
);
666
for (Index = 0; Index < FtwDevice->
NumberOfWorkBlock
; Index += 1) {
[
all
...]
UpdateWorkingBlock.c
392
TempBufferSize = FtwDevice->
NumberOfWorkBlock
* FtwDevice->WorkBlockSize;
399
for (Index = 0; Index < FtwDevice->
NumberOfWorkBlock
; Index += 1) {
FaultTolerantWrite.h
79
UINTN
NumberOfWorkBlock
; // Number of the blocks in work block.
Completed in 175 milliseconds