Searched refs:SecondDevicePath (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
D | DriverEntryPoint.c | 83 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath in SmmAppendDevicePath() argument 93 ASSERT (FirstDevicePath != NULL && SecondDevicePath != NULL); in SmmAppendDevicePath() 100 Size2 = SmmGetDevicePathSize (SecondDevicePath); in SmmAppendDevicePath() 115 gBS->CopyMem ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2); in SmmAppendDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathUtilities.c | 451 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in UefiDevicePathLibAppendDevicePath() 464 …return DuplicateDevicePath ((SecondDevicePath != NULL) ? SecondDevicePath : &mUefiDevicePathLibEnd… in UefiDevicePathLibAppendDevicePath() 467 if (SecondDevicePath == NULL) { in UefiDevicePathLibAppendDevicePath() 471 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in UefiDevicePathLibAppendDevicePath() 480 Size2 = GetDevicePathSize (SecondDevicePath); in UefiDevicePathLibAppendDevicePath() 492 CopyMem (DevicePath2, SecondDevicePath, Size2); in UefiDevicePathLibAppendDevicePath()
|
D | UefiDevicePathLibOptionalDevicePathProtocol.c | 145 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in AppendDevicePath() 149 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath() 151 return UefiDevicePathLibAppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
|
D | UefiDevicePathLib.c | 100 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in AppendDevicePath() 103 return UefiDevicePathLibAppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
|
D | UefiDevicePathLib.h | 224 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/ |
D | UefiDevicePathLib.c | 131 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in GlueAppendDevicePath() 144 return DuplicateDevicePath (SecondDevicePath); in GlueAppendDevicePath() 147 if (SecondDevicePath == NULL) { in GlueAppendDevicePath() 156 Size2 = GetDevicePathSize (SecondDevicePath); in GlueAppendDevicePath() 168 CopyMem (DevicePath2, SecondDevicePath, Size2); in GlueAppendDevicePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/ |
D | EdkIIGlueSmmDriverEntryPoint.c | 209 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath in SmmAppendDevicePath() argument 219 ASSERT (FirstDevicePath != NULL && SecondDevicePath != NULL); in SmmAppendDevicePath() 226 Size2 = SmmGetDevicePathSize (SecondDevicePath); in SmmAppendDevicePath() 237 (mBS->CopyMem) ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2); in SmmAppendDevicePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | DevicePath.c | 283 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; in EfiAppendDevicePath() local 313 …SecondDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DE… in EfiAppendDevicePath() 314 EfiCopyMem (SecondDevicePath, Src2, Size2); in EfiAppendDevicePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
D | RtDevicePath.c | 380 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; in RtEfiAppendDevicePath() local 410 …SecondDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DE… in RtEfiAppendDevicePath() 411 EfiCopyMem (SecondDevicePath, Src2, Size2); in RtEfiAppendDevicePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueDevicePathLib.h | 97 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
D | UefiDevicePathLib.c | 457 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in AppendDevicePath() 460 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DevicePathLib.h | 301 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL
|