Searched refs:ACPI_IS_ROOT_PREFIX (Results 1 – 6 of 6) sorted by relevance
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()328 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
206 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()
123 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
231 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
183 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()865 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
322 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro