Lines Matching refs:Component
183 UINT32 Component,
190 UINT32 Component,
250 UINT32 Component, in AcpiUtAllocateAndTrack() argument
279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
319 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
348 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
388 UINT32 Component, in AcpiUtFreeAndTrack() argument
413 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
516 UINT32 Component, in AcpiUtTrackAllocation() argument
557 Allocation->Component = Component; in AcpiUtTrackAllocation()
617 UINT32 Component, in AcpiUtRemoveAllocation() argument
753 UINT32 Component, in AcpiUtDumpAllocations() argument
786 if ((Element->Component & Component) && in AcpiUtDumpAllocations()