Home
last modified time | relevance | path

Searched refs:DevicePathInstance (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c256 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL in GlueAppendDevicePathInstance()
265 return DuplicateDevicePath (DevicePathInstance); in GlueAppendDevicePathInstance()
268 if (DevicePathInstance == NULL) { in GlueAppendDevicePathInstance()
273 InstanceSize = GetDevicePathSize (DevicePathInstance); in GlueAppendDevicePathInstance()
286 CopyMem (TempDevicePath, DevicePathInstance, InstanceSize); in GlueAppendDevicePathInstance()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c97 EFI_DEVICE_PATH_PROTOCOL* DevicePathInstance; in GetConsoleDevicePathFromVariable() local
131 DevicePathInstance = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (DevicePathStr); in GetConsoleDevicePathFromVariable()
132 ASSERT(DevicePathInstance != NULL); in GetConsoleDevicePathFromVariable()
133 DevicePathInstances = AppendDevicePathInstance (DevicePathInstances, DevicePathInstance); in GetConsoleDevicePathFromVariable()
138 FreePool (DevicePathInstance); in GetConsoleDevicePathFromVariable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DDevicePathUtilities.h120 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance
141 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathUtilities.h112 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance
134 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance,
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathUtilities.c593 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL in UefiDevicePathLibAppendDevicePathInstance()
602 return DuplicateDevicePath (DevicePathInstance); in UefiDevicePathLibAppendDevicePathInstance()
605 if (DevicePathInstance == NULL) { in UefiDevicePathLibAppendDevicePathInstance()
609 if (!IsDevicePathValid (DevicePath, 0) || !IsDevicePathValid (DevicePathInstance, 0)) { in UefiDevicePathLibAppendDevicePathInstance()
614 InstanceSize = GetDevicePathSize (DevicePathInstance); in UefiDevicePathLibAppendDevicePathInstance()
627 CopyMem (TempDevicePath, DevicePathInstance, InstanceSize); in UefiDevicePathLibAppendDevicePathInstance()
DUefiDevicePathLibOptionalDevicePathProtocol.c224 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL in AppendDevicePathInstance()
228 …eturn mDevicePathLibDevicePathUtilities->AppendDevicePathInstance (DevicePath, DevicePathInstance); in AppendDevicePathInstance()
230 return UefiDevicePathLibAppendDevicePathInstance (DevicePath, DevicePathInstance); in AppendDevicePathInstance()
DUefiDevicePathLib.c171 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL in AppendDevicePathInstance()
174 return UefiDevicePathLibAppendDevicePathInstance (DevicePath, DevicePathInstance); in AppendDevicePathInstance()
DUefiDevicePathLib.h289 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDevicePathLib.h149 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c507 EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance; in NeedRecordThisDriver() local
523 DevicePathInstance = mMemoryProfileDriverPath; in NeedRecordThisDriver()
528 TmpDevicePath = DevicePathInstance; in NeedRecordThisDriver()
536 DevicePathSize = (UINTN)TmpDevicePath - (UINTN)DevicePathInstance; in NeedRecordThisDriver()
538 (CompareMem (DriverFilePath, DevicePathInstance, DevicePathSize) == 0)) { in NeedRecordThisDriver()
545DevicePathInstance = (EFI_DEVICE_PATH_PROTOCOL *)((UINTN)DevicePathInstance + DevicePathSize + Dev… in NeedRecordThisDriver()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c528 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL in AppendDevicePathInstance()
531 …eturn mDevicePathLibDevicePathUtilities->AppendDevicePathInstance (DevicePath, DevicePathInstance); in AppendDevicePathInstance()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h361 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c587 EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance; in NeedRecordThisDriver() local
603 DevicePathInstance = mSmramProfileDriverPath; in NeedRecordThisDriver()
608 TmpDevicePath = DevicePathInstance; in NeedRecordThisDriver()
616 DevicePathSize = (UINTN)TmpDevicePath - (UINTN)DevicePathInstance; in NeedRecordThisDriver()
618 (CompareMem (DriverFilePath, DevicePathInstance, DevicePathSize) == 0)) { in NeedRecordThisDriver()
625DevicePathInstance = (EFI_DEVICE_PATH_PROTOCOL *)((UINTN)DevicePathInstance + DevicePathSize + Dev… in NeedRecordThisDriver()