Searched defs:gEfiShellParametersProtocol (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c36 EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol; variable
211 (VOID **)&gEfiShellParametersProtocol,
217 gEfiShellParametersProtocol = NULL;
220 if (gEfiShellParametersProtocol == NULL || gEfiShellProtocol == NULL) {
246 (gEfiShellProtocol != NULL && gEfiShellParametersProtocol != NULL) ) {
294 gEfiShellParametersProtocol = NULL;
346 if (gEfiShellParametersProtocol != NULL) {
351 gEfiShellParametersProtocol = NULL;
2259 if (gEfiShellParametersProtocol != NULL) {
2264 (CONST CHAR16**) gEfiShellParametersProtocol
[all...]

Completed in 9 milliseconds