Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c333 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) || in AcpiDmNamestring()
436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) in AcpiDmDisplayPath()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsutils.c314 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()
H A Dnsxfname.c231 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) in AcpiGetHandle()
H A Dnsxfeval.c366 (ACPI_IS_ROOT_PREFIX (Pathname[0]))) in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c296 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
1052 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
1089 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c390 if (ACPI_IS_ROOT_PREFIX (*Name)) in AcpiDbPrepNamestring()
H A Ddbnames.c282 if (ACPI_IS_ROOT_PREFIX (Name[0])) in AcpiDbSetScope()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c1010 while (ACPI_IS_ROOT_PREFIX (*Name) || in UtAttachNameseg()
H A Daslopt.c565 (ACPI_IS_ROOT_PREFIX (AmlNameString[0]))) in OptOptimizeNameDeclaration()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h509 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (UINT8) 0x5C) /* Backslash */ macro