Searched refs:SetMap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c190 // Call shell protocol SetMap function now...
192 Status = gEfiShellProtocol->SetMap(DevicePathList[Count], NewDefaultName);
200 Status = gEfiShellProtocol->SetMap(DevicePathList[Count], NewConsistName);
512 return (gEfiShellProtocol->SetMap(NULL, CurrentName));
889 This function will get the device path associated with the mapping and call SetMap.
896 @return Shell version of a return value from EfiShellProtocol->SetMap
930 Status = gEfiShellProtocol->SetMap(DevPath, NewSName);
941 This function will get the device path associated with the Handle and call SetMap.
949 gBS->OpenProtocol or EfiShellProtocol->SetMap
989 Status = gEfiShellProtocol->SetMap(DevPat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h964 EFI_SHELL_SET_MAP SetMap; member in struct:_EFI_SHELL_PROTOCOL

Completed in 1812 milliseconds