Searched refs:CopyMem (Results 1 – 12 of 12) sorted by relevance
/DragonStub/lib/ia64/ |
H A D | salpal.c | 289 CopyMem (Results, &ReturnValue, sizeof(rArg)); in LibSalProc() 313 CopyMem (Results, &ReturnValue, sizeof(rArg)); in LibPalProc() 331 CopyMem (Results, &ReturnValue, sizeof(rArg)); in LibPalProc()
|
/DragonStub/lib/ |
H A D | dpath.c | 178 CopyMem(DstPos, Inst, Size); in AppendDevicePath() 181 CopyMem(DstPos, Src2, Src2Size); in AppendDevicePath() 184 CopyMem(DstPos, EndInstanceDevicePath, sizeof(EFI_DEVICE_PATH)); in AppendDevicePath() 190 CopyMem(DstPos, EndDevicePath, sizeof(EFI_DEVICE_PATH)); in AppendDevicePath() 219 CopyMem (Temp, Src2, Length); in AppendDevicePathNode() 262 CopyMem (FilePath->PathName, FileName, Size); in FileDevicePath() 330 CopyMem (NewDevPath, DevPath, Size); in DuplicateDevicePath() 379 CopyMem (Dest, Src, Size); in UnpackDevicePath() 417 CopyMem (Ptr, Src, SrcSize); in AppendDevicePathInstance() 431 CopyMem (DevPath, Instance, InstanceSize); in AppendDevicePathInstance() [all …]
|
H A D | smbios.c | 61 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID)); in LibGetSmbiosSystemGuidAndSerialNumber()
|
H A D | cmdline.c | 56 CopyMem(ArgvContents, ((EFI_LOADED_IMAGE *)LoadedImage)->LoadOptions, BufLen); in GetShellArgcArgvFromLoadedImage()
|
H A D | event.c | 152 CopyMem(Key, &TimeoutKey, sizeof(EFI_INPUT_KEY)); in WaitForEventWithTimeout()
|
H A D | misc.c | 72 CopyMem (NewPool, OldPool, OldSize < NewSize ? OldSize : NewSize); in ReallocatePool() 112 CopyMem ( in CopyMem() function
|
H A D | sread.c | 307 CopyMem (Buffer, (CHAR8 *) FHand->Source + Offset, *ReadSize); in ReadSimpleReadFile()
|
H A D | str.c | 208 CopyMem (Dest, (void *)Src, Size); in StrDuplicate()
|
H A D | print.c | 338 CopyMem (spc->str + spc->len, Buffer, len * sizeof(CHAR16)); in _SPrint()
|
/DragonStub/inc/ |
H A D | efipciio.h | 358 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem; member 387 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_COPY_MEM CopyMem; member
|
H A D | efiapi.h | 953 EFI_COPY_MEM CopyMem; member
|
H A D | efilib.h | 298 CopyMem (
|