Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dcmdline.c85 EFI_SHELL_INTERFACE *EfiShellInterfaceProtocol = NULL; in GetShellArgcArgv() local
107 (VOID **)&EfiShellInterfaceProtocol, in GetShellArgcArgv()
115 *Argv = EfiShellInterfaceProtocol->Argv; in GetShellArgcArgv()
116 return EfiShellInterfaceProtocol->Argc; in GetShellArgcArgv()