Home
last modified time | relevance | path

Searched refs:ACPI_NS_NEWSCOPE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutdecode.c173 ACPI_NS_NEWSCOPE, /* 06 Device */
175 ACPI_NS_NEWSCOPE, /* 08 Method */
178 ACPI_NS_NEWSCOPE, /* 11 Power */
179 ACPI_NS_NEWSCOPE, /* 12 Processor */
180 ACPI_NS_NEWSCOPE, /* 13 Thermal */
192 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 25 Resource Desc */
193 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 26 Resource Field */
194 ACPI_NS_NEWSCOPE, /* 27 Scope */
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacnamesp.h165 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ macro
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsutils.c871 return (((UINT32) AcpiGbl_NsProperties[Type]) & ACPI_NS_NEWSCOPE); in AcpiNsOpensScope()