Lines Matching defs:DevicePathSize

128   UINTN                   DevicePathSize;
133 DevicePathSize = GetDevicePathSize (DevicePath);
134 if (DevicePathSize == GetDevicePathSize (DevicePathStackItem->DevicePath)) {
135 if (CompareMem (DevicePath, DevicePathStackItem->DevicePath, DevicePathSize) == 0) {
807 UINTN DevicePathSize;
813 DevicePathSize = GetDevicePathSize (OverrideItem->ControllerDevicePath);
814 NeededSize += DevicePathSize; // ControllerDevicePath
818 NeededSize += ((sizeof(UINT32) - DevicePathSize) & (sizeof(UINT32) - 1));
825 DevicePathSize = GetDevicePathSize (DriverImageInfo->DriverImagePath);
826 NeededSize += DevicePathSize; //DriverDevicePath
830 NeededSize += ((sizeof(UINT32) - DevicePathSize) & (sizeof(UINT32) - 1));
1213 UINTN DevicePathSize;
1238 DevicePathSize = GetDevicePathSize (ControllerDevicePath);
1243 if (DevicePathSize == GetDevicePathSize (OverrideItem->ControllerDevicePath)) {
1247 DevicePathSize
1339 DevicePathSize = GetDevicePathSize (DriverImageInfo->DriverImagePath);
1340 if (DevicePathSize == GetDevicePathSize (LoadedImageDevicePath)) {
1533 UINTN DevicePathSize;
1550 DevicePathSize = GetDevicePathSize (ControllerDevicePath);
1551 if (DevicePathSize == GetDevicePathSize (OverrideItem->ControllerDevicePath)) {
1555 DevicePathSize
1593 DevicePathSize = GetDevicePathSize (DriverImageDevicePath);
1594 if (DevicePathSize == GetDevicePathSize (DriverImageInfo->DriverImagePath)) {
1657 UINTN DevicePathSize;
1692 DevicePathSize = GetDevicePathSize (ControllerDevicePath);
1693 if (DevicePathSize == GetDevicePathSize (OverrideItem->ControllerDevicePath)) {
1697 DevicePathSize
1787 UINTN DevicePathSize;
1819 DevicePathSize = GetDevicePathSize (ControllerDevicePath);
1820 if (DevicePathSize == GetDevicePathSize (OverrideItem->ControllerDevicePath)) {
1824 DevicePathSize
1846 DevicePathSize = GetDevicePathSize (DriverImageDevicePath);
1847 if (DevicePathSize == GetDevicePathSize (DriverImageInfo->DriverImagePath)) {