Searched refs:NewShell (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h71 @param[in, out] NewShell The pointer to the pointer to the structure
80 IN OUT EFI_SHELL_PROTOCOL **NewShell
89 @param[in, out] NewShell The pointer to the new shell protocol structure.
96 IN OUT EFI_SHELL_PROTOCOL *NewShell
H A DShellProtocol.c3136 @param[in, out] NewShell The pointer to the pointer to the structure
3145 IN OUT EFI_SHELL_PROTOCOL **NewShell
3154 if (NewShell == NULL) {
3254 *NewShell = &mShellProtocol;
3265 @param[in, out] NewShell The pointer to the new shell protocol structure.
3272 IN OUT EFI_SHELL_PROTOCOL *NewShell
3290 NewShell,
3300 NewShell);
3302 Status = gBS->CloseEvent(NewShell->ExecutionBreak);
3303 NewShell
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h934 SHELLENV_NEW_SHELL NewShell; member in struct:__anon12774

Completed in 41 milliseconds