Searched refs:ACPI_IS_ROOT_PREFIX (Results 1 – 10 of 10) sorted by relevance
206 if (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()213 while (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()806 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1])) in AcpiNsGetNodeUnlocked()
124 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
258 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()328 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
188 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring() 944 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg() 981 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
282 if (ACPI_IS_ROOT_PREFIX (*Name)) in AcpiDbPrepNamestring()
174 if (ACPI_IS_ROOT_PREFIX (Name[0])) in AcpiDbSetScope()
902 while (ACPI_IS_ROOT_PREFIX (*Name) || in UtAttachNameseg()
457 (ACPI_IS_ROOT_PREFIX (AmlNameString[0]))) in OptOptimizeNameDeclaration()
401 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro