Home
last modified time | relevance | path

Searched refs:PrevFileList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c1016 FILE_LIST *PrevFileList; in ParseCommandLine() local
1031 FileList = PrevFileList = NULL; in ParseCommandLine()
1246 if (PrevFileList == NULL) { in ParseCommandLine()
1247 PrevFileList = FileList; in ParseCommandLine()
1249 PrevFileList->Next = FileList; in ParseCommandLine()
1253 PrevFileList = FileList; in ParseCommandLine()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c879 FILE_LIST *PrevFileList; in ParseCommandLine() local
898 FileList = PrevFileList = NULL; in ParseCommandLine()
1131 if (PrevFileList == NULL) { in ParseCommandLine()
1132 PrevFileList = FileList; in ParseCommandLine()
1134 PrevFileList->Next = FileList; in ParseCommandLine()
1138 PrevFileList = FileList; in ParseCommandLine()