Home
last modified time | relevance | path

Searched refs:BitUnion (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c467 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoNest) { in UefiMain()
495 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoVersion) { in UefiMain()
532 …if (PcdGet8(PcdShellSupportLevel) >= 2 && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoMap) { in UefiMain()
569 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoInterrupt) { in UefiMain()
576 if (!EFI_ERROR(Status) && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleIn) { in UefiMain()
583 if (!EFI_ERROR(Status) && ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleIn) { in UefiMain()
602BitUnion.Bits.Exit && !ShellCommandGetExit() && (PcdGet8(PcdShellSupportLevel) >= 3 || PcdGetBool(… in UefiMain()
925 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = FALSE; in ProcessCommandLine()
926 ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoStartup = FALSE; in ProcessCommandLine()
927 ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut = FALSE; in ProcessCommandLine()
[all …]
DShell.h90 SHELL_BIT_UNION BitUnion; member
DConsoleLogger.c850 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) { in ConsoleLoggerOutputString()
1063 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) { in ConsoleLoggerClearScreen()
1129 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) { in ConsoleLoggerSetCursorPosition()
DShellProtocol.c1693 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoNest) { in NestingEnabled()
2944 ||(!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoNest && in EfiShellSetEnv()
DFileHandleWrappers.c163 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) { in FileInterfaceStdOutWrite()