Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c555 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
561 CopyMem (DevicePath2, SecondDevicePath, Size2); in AppendDevicePath()
619 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()
H A Duefi-dplib.h494 #define CopyMem(d, s, l) memcpy(d, s, l) macro
H A Defivar-dp-format.c1052 CopyMem (NewStr, SerialNumberStr, Length * sizeof (CHAR16)); in DevPathToTextUsbWWID()
1771 CopyMem (SSId, WiFi->SSId, 32); in DevPathToTextWiFi()
1891 CopyMem (UriStr, Uri->Uri, UriLength); in DevPathToTextUri()
H A Defivar-dp-parse.c2664 CopyMem ( in DevPathFromTextUsbWwid()
2874 CopyMem (WiFiDp->SSId, AsciiStr, DataLen); in DevPathFromTextWiFi()
3101 CopyMem (Hd->Signature, &Signature32, sizeof (UINT32)); in DevPathFromTextHD()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h35 CopyMem (
/freebsd/stand/efi/include/
H A Defipciio.h530 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem; member
H A Defiapi.h824 EFI_COPY_MEM CopyMem; member
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1955 EFI_COPY_MEM CopyMem; member