HomeSort by: relevance | last modified time | path
    Searched defs:EfiShellParametersProtocol (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
cmdline.c 84 EFI_SHELL_PARAMETERS_PROTOCOL *EfiShellParametersProtocol = NULL;
90 (VOID **)&EfiShellParametersProtocol,
99 *Argv = EfiShellParametersProtocol->Argv;
100 return EfiShellParametersProtocol->Argc;

Completed in 52 milliseconds