Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h716 IN CONST SHELL_PARAM_ITEM *CheckList,
724 #define ShellCommandLineParse(CheckList,CheckPackage,ProblemParam,AutoPageBreak) ShellCommandLinePa… argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1878 IN CONST SHELL_PARAM_ITEM *CheckList, in InternalIsOnCheckList() argument
1888 ASSERT(CheckList != NULL); in InternalIsOnCheckList()
1905 for (TempListItem = (SHELL_PARAM_ITEM*)CheckList ; TempListItem->Name != NULL ; TempListItem++) { in InternalIsOnCheckList()
2003 IN CONST SHELL_PARAM_ITEM *CheckList, in InternalCommandLineParse() argument
2037 ASSERT(CheckList != NULL); in InternalCommandLineParse()
2058 } else if (InternalIsOnCheckList(Argv[LoopCounter], CheckList, &CurrentItemType)) { in InternalCommandLineParse()
2221 IN CONST SHELL_PARAM_ITEM *CheckList, in ShellCommandLineParseEx() argument
2231 ASSERT(CheckList != NULL); in ShellCommandLineParseEx()
2238 return (InternalCommandLineParse(CheckList, in ShellCommandLineParseEx()
2251 return (InternalCommandLineParse(CheckList, in ShellCommandLineParseEx()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfig.c522 IN VAR_CHECK_ITEM *CheckList, in IpSecConfigRetriveCheckListByName() argument
542 if ((ParamPackage == NULL) || (CheckList == NULL)) { in IpSecConfigRetriveCheckListByName()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c207 IN VAR_CHECK_ITEM *CheckList, in IfConfigRetriveCheckListByName() argument
226 Arg = CheckList[Index]; in IfConfigRetriveCheckListByName()
249 Arg = CheckList[++Index]; in IfConfigRetriveCheckListByName()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c182 IN VAR_CHECK_ITEM *CheckList, in IfConfig6RetriveCheckListByName() argument
201 Arg = CheckList[Index]; in IfConfig6RetriveCheckListByName()
224 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.py3238 CheckList = (GuidList, self.PpiList, self.ProtocolList, PcdCheckList)
3245 for Item in CheckList[Index]: