Home
last modified time | relevance | path

Searched refs:PathLen (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiMisc.c1372 UINTN PathLen; in IScsiGetTcpConnDevicePath() local
1418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
1420 if (PathLen == IP4_NODE_LEN_NEW_VERSIONS) { in IScsiGetTcpConnDevicePath()
1445 PathLen = DevicePathNodeLength (&DPathNode->Ipv6); in IScsiGetTcpConnDevicePath()
1447 if (PathLen == IP6_NODE_LEN_NEW_VERSIONS ) { in IScsiGetTcpConnDevicePath()
1453 else if (PathLen == IP6_NODE_LEN_OLD_VERSIONS) { in IScsiGetTcpConnDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c495 UINTN PathLen; in ShellOpenFileByDevicePath() local
573 PathLen = DevicePathNodeLength (*FilePath) - SIZE_OF_FILEPATH_DEVICE_PATH; in ShellOpenFileByDevicePath()
579 FnafPathName = AllocateCopyPool(PathLen, (UINT8 *)((FILEPATH_DEVICE_PATH*)*FilePath)->PathName); in ShellOpenFileByDevicePath()