Searched refs:ACPI_IS_ROOT_PREFIX (Results 1 – 10 of 10) sorted by relevance
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()327 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
205 if (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()212 while (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()821 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()863 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
281 if (ACPI_IS_ROOT_PREFIX (*Name)) in AcpiDbPrepNamestring()
173 if (ACPI_IS_ROOT_PREFIX (Name[0])) in AcpiDbSetScope()
857 while (ACPI_IS_ROOT_PREFIX (*Name) || in UtAttachNameseg()
450 (ACPI_IS_ROOT_PREFIX (AmlNameString[0]))) in OptOptimizeNameDeclaration()
322 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro