Searched refs:AcpiGbl_RootNodeStruct (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Dutglobal.c319 AcpiGbl_RootNodeStruct.Name.Integer = ACPI_ROOT_NAME;
320 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
321 AcpiGbl_RootNodeStruct.Type = ACPI_TYPE_DEVICE;
322 AcpiGbl_RootNodeStruct.Parent = NULL;
323 AcpiGbl_RootNodeStruct.Child = NULL;
324 AcpiGbl_RootNodeStruct.Peer = NULL;
325 AcpiGbl_RootNodeStruct.Object = NULL;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/common/
H A Dadisasm.c447 AcpiGbl_RootNodeStruct.Name.Integer = ACPI_ROOT_NAME;
448 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
449 AcpiGbl_RootNodeStruct.Type = ACPI_TYPE_DEVICE;
450 AcpiGbl_RootNodeStruct.Parent = NULL;
451 AcpiGbl_RootNodeStruct.Child = NULL;
452 AcpiGbl_RootNodeStruct.Peer = NULL;
453 AcpiGbl_RootNodeStruct.Object = NULL;
454 AcpiGbl_RootNodeStruct.Flags = 0;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacglobal.h321 ACPI_EXTERN ACPI_NAMESPACE_NODE AcpiGbl_RootNodeStruct; variable
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnsaccess.c105 AcpiGbl_RootNode = &AcpiGbl_RootNodeStruct;

Completed in 165 milliseconds