Home
last modified time | relevance | path

Searched refs:DebugBlock (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c284 ACPI_DEBUG_MEM_BLOCK *DebugBlock; in AcpiUtFreeAndTrack() local
299 DebugBlock = ACPI_CAST_PTR (ACPI_DEBUG_MEM_BLOCK, in AcpiUtFreeAndTrack()
303 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size; in AcpiUtFreeAndTrack()
305 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
311 AcpiOsFree (DebugBlock); in AcpiUtFreeAndTrack()
313 Allocation, DebugBlock)); in AcpiUtFreeAndTrack()
/netbsd-src/sys/dev/arcbios/
H A Darcbios.h86 int32_t DebugBlock; member