HomeSort by relevance Sort by last modified time
    Searched refs:DumpBuf (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.h 39 @param DumpBuf Whether to dump the memory buffer of the associated QTD.
46 IN BOOLEAN DumpBuf
EhciDebug.c 123 @param DumpBuf Whether to dump the memory buffer of the associated QTD.
130 IN BOOLEAN DumpBuf
198 if (DumpBuf && (Qtd->DataLen != 0)) {
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 88 DumpBuf (
474 DumpBuf ((UINT8 *)(Data->AlgoInfo.EspAlgoInfo.AuthKey), Data->AlgoInfo.EspAlgoInfo.AuthKeyLength);
477 DumpBuf ((UINT8 *)(Data->AlgoInfo.EspAlgoInfo.EncKey), Data->AlgoInfo.EspAlgoInfo.EncKeyLength);
  /art/runtime/
trace.h 244 void DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source)
trace.cc 641 void Trace::DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source) {
728 DumpBuf(buf_.get(), final_offset, clock_source_);
    [all...]

Completed in 341 milliseconds