Searched refs:ISCSI_ROOT_PATH_ID (Results 1 – 6 of 6) sorted by relevance
20 #define ISCSI_ROOT_PATH_ID "iscsi:" macro
47 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcpExtractRootPath()49 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()
18 #define ISCSI_ROOT_PATH_ID "iscsi:" macro
57 IScsiRootPathIdLen = (UINT16) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcp6ExtractRootPath()60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) { in IScsiDhcp6ExtractRootPath()
55 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID); in IScsiDhcpExtractRootPath()57 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()