Searched refs:RootShellInstance (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.h48 @param[in, out] RootShellInstance on a successful return, pointer to boolean.
61 IN OUT BOOLEAN *RootShellInstance
H A DShell.h97 BOOLEAN RootShellInstance; member in struct:__anon12754
H A DShellParametersProtocol.c220 @param[in, out] RootShellInstance on a successful return, pointer to boolean.
233 IN OUT BOOLEAN *RootShellInstance
249 ASSERT(RootShellInstance != NULL);
266 *RootShellInstance = TRUE;
336 if (*RootShellInstance) {
H A DShell.c246 Status = CreatePopulateInstallShellParametersProtocol(&ShellInfoObject.NewShellParametersProtocol, &ShellInfoObject.RootShellInstance);
H A DShellProtocol.c2870 return(ShellInfoObject.RootShellInstance);

Completed in 56 milliseconds