Searched refs:CommandLine (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1632 CHAR16 *CommandLine; local
1692 CommandLine = ShellFileHandleReturnLine(Handle, &Ascii);
1694 if (CommandLine == NULL || StrLen(CommandLine) == 0) {
1703 NewScriptFile->CurrentCommand->Cl = CommandLine;
1718 CommandLine = AllocateZeroPool(PcdGet16(PcdShellPrintBufferSize));
1719 if (CommandLine == NULL) {
1725 FreePool(CommandLine);
1754 StrCpy(CommandLine, CommandLine2);
1762 Status = ShellCopySearchAndReplace(CommandLine2, CommandLine, PcdGet1
[all...]
H A DShellParametersProtocol.h181 This function parses the CommandLine and divides it into standard C style Argc/Argv
185 @param[in] CommandLine String of command line to parse
195 IN CONST CHAR16 *CommandLine,
H A DShellProtocol.h472 @param CommandLine Points to the NULL-terminated UCS-2 encoded string
492 IN CONST CHAR16 *CommandLine OPTIONAL,
501 command (CommandLine) with the specified environment (Environment). Upon return,
508 The CommandLine is executed from the current working directory on the current
513 @param CommandLine Points to the NULL-terminated UCS-2 encoded string
532 IN CHAR16 *CommandLine OPTIONAL,
H A DShellParametersProtocol.c136 This function parses the CommandLine and divides it into standard C style Argc/Argv
140 @param[in] CommandLine String of command line to parse
150 IN CONST CHAR16 *CommandLine,
164 if (CommandLine == NULL || StrLen(CommandLine)==0) {
170 Size = StrSize(CommandLine);
177 , Walker = (CHAR16*)CommandLine
184 Walker = (CHAR16*)CommandLine;
199 Walker = (CHAR16*)CommandLine;
149 ParseCommandLineToArgs( IN CONST CHAR16 *CommandLine, IN OUT CHAR16 ***Argv, IN OUT UINTN *Argc ) argument
H A DShellProtocol.c1407 @param CommandLine Points to the NULL-terminated UCS-2 encoded string
1427 IN CONST CHAR16 *CommandLine OPTIONAL,
1474 if (CommandLine != NULL) {
1475 LoadedImage->LoadOptionsSize = (UINT32)StrSize(CommandLine);
1476 LoadedImage->LoadOptions = (VOID*)CommandLine;
1495 Status = UpdateArgcArgv(&ShellParamsProtocol, CommandLine, NULL, NULL);
1538 command (CommandLine) with the specified environment (Environment). Upon return,
1545 The CommandLine is executed from the current working directory on the current
1550 @param CommandLine Points to the NULL-terminated UCS-2 encoded string
1572 IN CHAR16 *CommandLine OPTIONA
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h167 command (CommandLine) with the specified environment (Environment). Upon return,
174 The CommandLine is executed from the current working directory on the current
179 @param[in] CommandLine Points to the NULL-terminated UCS-2 encoded string
198 IN CHAR16 *CommandLine OPTIONAL,
H A DEfiShellEnvironment2.h120 This function will run the CommandLine. This includes loading any required images,
125 @param[in] CommandLine The string command line to execute.
140 IN CHAR16 *CommandLine,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h510 command (CommandLine) with the specified environment (Environment). Upon return,
515 The CommandLine is executed from the current working directory on the current
524 @param[in] CommandLine The pointer to a NULL terminated command line.
540 IN CHAR16 *CommandLine,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1139 command (CommandLine) with the specified environment (Environment). Upon return,
1144 The CommandLine is executed from the current working directory on the current
1153 @param[in] CommandLine The pointer to a NULL terminated command line.
1169 IN CHAR16 *CommandLine OPTIONAL,
1183 CommandLine,
1197 CommandLine,
/vbox/include/iprt/nt/
H A Dnt.h2126 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS
2165 PUNICODE_STRING CommandLine, PUNICODE_STRING Environment,
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2952 PUNICODE_STRING pCmdLineStr = &NtCurrentPeb()->ProcessParameters->CommandLine;
5316 PUNICODE_STRING pCmdLineStr = &NtCurrentPeb()->ProcessParameters->CommandLine;
5535 UNICODE_STRING CmdLineStr = pUserProcParams->CommandLine;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h174 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h174 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS

Completed in 148 milliseconds