Searched refs:DataBuffer (Results 1 - 25 of 43) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DUefiScsiLib.h328 If DataLength is non-zero and DataBuffer is not NULL, DataBuffer must meet buffer
359 @param[in, out] DataBuffer A pointer to data that was generated by the
365 the DataBuffer buffer. On output, a pointer
366 to the number of bytes written to the DataBuffer
376 entire DataBuffer could not be transferred.
408 IN OUT VOID *DataBuffer, OPTIONAL
478 If DataLength is non-zero and DataBuffer is not NULL, DataBuffer must meet buffer
488 @param[in, out] DataBuffer
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c465 If DataLength is non-zero and DataBuffer is not NULL, DataBuffer must meet buffer
496 @param[in, out] DataBuffer A pointer to data that was generated by the
502 the DataBuffer buffer. On output, a pointer
503 to the number of bytes written to the DataBuffer
513 entire DataBuffer could not be transferred.
545 IN OUT VOID *DataBuffer, OPTIONAL
566 CommandPacket.InDataBuffer = DataBuffer;
697 If DataLength is non-zero and DataBuffer is not NULL, DataBuffer mus
538 ScsiModeSense10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT8 DBDField, OPTIONAL IN UINT8 PageControl, IN UINT8 PageCode ) argument
726 ScsiReadCapacityCommand( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN BOOLEAN Pmi ) argument
830 ScsiReadCapacity16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN BOOLEAN Pmi ) argument
937 ScsiRead10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize ) argument
1037 ScsiWrite10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize ) argument
1136 ScsiRead16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize ) argument
1236 ScsiWrite16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize ) argument
1409 ScsiRead10CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1593 ScsiWrite10CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1777 ScsiRead16CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1961 ScsiWrite16CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/
H A DUsbAtapi.h59 IN VOID *DataBuffer,
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
H A DParseConfigProfile.c27 @param[in] DataBuffer Config raw file buffer.
39 IN UINT8 *DataBuffer,
56 Context = OpenIniFile(DataBuffer, BufferSize);
38 ParseRecoveryDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT CONFIG_HEADER *ConfigHeader, IN OUT RECOVERY_CONFIG_DATA **RecoveryArray ) argument
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DParseConfigProfile.c27 @param[in] DataBuffer Config raw file buffer.
39 IN UINT8 *DataBuffer,
57 Context = OpenIniFile(DataBuffer, BufferSize);
38 ParseUpdateDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT CONFIG_HEADER *ConfigHeader, IN OUT UPDATE_CONFIG_DATA **UpdateArray ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DBotPeim.c167 @param DataBuffer The pointer to the data.
181 IN OUT VOID *DataBuffer,
198 BufferPtr = (UINT8 *) DataBuffer;
317 @param DataBuffer The pointer to the data.
333 IN VOID *DataBuffer,
373 DataBuffer,
177 BotDataPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN UINT32 *DataSize, IN OUT VOID *DataBuffer, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument
328 PeiAtapiCommand( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN VOID *DataBuffer, IN UINT32 BufferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 TimeOutInMilliSeconds ) argument
H A DUsbBotPeim.h324 @param DataBuffer The pointer to the data.
340 IN VOID *DataBuffer,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhciDebug.c71 DEBUG ((EFI_D_INFO, "%2x ", *(UINT8 *)(UINTN)(Td->DataBuffer + Index) ));
H A DDescriptor.h97 UINT32 DataBuffer; // 32-bit Physical Address of buffer member in struct:_TD_DESCRIPTOR
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/
H A DIniParsingLib.h40 @param[in] DataBuffer Config raw file buffer.
50 IN UINT8 *DataBuffer,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
H A DUfsBlockIoPei.c138 @param[out] DataBuffer A pointer to output sense data.
150 OUT VOID *DataBuffer,
167 Packet.InDataBuffer = DataBuffer;
289 @param[out] DataBuffer A pointer to READ_CAPACITY data buffer.
303 OUT VOID *DataBuffer,
321 Packet.InDataBuffer = DataBuffer;
345 @param[out] DataBuffer A pointer to READ_CAPACITY data buffer.
359 OUT VOID *DataBuffer,
379 Packet.InDataBuffer = DataBuffer;
405 @param[out] DataBuffer
147 UfsPeimRequestSense( IN UFS_PEIM_HC_PRIVATE_DATA *Private, IN UINTN Lun, OUT VOID *DataBuffer, OUT UINT32 *DataBufferLength ) argument
300 UfsPeimReadCapacity( IN UFS_PEIM_HC_PRIVATE_DATA *Private, IN UINTN Lun, OUT VOID *DataBuffer, OUT UINT32 *DataLength, OUT VOID *SenseData, OPTIONAL OUT UINT8 *SenseDataLength ) argument
356 UfsPeimReadCapacity16( IN UFS_PEIM_HC_PRIVATE_DATA *Private, IN UINTN Lun, OUT VOID *DataBuffer, OUT UINT32 *DataLength, OUT VOID *SenseData, OPTIONAL OUT UINT8 *SenseDataLength ) argument
416 UfsPeimRead10( IN UFS_PEIM_HC_PRIVATE_DATA *Private, IN UINTN Lun, IN UINTN StartLba, IN UINT32 SectorNum, OUT VOID *DataBuffer, OUT UINT32 *DataLength, OUT VOID *SenseData, OPTIONAL OUT UINT8 *SenseDataLength ) argument
478 UfsPeimRead16( IN UFS_PEIM_HC_PRIVATE_DATA *Private, IN UINTN Lun, IN UINTN StartLba, IN UINT32 SectorNum, OUT VOID *DataBuffer, OUT UINT32 *DataLength, OUT VOID *SenseData, OPTIONAL OUT UINT8 *SenseDataLength ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c419 UINT8 *DataBuffer; local
487 DataBuffer = NULL;
492 Status = gRT->GetVariable (FoundVarName, &FoundVarGuid, &Atts, &DataSize, DataBuffer);
494 SHELL_FREE_NON_NULL (DataBuffer);
495 DataBuffer = AllocatePool (DataSize);
496 if (DataBuffer == NULL) {
499 Status = gRT->GetVariable (FoundVarName, &FoundVarGuid, &Atts, &DataSize, DataBuffer);
506 if (!EFI_ERROR(Status) && (DataBuffer != NULL) && (FoundVarName != NULL)) {
515 DataBuffer, DataSize, HexString, (DataSize * 2 + 1) * sizeof (CHAR16)
527 DumpHex (2, 0, DataSize, DataBuffer);
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h1008 @param DataBuffer The buffer to fill with the read out data
1020 OUT UINT8 *DataBuffer,
1032 @param DataBuffer The buffer to fill with the read out data
1045 IN UINT8 *DataBuffer,
1057 @param DataBuffer The buffer to fill with the read out data
1069 OUT UINT8 *DataBuffer,
1081 @param DataBuffer The buffer to fill with the read out data
1094 IN UINT8 *DataBuffer,
1106 @param DataBuffer The buffer to fill with the read out data.
1125 OUT UINT8 *DataBuffer,
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciDebug.c72 DEBUG ((EFI_D_VERBOSE, " DataBuffer - 0x%x\n\n",CurTdSw->TdHw.DataBuffer));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c858 @param DataBuffer A pointer to the destination buffer for the data.
868 IN VOID *DataBuffer,
886 Buffer = DataBuffer;
1496 @param DataBuffer A pointer to the source buffer for the data.
1512 IN VOID *DataBuffer,
1678 DataBuffer,
1884 DataBuffer = (UINT8 *) DataBuffer + NumberOfBlocks * IdeDev->BlkIo.Media->BlockSize;
1906 @param DataBuffer A pointer to the destination buffer for the data.
1915 IN VOID *DataBuffer,
866 AtaReadSectors( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA Lba, IN UINTN NumberOfBlocks ) argument
1510 DoAtaUdma( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks, IN ATA_UDMA_OPERATION UdmaOp ) argument
1913 AtaUdmaReadExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
1937 AtaUdmaRead( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
1961 AtaReadSectorsExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
2304 AtaUdmaWriteExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
2328 AtaUdmaWrite( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
2352 AtaWriteSectorsExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *DataBuffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
H A DScsiPassThru.h69 VOID *DataBuffer; member in struct:__anon4395
124 DataBuffer.See HostAdapterStatus, TargetStatus,
128 entire DataBuffer could not be transferred.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c512 @param DataBuffer Point to the FV image to be processed.
523 UINT8 *DataBuffer,
535 FwVolHeader = (EFI_FIRMWARE_VOLUME_HEADER *) DataBuffer;
551 ProcessedDataBuffer = DataBuffer;
554 // Allocate new aligned buffer to store DataBuffer.
560 CopyMem (ProcessedDataBuffer, DataBuffer, BufferSize);
522 ProcessUpdateImage( UINT8 *DataBuffer, UINTN BufferSize, EFI_FIRMWARE_VOLUME2_PROTOCOL **FwVolProtocol ) argument
H A DUpdateDriver.h89 @param DataBuffer Config raw file buffer.
101 IN UINT8 *DataBuffer,
H A DParseUpdateProfile.c790 @param DataBuffer Config raw file buffer.
801 IN UINT8 *DataBuffer,
818 BufferEnd = (CHAR8 *) ( (UINTN) DataBuffer + BufferSize);
819 CurrentPtr = (CHAR8 *) DataBuffer;
923 @param DataBuffer Config raw file buffer.
935 IN UINT8 *DataBuffer,
958 DataBuffer,
800 PreProcessDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT SECTION_ITEM **SectionHead, IN OUT COMMENT_LINE **CommentHead ) argument
934 ParseUpdateDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT UINTN *NumOfUpdates, IN OUT UPDATE_CONFIG_DATA **UpdateArray ) argument
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DFtp4.h194 VOID *DataBuffer; member in struct:_EFI_FTP4_COMMAND_TOKEN
201 /// Data in DataBuffer has been transmitted, this callback
371 Data will be downloaded from the FTPv4 server into Token.DataBuffer. If the file size
373 processing data and then new data will be placed at the beginning of Token.DataBuffer.
384 - Token. DataBuffer is NULL.
407 into Token.DataBuffer. Token.DataBufferSize is the number bytes to be transferred.
410 Token.DataBuffer. Token.DataBufferSize is updated to reflect the actual number of bytes
424 - Token. DataBuffer is NULL.
448 NULL). Data will be downloaded from the FTPv4 server into Token.DataBuffer. If the file size
450 data and then new data will be placed at the beginning of Token.DataBuffer
[all...]
H A DScsiPassThru.h84 VOID *DataBuffer; member in struct:__anon9208
174 DataBuffer. See HostAdapterStatus, TargetStatus,
178 entire DataBuffer could not be transferred.
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DDescriptor.h97 UINT8 *DataBuffer; member in struct:_TD_DESCRIPTOR
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c848 UINT8 *DataBuffer; local
857 DataBuffer = NULL;
874 DataBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
875 if (DataBuffer == NULL) {
886 DataBuffer [Index/2] = DigitUint8;
888 DataBuffer [Index/2] = (UINT8) ((DataBuffer [Index/2] << 4) + DigitUint8);
892 *Buffer = DataBuffer;
903 DataBuffer = (UINT8 *) AllocateZeroPool ((Length/4 + 1) * sizeof (CHAR16));
904 if (DataBuffer
1748 UINT8 *DataBuffer; local
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
H A DNorFlashDxe.c579 IN UINT32 *DataBuffer,
628 BufferIndex++, WordAddress += P30_MAX_BUFFER_SIZE_IN_BYTES, DataBuffer += P30_MAX_BUFFER_SIZE_IN_WORDS
632 if (~DataBuffer[Cnt] != 0 ) {
635 DataBuffer);
648 Status = NorFlashWriteBuffer (Instance, WordAddress, (RemainingWords * 4), DataBuffer);
658 for(WordIndex=0; WordIndex<BlockSizeInWords; WordIndex++, DataBuffer++, WordAddress = WordAddress + 4) {
659 Status = NorFlashWriteSingleWord (Instance, WordAddress, *DataBuffer);
576 NorFlashWriteFullBlock( IN NOR_FLASH_INSTANCE *Instance, IN EFI_LBA Lba, IN UINT32 *DataBuffer, IN UINT32 BlockSizeInWords ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c865 UINT8 *DataBuffer; local
940 DataBuffer = (UINT8 *) &PrivateData->Configuration.NameValueVar0;
946 DataBuffer [Index/2] = DigitUint8;
948 DataBuffer [Index/2] = (UINT8) ((UINT8) (DigitUint8 << 4) + DataBuffer [Index/2]);
972 DataBuffer = (UINT8 *) &PrivateData->Configuration.NameValueVar1;
978 DataBuffer [Index/2] = DigitUint8;
980 DataBuffer [Index/2] = (UINT8) ((UINT8) (DigitUint8 << 4) + DataBuffer [Index/2]);

Completed in 220 milliseconds

12