Home
last modified time | relevance | path

Searched refs:ACPI_IS_ROOT_PREFIX (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmnames.c225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()
328 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
/titanic_44/usr/src/uts/intel/io/acpica/namespace/
H A Dnsutils.c206 if (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()
213 while (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()
824 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1])) in AcpiNsGetNode()
H A Dnsxfname.c123 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
H A Dnsxfeval.c231 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
/titanic_44/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c183 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
865 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h322 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro