Lines Matching refs:Component
75 UINT32 Component,
82 UINT32 Component,
142 UINT32 Component, in AcpiUtAllocateAndTrack() argument
171 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
211 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
240 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
280 UINT32 Component, in AcpiUtFreeAndTrack() argument
305 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
408 UINT32 Component, in AcpiUtTrackAllocation() argument
449 Allocation->Component = Component; in AcpiUtTrackAllocation()
509 UINT32 Component, in AcpiUtRemoveAllocation() argument
645 UINT32 Component, in AcpiUtDumpAllocations() argument
678 if ((Element->Component & Component) && in AcpiUtDumpAllocations()