Searched refs:BitUnion (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c288 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoVersion) {
308 if (PcdGet8(PcdShellSupportLevel) >= 2 && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoMap) {
345 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoInterrupt) {
352 if (!EFI_ERROR(Status) && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleIn) {
359 if (!EFI_ERROR(Status) && ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleIn) {
378 if (!ShellCommandGetExit() && (PcdGet8(PcdShellSupportLevel) >= 3 || PcdGetBool(PcdShellForceConsole)) && !EFI_ERROR(Status) && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleIn) {
698 ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoStartup = 1;
738 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = ShellCommandLineGetFlag(Package, L"-startup");
739 ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoStartup = ShellCommandLineGetFlag(Package, L"-nostartup");
740 ShellInfoObject.ShellInitSettings.BitUnion
[all...]
H A DShell.h80 SHELL_BIT_UNION BitUnion; member in struct:__anon12752
H A DConsoleLogger.c824 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) {
1016 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) {
1082 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) {
H A DFileHandleWrappers.c159 if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoConsoleOut) {

Completed in 52 milliseconds