Searched defs:NumBytes (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformFvbLibNull/
H A DPlatformFvbLibNull.c27 @param[in] NumBytes The number of bytes read.
38 IN UINTN NumBytes,
52 @param[in] NumBytes The number of bytes written.
62 IN UINTN NumBytes,
34 PlatformFvbDataRead( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
58 PlatformFvbDataWritten( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/EmuVariableFvbLib/
H A DEmuVariableFvbLib.c31 @param[in] NumBytes The number of bytes read.
42 IN UINTN NumBytes,
56 @param[in] NumBytes The number of bytes written.
66 IN UINTN NumBytes,
38 PlatformFvbDataRead( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
62 PlatformFvbDataWritten( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h49 #define NumBytes(x) (((x)>>3)+1) /* Num bytes to hold x */ macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DCallback.c148 @param NumBytes Number of bytes to read or write.
158 IN UINT8 NumBytes,
165 switch (NumBytes) {
298 @param NumBytes Number of bytes to read or write.
309 IN UINT8 NumBytes,
320 switch (NumBytes) {
392 @param NumBytes Size of memory to be mapped.
403 IN UINT32 NumBytes,
415 BuffSize = (UINTN) NumBytes;
486 @param NumBytes Siz
156 SnpUndi32CallbackMemio30( IN UINT8 ReadOrWrite, IN UINT8 NumBytes, IN UINT64 Address, IN OUT UINT64 BufferAddr ) argument
306 SnpUndi32CallbackMemio( IN UINT64 UniqueId, IN UINT8 ReadOrWrite, IN UINT8 NumBytes, IN UINT64 MemOrPortAddr, IN OUT UINT64 BufferPtr ) argument
400 SnpUndi32CallbackMap( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN OUT UINT64 DeviceAddrPtr ) argument
494 SnpUndi32CallbackUnmap( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN UINT64 DeviceAddr ) argument
548 SnpUndi32CallbackSync( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN UINT64 DeviceAddr ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.c185 @param NumBytes Pointer to a UINT32. At entry, *NumBytes
187 *NumBytes contains the total number of bytes
205 IN OUT UINTN *NumBytes,
230 *NumBytes = 0;
238 *NumBytes = 0;
242 NumOfBytesRead = *NumBytes;
259 if (NumOfBytesRead == *NumBytes) {
263 *NumBytes = NumOfBytesRead;
275 @param NumBytes Pointe
201 FwVolBlockReadBlock( IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, IN CONST EFI_LBA Lba, IN CONST UINTN Offset, IN OUT UINTN *NumBytes, IN OUT UINT8 *Buffer ) argument
295 FwVolBlockWriteBlock( IN EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN OUT UINTN *NumBytes, IN UINT8 *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c412 to the boundary but not beyond. The output parameter NumBytes
425 @param NumBytes Pointer to a UINTN. At entry, *NumBytes
427 exit, *NumBytes contains the total number of
436 LBA boundary. On output, NumBytes
454 IN OUT UINTN *NumBytes,
468 if ((Offset + *NumBytes) > FvbDevice->BlockSize) {
469 *NumBytes = FvbDevice->BlockSize - Offset;
477 if (*NumBytes > 0) {
478 CopyMem (FvbDataPtr, Buffer, *NumBytes);
450 FvbProtocolWrite( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN OUT UINTN *NumBytes, IN UINT8 *Buffer ) argument
535 FvbProtocolRead( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN OUT UINTN *NumBytes, IN OUT UINT8 *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c648 when *NumBytes of data have been written, or when the firmware end is
649 reached. *NumBytes is updated to reflect the actual number of bytes
654 @param NumBytes At input, indicates the requested write size.
666 IN OUT UINTN *NumBytes,
681 if ((UINTN) (*NumBytes) > RemainingLength) {
682 *NumBytes = (UINTN) RemainingLength;
700 RemainingLength = *NumBytes;
663 FvcWrite( IN FV_DEVICE *FvDevice, IN UINTN Offset, IN OUT UINTN *NumBytes, IN UINT8 *Buffer ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9mesh.h212 DWORD NumBytes; member in struct:_D3DXEFFECTDEFAULT

Completed in 70 milliseconds