Lines Matching refs:Component
75 UINT32 Component,
82 UINT32 Component,
144 UINT32 Component, in AcpiUtAllocateAndTrack() argument
173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
213 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
242 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
282 UINT32 Component, in AcpiUtFreeAndTrack() argument
307 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
410 UINT32 Component, in AcpiUtTrackAllocation() argument
451 Allocation->Component = Component; in AcpiUtTrackAllocation()
512 UINT32 Component, in AcpiUtRemoveAllocation() argument
648 UINT32 Component, in AcpiUtDumpAllocations() argument
676 if ((Element->Component & Component) && in AcpiUtDumpAllocations()