Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/disassembler/
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()
/third_party/lib/acpica/source/components/namespace/
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()
A Dnsxfname.c123 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
A Dnsxfeval.c231 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/parser/
A Dpsargs.c183 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
865 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
/third_party/lib/acpica/source/components/debugger/
A Ddbutils.c282 if (ACPI_IS_ROOT_PREFIX (*Name)) in AcpiDbPrepNamestring()
A Ddbnames.c173 if (ACPI_IS_ROOT_PREFIX (Name[0])) in AcpiDbSetScope()
/third_party/lib/acpica/source/compiler/
A Daslopt.c450 (ACPI_IS_ROOT_PREFIX (AmlNameString[0]))) in OptOptimizeNameDeclaration()
A Daslutils.c895 while (ACPI_IS_ROOT_PREFIX (*Name) || in UtAttachNameseg()
/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h322 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro

Completed in 16 milliseconds