TianoCore EDK2 master
Loading...
Searching...
No Matches
SHELL_BITS Struct Reference

Data Fields

UINT32 Startup: 1
 Was "-startup" found on command line.
 
UINT32 NoStartup: 1
 Was "-nostartup" found on command line.
 
UINT32 NoConsoleOut: 1
 Was "-noconsoleout" found on command line.
 
UINT32 NoConsoleIn: 1
 Was "-noconsolein" found on command line.
 
UINT32 NoInterrupt: 1
 Was "-nointerrupt" found on command line.
 
UINT32 NoMap: 1
 Was "-nomap" found on command line.
 
UINT32 NoVersion: 1
 Was "-noversion" found on command line.
 
UINT32 Delay: 1
 Was "-delay[:n] found on command line.
 
UINT32 Exit: 1
 Was "-_exit" found on command line.
 
UINT32 NoNest: 1
 Was "-nonest" found on command line.
 
UINT32 Reserved: 7
 Extra bits.
 

Detailed Description

Definition at line 64 of file Shell.h.

Field Documentation

◆ Delay

UINT32 SHELL_BITS::Delay

Was "-delay[:n] found on command line.

Definition at line 72 of file Shell.h.

◆ Exit

UINT32 SHELL_BITS::Exit

Was "-_exit" found on command line.

Definition at line 73 of file Shell.h.

◆ NoConsoleIn

UINT32 SHELL_BITS::NoConsoleIn

Was "-noconsolein" found on command line.

Definition at line 68 of file Shell.h.

◆ NoConsoleOut

UINT32 SHELL_BITS::NoConsoleOut

Was "-noconsoleout" found on command line.

Definition at line 67 of file Shell.h.

◆ NoInterrupt

UINT32 SHELL_BITS::NoInterrupt

Was "-nointerrupt" found on command line.

Definition at line 69 of file Shell.h.

◆ NoMap

UINT32 SHELL_BITS::NoMap

Was "-nomap" found on command line.

Definition at line 70 of file Shell.h.

◆ NoNest

UINT32 SHELL_BITS::NoNest

Was "-nonest" found on command line.

Definition at line 74 of file Shell.h.

◆ NoStartup

UINT32 SHELL_BITS::NoStartup

Was "-nostartup" found on command line.

Definition at line 66 of file Shell.h.

◆ NoVersion

UINT32 SHELL_BITS::NoVersion

Was "-noversion" found on command line.

Definition at line 71 of file Shell.h.

◆ Reserved

UINT32 SHELL_BITS::Reserved

Extra bits.

Definition at line 75 of file Shell.h.

◆ Startup

UINT32 SHELL_BITS::Startup

Was "-startup" found on command line.

Definition at line 65 of file Shell.h.


The documentation for this struct was generated from the following file: