HomeSort by relevance Sort by last modified time
    Searched defs:Argc (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EbcDebuggerConfig.c 187 UINTN Argc;
203 Argc = ShellParameters->Argc;
206 if (Argc < 2) {
211 if (Argc == 2) {
236 if (((Argc == 2) || (Argc == 3)) &&
243 if (Argc == 3) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ShellParameters.h 27 /// Points to an Argc-element array of points to NULL-terminated strings containing
37 UINTN Argc;
  /device/linaro/bootloader/edk2/EmbeddedPkg/EblExternCmd/
EntryPointGlue.c 3 ASCII Argc, Argv sytle entry point
27 IN UINTN Argc,
34 /// into Argc, Argv form that calls EblMain().
39 Parse the CmdLine and break it up into Argc (arg count) and Argv (array of
47 @param Argc Returns the number of arguments in the CmdLine current command
48 @param Argv Argc pointers to each string in CmdLine
56 OUT UINTN *Argc,
66 *Argc = 0;
106 *Argc = Arg;
140 UINTN Argc;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellInterface.h 66 UINTN Argc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
AppSupport.c 35 UINTN Argc;
61 Argc = ShellParameters->Argc;
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellCommandLib.h 399 UINTN Argc; ///< The count of parameters.
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 483 int Argc = 0;
485 FixedCompilationDatabase::loadFromCommandLine(Argc, nullptr));
487 EXPECT_EQ(0, Argc);
491 int Argc = 2;
494 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv));
496 EXPECT_EQ(2, Argc);
500 int Argc = 5;
505 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv));
517 EXPECT_EQ(2, Argc);
521 int Argc = 3
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 154 Parse the CmdLine and break it up into Argc (arg count) and Argv (array of
161 @param Argc Returns the number of arguments in the CmdLine current command
162 @param Argv Argc pointers to each string in CmdLine
169 OUT UINTN *Argc,
178 *Argc = 0;
221 *Argc = Arg;
541 UINTN Argc;
546 Ptr = ParseArguments (Ptr, &Argc, Argv);
547 if (Argc != 0) {
551 Status = Cmd->Command (Argc, Argv);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 943 for (LoopVar = 0 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) {
    [all...]

Completed in 314 milliseconds