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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DAlias.c39 ConstAllAliasList = gEfiShellProtocol->GetAlias(NULL, NULL);
56 Command = gEfiShellProtocol->GetAlias(Alias, &Volatile);
H A DHelp.c143 (gEfiShellProtocol->GetAlias(CommandToGetHelpOn, NULL) != NULL && (gUnicodeCollation->MetaiMatch(gUnicodeCollation, Node->CommandString, (CHAR16*)(gEfiShellProtocol->GetAlias(CommandToGetHelpOn, NULL)))))) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h957 EFI_SHELL_GET_ALIAS GetAlias; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1043 NewString = ShellInfoObject.NewEfiShellProtocol->GetAlias(*CommandString, NULL);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7629 nsresult (*GetAlias)(IHostVideoInputDevice *pThis, PRUnichar * *alias); member in struct:IHostVideoInputDevice_vtbl
7642 nsresult (*GetAlias)(IHostVideoInputDevice *pThis, PRUnichar * *alias); member in struct:IHostVideoInputDeviceVtbl
7652 #define IHostVideoInputDevice_get_Alias(p, aAlias) ((p)->lpVtbl->GetAlias(p, aAlias))
7653 #define IHostVideoInputDevice_GetAlias(p, aAlias) ((p)->lpVtbl->GetAlias(p, aAlias))

Completed in 175 milliseconds