Searched refs:CopyMem (Results 1 – 9 of 9) sorted by relevance
| /src/lib/libefivar/ |
| H A D | uefi-dputil.c | 537 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath() 543 CopyMem (DevicePath2, SecondDevicePath, Size2); in AppendDevicePath() 603 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode() 672 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize); in UefiDevicePathLibAppendDevicePathInstance() 680 CopyMem (TempDevicePath, DevicePathInstance, InstanceSize); in UefiDevicePathLibAppendDevicePathInstance() 902 CopyMem (&FilePath->PathName, FileName, Size); in FileDevicePath()
|
| H A D | uefi-dplib.h | 494 #define CopyMem(d, s, l) memcpy(d, s, l) macro
|
| H A D | efivar-dp-format.c | 1066 CopyMem (NewStr, SerialNumberStr, Length * sizeof (CHAR16)); in DevPathToTextUsbWWID() 1785 CopyMem (SSId, WiFi->SSId, 32); in DevPathToTextWiFi() 1909 CopyMem (UriStr, Uri->Uri, UriLength); in DevPathToTextUri()
|
| H A D | efivar-dp-parse.c | 2763 CopyMem ( in DevPathFromTextUsbWwid() 2986 CopyMem (WiFiDp->SSId, AsciiStr, DataLen); in DevPathFromTextWiFi() 3220 CopyMem (Hd->Signature, &Signature32, sizeof (UINT32)); in DevPathFromTextHD()
|
| /src/sys/contrib/edk2/Include/Library/ |
| H A D | BaseMemoryLib.h | 35 CopyMem (
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | PciRootBridgeIo.h | 418 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_COPY_MEM CopyMem; member
|
| H A D | PciIo.h | 522 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem; member
|
| /src/stand/efi/include/ |
| H A D | efipciio.h | 529 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem; member
|
| /src/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 2018 EFI_COPY_MEM CopyMem; member
|