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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c1241 CHAR16 *NewConsistName; local
1313 NewConsistName = ShellCommandConsistMappingGenMappingName(DevicePathList[Count], ConsistMappingTable);
1314 if (NewConsistName != NULL) {
1315 Status = ShellCommandAddMapItemAndUpdatePath(NewConsistName, DevicePathList[Count], 0, FALSE);
1317 FreePool(NewConsistName);
1392 CHAR16 *NewConsistName; local
1459 NewConsistName = ShellCommandConsistMappingGenMappingName(DevicePathList[Count], ConsistMappingTable);
1460 if (NewConsistName != NULL) {
1461 Status = gEfiShellProtocol->SetMap(DevicePathList[Count], NewConsistName);
1462 FreePool(NewConsistName);
[all...]

Completed in 107 milliseconds