Home
last modified time | relevance | path

Searched refs:DB_BYTE_DISPLAY (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c201 Display = DB_BYTE_DISPLAY; in AcpiUtDumpBuffer()
230 case DB_BYTE_DISPLAY: in AcpiUtDumpBuffer()
389 Display = DB_BYTE_DISPLAY; in AcpiUtDumpBufferToFile()
415 case DB_BYTE_DISPLAY: in AcpiUtDumpBufferToFile()
H A Duttrack.c816 DB_BYTE_DISPLAY, 0); in AcpiUtDumpAllocations()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbutils.c313 ObjDesc->Buffer.Length, DB_BYTE_DISPLAY, _COMPONENT); in AcpiDbDumpExternalObject()
618 AcpiUtDebugDumpBuffer (ACPI_TO_POINTER (Address), 64, DB_BYTE_DISPLAY, in AcpiDbDumpBuffer()
H A Ddbconvert.c591 BufferDesc->Buffer.Length, DB_BYTE_DISPLAY, 0); in AcpiDbDumpPldBuffer()
H A Ddbnames.c795 RetValue->Buffer.Length, DB_DISPLAY_DATA_ONLY | DB_BYTE_DISPLAY, 0); in AcpiDbWalkForFields()
H A Ddbdisply.c313 UINT32 Display = DB_BYTE_DISPLAY; in AcpiDbDecodeAndDisplayObject()
H A Ddbcmds.c775 DB_BYTE_DISPLAY, ACPI_UINT32_MAX); in AcpiDbDisplayTemplate()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtables.c373 DB_BYTE_DISPLAY, ACPI_UINT32_MAX); in AdDisplayTables()
377 Table->Length, DB_BYTE_DISPLAY, ACPI_UINT32_MAX); in AdDisplayTables()
H A Ddmtable.c650 Length, DB_BYTE_DISPLAY, 0); in AcpiDmDumpDataTable()
743 Length, DB_BYTE_DISPLAY, 0); in AcpiDmDumpDataTable()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexdebug.c313 SourceDesc->Buffer.Length : 256, DB_BYTE_DISPLAY, 0); in AcpiExDoDebugObject()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacoutput.h574 #define ACPI_DUMP_BUFFER(a, b) AcpiUtDebugDumpBuffer((UINT8 *) a, b, DB_BYTE_DISPLAY, _COM…
H A Dacutils.h293 #define DB_BYTE_DISPLAY 0x01 macro
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtio.c1231 AcpiUtDumpBuffer (Buffer, AslGbl_TableLength, DB_BYTE_DISPLAY, 0); in DtWriteTableToListing()
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsobject.c247 48, DB_BYTE_DISPLAY, in AcpiPsGetAmlOpcode()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c567 DB_BYTE_DISPLAY, Info->AmlOffset); in AcpiDmDescendingOp()