<def f='src/src/sys/external/bsd/acpica/dist/include/aclocal.h' l='184' ll='209'/>
<size>40</size>
<doc f='src/src/sys/external/bsd/acpica/dist/include/aclocal.h' l='173'>/*
 * The Namespace Node describes a named object that appears in the AML.
 * DescriptorType is used to differentiate between internal descriptors.
 *
 * The node is optimized for both 32-bit and 64-bit platforms:
 * 20 bytes for the 32-bit case, 32 bytes for the 64-bit case.
 *
 * Note: The DescriptorType and Type fields must appear in the identical
 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
 * structures.
 */</doc>
<mbr r='acpi_namespace_node::Object' o='0' t='union acpi_operand_object *'/>
<mbr r='acpi_namespace_node::DescriptorType' o='64' t='UINT8'/>
<mbr r='acpi_namespace_node::Type' o='72' t='UINT8'/>
<mbr r='acpi_namespace_node::Flags' o='80' t='UINT8'/>
<mbr r='acpi_namespace_node::OwnerId' o='88' t='ACPI_OWNER_ID'/>
<mbr r='acpi_namespace_node::Name' o='96' t='ACPI_NAME_UNION'/>
<mbr r='acpi_namespace_node::Parent' o='128' t='struct acpi_namespace_node *'/>
<mbr r='acpi_namespace_node::Child' o='192' t='struct acpi_namespace_node *'/>
<mbr r='acpi_namespace_node::Peer' o='256' t='struct acpi_namespace_node *'/>
