Searched refs:RootPath (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | CommonLib.c | 616 CHAR8 *RootPath; in LongFilePath() 639 RootPath = getcwd (NULL, 0); in LongFilePath() 640 if (RootPath != NULL) { in LongFilePath() 641 strcat (mCommonLibFullPath, RootPath); in LongFilePath() 648 free (RootPath); in LongFilePath()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiDhcp6.c | 36 IN CHAR8 *RootPath, in IScsiDhcp6ExtractRootPath() argument 60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) { in IScsiDhcp6ExtractRootPath() 66 RootPath = RootPath + IScsiRootPathIdLen; in IScsiDhcp6ExtractRootPath() 74 CopyMem (TmpStr, RootPath, Length); in IScsiDhcp6ExtractRootPath()
|
D | IScsiDhcp6.h | 42 IN CHAR8 *RootPath,
|
D | IScsiDhcp.c | 34 IN CHAR8 *RootPath, in IScsiDhcpExtractRootPath() argument 57 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath() 63 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath() 71 CopyMem (TmpStr, RootPath, Length); in IScsiDhcpExtractRootPath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiDhcp.c | 31 IN CHAR8 *RootPath, in IScsiDhcpExtractRootPath() argument 49 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath() 55 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath() 63 CopyMem (TmpStr, RootPath, Length); in IScsiDhcpExtractRootPath()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/ |
D | GenBootSector.c | 148 CHAR RootPath[] = "X:\\"; // "X:\" -> for GetDriveType in GetDriveInfo() local 151 RootPath[0] = VolumeAccessPath[4] = VolumeLetter; in GetDriveInfo() 152 DriveType = GetDriveType(RootPath); in GetDriveInfo()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Ls.c | 342 IN CONST CHAR16 *RootPath, in PrintLsOutput() argument 376 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput() 459 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput()
|