Home
last modified time | relevance | path

Searched refs:CheckList (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h724 IN CONST SHELL_PARAM_ITEM *CheckList,
732 #define ShellCommandLineParse(CheckList,CheckPackage,ProblemParam,AutoPageBreak) ShellCommandLinePa… argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1894 IN CONST SHELL_PARAM_ITEM *CheckList, in InternalIsOnCheckList() argument
1904 ASSERT(CheckList != NULL); in InternalIsOnCheckList()
1921 for (TempListItem = (SHELL_PARAM_ITEM*)CheckList ; TempListItem->Name != NULL ; TempListItem++) { in InternalIsOnCheckList()
2017 IN CONST SHELL_PARAM_ITEM *CheckList, in InternalCommandLineParse() argument
2052 ASSERT(CheckList != NULL); in InternalCommandLineParse()
2073 } else if (InternalIsOnCheckList(Argv[LoopCounter], CheckList, &CurrentItemType)) { in InternalCommandLineParse()
2243 IN CONST SHELL_PARAM_ITEM *CheckList, in ShellCommandLineParseEx() argument
2253 ASSERT(CheckList != NULL); in ShellCommandLineParseEx()
2260 return (InternalCommandLineParse(CheckList, in ShellCommandLineParseEx()
2273 return (InternalCommandLineParse(CheckList, in ShellCommandLineParseEx()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfig.c526 IN VAR_CHECK_ITEM *CheckList, in IpSecConfigRetriveCheckListByName() argument
546 if ((ParamPackage == NULL) || (CheckList == NULL)) { in IpSecConfigRetriveCheckListByName()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c238 IN VAR_CHECK_ITEM *CheckList, in IfConfigRetriveCheckListByName() argument
257 Arg = CheckList[Index]; in IfConfigRetriveCheckListByName()
280 Arg = CheckList[++Index]; in IfConfigRetriveCheckListByName()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c184 IN VAR_CHECK_ITEM *CheckList, in IfConfig6RetriveCheckListByName() argument
203 Arg = CheckList[Index]; in IfConfig6RetriveCheckListByName()
226 Arg = CheckList[++Index]; in IfConfig6RetriveCheckListByName()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DIfconfig6.c260 IN VAR_CHECK_ITEM *CheckList, in IfConfig6RetriveCheckListByName() argument
279 Arg = CheckList[Index]; in IfConfig6RetriveCheckListByName()
302 Arg = CheckList[++Index]; in IfConfig6RetriveCheckListByName()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py741 CheckList = copy.copy(Module.FileList)
743 CheckList += Package.FileList
744 for Item in CheckList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py3664 CheckList = (GuidList, self.PpiList, self.ProtocolList, PcdCheckList)
3671 for Item in CheckList[Index]: