Lines Matching refs:IsDevicePathEnd
256 return IsDevicePathEnd (NextDevicePathNode (DevicePath)); in BmIsFvFilePath()
755 while (!IsDevicePathEnd (TempDevicePath)) { in BmCachePartitionDevicePath()
982 ASSERT (IsDevicePathEnd (TempDevicePath)); in BmExpandMediaDevicePath()
1076 for (; !IsDevicePathEnd (Left) && !IsDevicePathEnd (Right) in BmMatchHttpBootDevicePath()
1092 return (BOOLEAN) (IsDevicePathEnd (Left) && IsDevicePathEnd (Right)); in BmMatchHttpBootDevicePath()
1374 if (!EFI_ERROR (Status) && IsDevicePathEnd (Node)) { in BmGetFileBufferFromLoadFiles()
1458 if (!EFI_ERROR (Status) && IsDevicePathEnd (Node)) { in EfiBootManagerGetLoadOptionBuffer()
1484 for (Node = FilePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in EfiBootManagerGetLoadOptionBuffer()
1491 if (!IsDevicePathEnd (Node)) { in EfiBootManagerGetLoadOptionBuffer()
1882 while (!IsDevicePathEnd (BlockIoDevicePath)) { in BmMatchPartitionDevicePathNode()
1892 if (IsDevicePathEnd (BlockIoDevicePath)) { in BmMatchPartitionDevicePathNode()