/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVolWrite.c | 23 @param NumberOfFiles Number of files.
44 IN UINT32 NumberOfFiles,
|
FwVolDriver.h | 247 @param NumberOfFiles Number of files.
268 IN UINT32 NumberOfFiles,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/ |
FvOnFv2Thunk.c | 264 @param NumberOfFiles Indicates the number of file records pointed to by FileData
269 NumberOfFiles elements in the input array.
287 IN UINT32 NumberOfFiles,
307 for (Index = 0; Index < NumberOfFiles; Index++) {
313 NumberOfFiles,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/ |
FwVolWrite.c | [all...] |
FwVolDriver.h | 300 @param NumberOfFiles Number of files.
321 IN UINT32 NumberOfFiles,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/ |
Fv2OnFvThunk.c | 396 @param NumberOfFiles Indicates the number of elements in the
442 IN UINT32 NumberOfFiles,
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/ |
FirmwareVolume.h | 225 IN UINT32 NumberOfFiles,
237 NumberOfFiles - Indicates the number of file records pointed to by FileData
242 NumberOfFiles elements in the input array.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FirmwareVolume.h | 236 @param NumberOfFiles Indicates the number of file records pointed to
242 a file to write, and there are NumberOfFiles
262 IN UINT32 NumberOfFiles,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/ |
FirmwareVolume2.h | 145 IN UINT32 NumberOfFiles,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
FirmwareVolume2.h | 479 @param NumberOfFiles Indicates the number of elements in the array pointed to by FileData
524 IN UINT32 NumberOfFiles,
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | 472 UINTN NumberOfFiles;
480 NumberOfFiles = 0;
501 NumberOfFiles++;
524 printf ("There are a total of %d files in the child FV\n", (int) NumberOfFiles);
526 printf ("There are a total of %d files in this FV\n", (int) NumberOfFiles);
[all...] |