HomeSort by relevance Sort by last modified time
    Searched refs:ISCSI_ROOT_PATH_ID (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.h 20 #define ISCSI_ROOT_PATH_ID "iscsi:"
IScsiDhcp.c 47 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID);
49 if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.h 18 #define ISCSI_ROOT_PATH_ID "iscsi:"
IScsiDhcp6.h 18 #define ISCSI_ROOT_PATH_ID "iscsi:"
IScsiDhcp.c 55 IScsiRootPathIdLen = (UINT8) AsciiStrLen (ISCSI_ROOT_PATH_ID);
57 if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {
IScsiDhcp6.c 57 IScsiRootPathIdLen = (UINT16) AsciiStrLen (ISCSI_ROOT_PATH_ID);
60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {

Completed in 72 milliseconds