Searched refs:ACPI_IS_ROOT_PREFIX (Results 1 – 10 of 10) sorted by relevance
333 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
314 if (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()321 while (ACPI_IS_ROOT_PREFIX (*NextExternalChar)) in AcpiNsGetInternalNameLength()914 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1])) in AcpiNsGetNodeUnlocked()
231 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
366 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
296 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()1052 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()1089 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
390 if (ACPI_IS_ROOT_PREFIX (*Name)) in AcpiDbPrepNamestring()
282 if (ACPI_IS_ROOT_PREFIX (Name[0])) in AcpiDbSetScope()
1010 while (ACPI_IS_ROOT_PREFIX (*Name) || in UtAttachNameseg()
565 (ACPI_IS_ROOT_PREFIX (AmlNameString[0]))) in OptOptimizeNameDeclaration()
509 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro