Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h562 ShellCommandAddMapItemAndUpdatePath(
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1174 ShellCommandAddMapItemAndUpdatePath( in ShellCommandAddMapItemAndUpdatePath() function
1336 Status = ShellCommandAddMapItemAndUpdatePath(NewDefaultName, DevicePathList[Count], 0, TRUE); in ShellCommandCreateInitialMappingsAndPaths()
1345 … Status = ShellCommandAddMapItemAndUpdatePath(NewConsistName, DevicePathList[Count], 0, FALSE); in ShellCommandCreateInitialMappingsAndPaths()
1395 Status = ShellCommandAddMapItemAndUpdatePath(NewDefaultName, DevicePathList[Count], 0, FALSE); in ShellCommandCreateInitialMappingsAndPaths()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c220 Status = ShellCommandAddMapItemAndUpdatePath(Mapping, DevicePath, 0, FALSE); in EfiShellSetMap()