152#ifndef __ACSTRUCT_H__
153#define __ACSTRUCT_H__
169#define ACPI_NEXT_OP_DOWNWARD 1
170#define ACPI_NEXT_OP_UPWARD 2
176#define ACPI_WALK_NON_METHOD 0
177#define ACPI_WALK_METHOD 0x01
178#define ACPI_WALK_METHOD_RESTART 0x02
184 UINT8 DescriptorType;
190 ACPI_OWNER_ID OwnerId;
191 BOOLEAN LastPredicate;
196 BOOLEAN NamespaceOverride;
201 UINT32 MethodBreakpoint;
202 UINT32 UserBreakpoint;
208 UINT16 MethodNestingDepth;
209 UINT8 MethodIsNested;
225 char *MethodPathname;
236 ACPI_PARSE_DOWNWARDS DescendingCallback;
237 ACPI_PARSE_UPWARDS AscendingCallback;
249 UINT32 SerialMethodCount;
250 UINT32 NonSerialMethodCount;
251 UINT32 SerializedMethodCount;
253 UINT32 OpRegionCount;
261 ACPI_OWNER_ID OwnerId;
268 ACPI_WALK_CALLBACK UserFunction;
316 const char *RelativePathname;
332 UINT8 ReturnObjectType;
339#define ACPI_IGNORE_RETURN_VALUE 1
343#define ACPI_OBJECT_REPAIRED 1
344#define ACPI_OBJECT_WRAPPED 2
366 ACPI_OWNER_ID OwnerId;
368 UINT32 AddressSpaceId;
379 ACPI_OWNER_ID OwnerId;
386#define ACPI_DISPLAY_SUMMARY (UINT8) 0
387#define ACPI_DISPLAY_OBJECTS (UINT8) 1
388#define ACPI_DISPLAY_MASK (UINT8) 1
390#define ACPI_DISPLAY_SHORT (UINT8) 2
Test context for spec:/rtems/barrier/req/create test case.
Definition: tc-barrier-create.c:144
Definition: acstruct.h:350
Definition: acstruct.h:312
Definition: acstruct.h:267
Definition: acstruct.h:245
Definition: aclocal.h:294
Definition: acobject.h:225
Definition: aclocal.h:984
Definition: aclocal.h:1217
Definition: acstruct.h:363
Definition: aclocal.h:879
Definition: acstruct.h:376
Definition: acstruct.h:182
Definition: acstruct.h:276
Definition: aclocal.h:938
Definition: acobject.h:626
Definition: aclocal.h:1194
Definition: aclocal.h:548