Home
last modified time | relevance | path

Searched refs:FirstDevicePath (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c82 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, in SmmAppendDevicePath() argument
93 ASSERT (FirstDevicePath != NULL && SecondDevicePath != NULL); in SmmAppendDevicePath()
99 Size1 = SmmGetDevicePathSize (FirstDevicePath); in SmmAppendDevicePath()
110 gBS->CopyMem ((VOID *) NewDevicePath, (VOID *) FirstDevicePath, Size1); in SmmAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c130 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in GlueAppendDevicePath() argument
143 if (FirstDevicePath == NULL) { in GlueAppendDevicePath()
148 return DuplicateDevicePath (FirstDevicePath); in GlueAppendDevicePath()
155 Size1 = GetDevicePathSize (FirstDevicePath); in GlueAppendDevicePath()
162 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in GlueAppendDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathUtilities.c433 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in UefiDevicePathLibAppendDevicePath() argument
446 if (FirstDevicePath == NULL) { in UefiDevicePathLibAppendDevicePath()
451 return DuplicateDevicePath (FirstDevicePath); in UefiDevicePathLibAppendDevicePath()
454 if (!IsDevicePathValid (FirstDevicePath, 0) || !IsDevicePathValid (SecondDevicePath, 0)) { in UefiDevicePathLibAppendDevicePath()
462 Size1 = GetDevicePathSize (FirstDevicePath); in UefiDevicePathLibAppendDevicePath()
469 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in UefiDevicePathLibAppendDevicePath()
DUefiDevicePathLibOptionalDevicePathProtocol.c144 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument
149 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
151 return UefiDevicePathLibAppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
DUefiDevicePathLib.c99 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument
103 return UefiDevicePathLibAppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
DUefiDevicePathLib.h223 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
DEdkIIGlueSmmDriverEntryPoint.c208 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, in SmmAppendDevicePath() argument
219 ASSERT (FirstDevicePath != NULL && SecondDevicePath != NULL); in SmmAppendDevicePath()
225 Size1 = SmmGetDevicePathSize (FirstDevicePath); in SmmAppendDevicePath()
232 (mBS->CopyMem) ((VOID *) NewDevicePath, (VOID *) FirstDevicePath, Size1); in SmmAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDevicePathLib.h96 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c440 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL in AppendDevicePath() argument
444 return mDevicePathLibDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath); in AppendDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h300 IN CONST EFI_DEVICE_PATH_PROTOCOL *FirstDevicePath, OPTIONAL