Lines Matching refs:Module
149 const char *Module,
156 const char *Module,
218 const char *Module, in AcpiUtAllocateAndTrack() argument
226 Component, Module, Line); in AcpiUtAllocateAndTrack()
233 ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
271 const char *Module, in AcpiUtAllocateZeroedAndTrack() argument
279 Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
284 ACPI_ERROR ((Module, Line, in AcpiUtAllocateZeroedAndTrack()
290 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
328 const char *Module, in AcpiUtFreeAndTrack() argument
340 ACPI_ERROR ((Module, Line, in AcpiUtFreeAndTrack()
353 Component, Module, Line); in AcpiUtFreeAndTrack()
428 const char *Module, in AcpiUtTrackAllocation() argument
470 ACPI_STRNCPY (Allocation->Module, Module, ACPI_MAX_MODULE_NAME); in AcpiUtTrackAllocation()
471 Allocation->Module[ACPI_MAX_MODULE_NAME-1] = 0; in AcpiUtTrackAllocation()
511 const char *Module, in AcpiUtRemoveAllocation() argument
526 ACPI_ERROR ((Module, Line, in AcpiUtRemoveAllocation()
642 const char *Module) in AcpiUtDumpAllocations() argument
664 ((Module == NULL) || (0 == ACPI_STRCMP (Module, Element->Module)))) in AcpiUtDumpAllocations()
672 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()