Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.h49 IN OUT BOOLEAN *RootShellInstance
DShell.h101 BOOLEAN RootShellInstance; member
DShellParametersProtocol.c301 IN OUT BOOLEAN *RootShellInstance in CreatePopulateInstallShellParametersProtocol() argument
317 ASSERT(RootShellInstance != NULL); in CreatePopulateInstallShellParametersProtocol()
334 *RootShellInstance = TRUE; in CreatePopulateInstallShellParametersProtocol()
403 if (*RootShellInstance) { in CreatePopulateInstallShellParametersProtocol()
DShell.c424 …arametersProtocol(&ShellInfoObject.NewShellParametersProtocol, &ShellInfoObject.RootShellInstance); in UefiMain()
DShellProtocol.c3140 return(ShellInfoObject.RootShellInstance); in EfiShellIsRootShell()