Home
last modified time | relevance | path

Searched refs:SecondDevicePath (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c83 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/
DDevicePathUtilities.c434 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in UefiDevicePathLibAppendDevicePath()
447 …return DuplicateDevicePath ((SecondDevicePath != NULL) ? SecondDevicePath : &mUefiDevicePathLibEnd… in UefiDevicePathLibAppendDevicePath()
450 if (SecondDevicePath == NULL) { in UefiDevicePathLibAppendDevicePath()
454 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in UefiDevicePathLibAppendDevicePath()
463 Size2 = GetDevicePathSize (SecondDevicePath); in UefiDevicePathLibAppendDevicePath()
475 CopyMem (DevicePath2, SecondDevicePath, Size2); in UefiDevicePathLibAppendDevicePath()
DUefiDevicePathLibOptionalDevicePathProtocol.c145 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()
DUefiDevicePathLib.c100 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in AppendDevicePath()
103 return UefiDevicePathLibAppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
DUefiDevicePathLib.h224 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c131 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/
DEdkIIGlueSmmDriverEntryPoint.c209 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/
DDevicePath.c283 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; in EfiAppendDevicePath() local
313SecondDevicePath = (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/
DRtDevicePath.c380 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; in RtEfiAppendDevicePath() local
410SecondDevicePath = (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/
DEdkIIGlueDevicePathLib.h97 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c441 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL in AppendDevicePath()
444 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h301 IN CONST EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath OPTIONAL