Searched defs:InputFileNum (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c243 IN UINT32 InputFileNum,
262 InputFileNum - Number of input files. Should be at least 1.
276 EFI_INVALID_PARAMETER if InputFileNum is less than 1 or BufferLength point is NULL.
301 for (Index = 0; Index < InputFileNum; Index++) {
450 UINT32 InputFileNum; local
471 InputFileNum = 0;
597 if ((InputFileNum == 0) && (InputFileName == NULL)) {
612 } else if (InputFileNum % MAXIMUM_INPUT_FILE_NUM == 0) {
618 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (CHAR8 *)
626 memset (&(InputFileName[InputFileNum]),
240 GetSectionContents( IN CHAR8 **InputFileName, IN UINT32 *InputFileAlign, IN UINT32 InputFileNum, OUT UINT8 *FileBuffer, OUT UINT32 *BufferLength, OUT UINT32 *MaxAlignment, OUT UINT8 *PESectionNum ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c234 UINT32 InputFileNum,
252 InputFileNum - Number of input files. Should be 1 for leaf section.
272 if (InputFileNum > 1) {
275 } else if (InputFileNum < 1) {
386 UINT32 InputFileNum,
403 InputFileNum - Number of input files. Should be at least 1.
413 EFI_INVALID_PARAMETER if InputFileNum is less than 1 or BufferLength point is NULL.
430 if (InputFileNum < 1) {
447 for (Index = 0; Index < InputFileNum; Index++) {
558 UINT32 InputFileNum,
232 GenSectionCommonLeafSection( CHAR8 **InputFileName, UINT32 InputFileNum, UINT8 SectionType, UINT8 **OutFileBuffer ) argument
383 GetSectionContents( CHAR8 **InputFileName, UINT32 *InputFileAlign, UINT32 InputFileNum, UINT8 *FileBuffer, UINT32 *BufferLength ) argument
555 GenSectionCompressionSection( CHAR8 **InputFileName, UINT32 *InputFileAlign, UINT32 InputFileNum, UINT8 SectCompSubType, UINT8 **OutFileBuffer ) argument
732 GenSectionGuidDefinedSection( CHAR8 **InputFileName, UINT32 *InputFileAlign, UINT32 InputFileNum, EFI_GUID *VendorGuid, UINT16 DataAttribute, UINT32 DataHeaderSize, UINT8 **OutFileBuffer ) argument
917 UINT32 InputFileNum; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1063 UINT32 InputFileNum; local
1129 InputFileNum = 0;
1429 if ((InputFileNum == 0) && (InputFileName == NULL)) {
1437 } else if (InputFileNum % MAXIMUM_INPUT_FILE_NUM == 0) {
1443 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (CHAR8 *)
1451 memset (&(InputFileName[InputFileNum]), 0, (MAXIMUM_INPUT_FILE_NUM * sizeof (CHAR8 *)));
1454 InputFileName [InputFileNum ++] = argv[0];
1472 if (InputFileNum == 0) {
1501 mInImageName = InputFileName [InputFileNum - 1];
1633 for (Index = 0; Index < InputFileNum; Inde
[all...]

Completed in 58 milliseconds