Home | History | Annotate | Download | only in LinuxLoader

Lines Matching defs:FlagValue

177   CONST CHAR16  *FlagValue;

222 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-a");
223 if (FlagValue != NULL) {
228 *AtagMachineType = StrDecimalToUintn (FlagValue);
237 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-d");
238 if (FlagValue != NULL) {
239 *FdtPath = AllocateCopyPool (StrSize (FlagValue), FlagValue);
245 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-f");
246 if (FlagValue != NULL) {
247 *InitrdPath = AllocateCopyPool (StrSize (FlagValue), FlagValue);
253 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-c");
254 if (FlagValue != NULL) {
255 LinuxCommandLineLen = StrLen (FlagValue);
257 (FlagValue[0] == L'"' ) &&
258 (FlagValue[LinuxCommandLineLen - 1] == L'"')) {
259 FlagValue++;
265 FlagValue