Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiDhcp.c37 UINT8 IScsiRootPathIdLen; in IScsiDhcpExtractRootPath() local
47 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcpExtractRootPath()
49 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()
55 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath()
56 Length = (UINT8) (Length - IScsiRootPathIdLen); in IScsiDhcpExtractRootPath()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp.c40 UINT8 IScsiRootPathIdLen; in IScsiDhcpExtractRootPath() local
55 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcpExtractRootPath()
57 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()
63 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath()
64 Length = (UINT8) (Length - IScsiRootPathIdLen); in IScsiDhcpExtractRootPath()
DIScsiDhcp6.c42 UINT16 IScsiRootPathIdLen; in IScsiDhcp6ExtractRootPath() local
57 IScsiRootPathIdLen = (UINT16) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcp6ExtractRootPath()
59 if ((Length <= IScsiRootPathIdLen) || in IScsiDhcp6ExtractRootPath()
60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) { in IScsiDhcp6ExtractRootPath()
66 RootPath = RootPath + IScsiRootPathIdLen; in IScsiDhcp6ExtractRootPath()
67 Length = (UINT16) (Length - IScsiRootPathIdLen); in IScsiDhcp6ExtractRootPath()