Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Duttrack.c75 UINT32 Component,
82 UINT32 Component,
144 UINT32 Component, in AcpiUtAllocateAndTrack() argument
213 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
242 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
282 UINT32 Component, in AcpiUtFreeAndTrack() argument
410 UINT32 Component, in AcpiUtTrackAllocation() argument
451 Allocation->Component = Component; in AcpiUtTrackAllocation()
512 UINT32 Component, in AcpiUtRemoveAllocation() argument
648 UINT32 Component, in AcpiUtDumpAllocations() argument
[all …]
/third_party/lib/acpica/source/include/acpica/
A Dacoutput.h292 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument
293 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
327 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument
329 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
331 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
335 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument
337 Filename, Modulename, Component, __VA_ARGS__)
339 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument
341 Filename, Modulename, Component, __VA_ARGS__)
481 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
A Dacutils.h908 UINT32 Component,
915 UINT32 Component,
922 UINT32 Component,
932 UINT32 Component,
A Dacnamesp.h263 UINT32 Component);
A Daclocal.h1376 UINT32 Component; \
/third_party/lib/acpica/source/components/namespace/
A Dnsdump.c163 UINT32 Component) in AcpiNsDumpPathname() argument
171 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl45 Intel ACPI Component Architecture

Completed in 23 milliseconds