Home
last modified time | relevance | path

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

/acpica-3.7.0/tests/aslts/bin/bugstate/
Dbdemostabs409 Component=`echo $s0 | sed 's/ //'g`
410 check_component "$Component"
411 Component=$?
420 elif [[ "$Component" != $I_COMP ]]; then
432 if [[ "$Component" != $I_COMP ]]; then
436 if [[ "$Component" != $C_COMP ]]; then
440 if [[ "$Component" != $S_COMP ]]; then
444 if [ "$Component" != $U_COMP -a "$Component" != $M_COMP ]; then
462 if [ "$Component" != $UNDEF_COMP ]; then
463 increment_summary_table "$Component" "$entry_of_table"
[all …]
Dparsebuglist45 Component=
52 Component="$s3"
54 Component="$s3 $s4"
64 Component="$s2"
66 Component="$s2 $s3"
71 echo "$ID:$State: Exp $Result:$Component:"
DERROR_OPCODES7 a: Component field of description for "Core/Int" of LBZ is incorrect (expected I)
8 b: Component field of description for "iASL Com" of LBZ is incorrect (expected C)
9 c: Component field of description for "ACPI Spe" of LBZ is incorrect (expected S)
10 d: Component field of description for "Utilitie" of LBZ is incorrect (expected U)
11 e: invalid Component field in LBZ
12 f: Component field of description for "ACPI" of KBZ is incorrect (expected I)
13 g: Component field of description is incorrect (expected {I|C|M|U|S})
27 v: invalid Component field in KBZ (expected "ACPI")
/acpica-3.7.0/source/components/utilities/
Duttrack.c183 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()
[all …]
/acpica-3.7.0/source/include/
Dacoutput.h406 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument
407 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument
443 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
449 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument
451 Filename, Modulename, Component, __VA_ARGS__)
453 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument
455 Filename, Modulename, Component, __VA_ARGS__)
598 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
Dacutils.h1160 UINT32 Component,
1167 UINT32 Component,
1174 UINT32 Component,
1184 UINT32 Component,
Dacnamesp.h384 UINT32 Component);
Daclocal.h1599 UINT32 Component; \
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/
Doem1.asl2 * Intel ACPI Component Architecture
/acpica-3.7.0/source/components/namespace/
Dnsdump.c275 UINT32 Component) in AcpiNsDumpPathname() argument
283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0227_ASL/
DMAIN.asl50 * Intel ACPI Component Architecture
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0001_ASL/
DDECL.asl64 Intel ACPI Component Architecture
/acpica-3.7.0/tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/
DDSDT.asl2 * Intel ACPI Component Architecture
/acpica-3.7.0/tests/misc/
Dgrammar.asl45 Intel ACPI Component Architecture