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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.c1409 using one of the TRUSTED RECEIVE commands defined in ATA8-ACS if PayloadBufferSize
1412 If the PayloadBufferSize is zero, the security protocol command is sent using the
1415 If PayloadBufferSize is too small to store the available data from the security
1416 protocol command, the function shall copy PayloadBufferSize bytes into the
1419 If PayloadBuffer or PayloadTransferSize is NULL and PayloadBufferSize is non-zero,
1447 @param PayloadBufferSize Size in bytes of the payload data buffer.
1456 @retval EFI_WARN_BUFFER_TOO_SMALL The PayloadBufferSize was too small to store the available
1463 PayloadBufferSize is non-zero.
1476 IN UINTN PayloadBufferSize,
1486 if ((PayloadBuffer == NULL || PayloadTransferSize == NULL) && PayloadBufferSize !
1470 AtaStorageSecurityReceiveData( IN EFI_STORAGE_SECURITY_COMMAND_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Timeout, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN PayloadBufferSize, OUT VOID *PayloadBuffer, OUT UINTN *PayloadTransferSize ) argument
1581 AtaStorageSecuritySendData( IN EFI_STORAGE_SECURITY_COMMAND_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Timeout, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN PayloadBufferSize, IN VOID *PayloadBuffer ) argument
[all...]

Completed in 35 milliseconds