Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiDriverLib.h117 #define EfiCopyMem(_Destination, _Source, _Length) gBS->CopyMem ((_Destination), (_Source), (_Leng… argument
118 #define EfiSetMem(_Destination, _Length, _Value) gBS->SetMem ((_Destination), (_Length), (_Value… argument
119 #define EfiZeroMem(_Destination, _Length) gBS->SetMem ((_Destination), (_Length), 0) argument