Searched refs:Ascii (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbxfload.c278 !ACPI_COMPARE_NAMESEG (Table->Signature.Ascii, ACPI_SIG_DSDT) ||
337 (!ACPI_COMPARE_NAMESEG (Table->Signature.Ascii, ACPI_SIG_SSDT) &&
338 !ACPI_COMPARE_NAMESEG (Table->Signature.Ascii, ACPI_SIG_PSDT) &&
339 !ACPI_COMPARE_NAMESEG (Table->Signature.Ascii, ACPI_SIG_OSDT)) ||
353 Table->Signature.Ascii, Table->Pointer->OemTableId));
359 Table->Signature.Ascii, Table->Pointer->OemTableId));
575 AcpiGbl_RootTableList.Tables[i].Signature.Ascii,
H A Dtbinstal.c281 NewTableDesc.Signature.Ascii, ACPI_FORMAT_UINT64 (Address)));
406 OldTableDesc->Signature.Ascii,
H A Dtbdata.c253 ACPI_MOVE_32_TO_32 (TableDesc->Signature.Ascii, Table->Signature);
698 AcpiUtValidNameseg (TableDesc->Signature.Ascii) ?
699 TableDesc->Signature.Ascii : "????",
717 AcpiUtValidNameseg (TableDesc->Signature.Ascii) ?
718 TableDesc->Signature.Ascii : "????",
H A Dtbxface.c329 TableDesc->Signature.Ascii));
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasllookup.c286 if ((Node->Name.Ascii[0] != '_') &&
340 Node->Name.Ascii, Next->Name.Ascii);
356 if (Node->Name.Ascii[0] == '_')
H A Daslxrefout.c605 if (Op->Asl.Node->Name.Ascii[0] == '_')
772 if (Op->Asl.Node->Name.Ascii[0] == '_')
H A Daslnamesp.c290 &Node->Name.Ascii[0], AcpiUtGetTypeName (Node->Type));
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdecode.c446 AcpiUtRepairName (Node->Name.Ascii);
450 return (Node->Name.Ascii);
H A Dutobject.c657 ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, InternalObject)->Name.Ascii));
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddspkginit.c625 ResolvedNode->Name.Ascii, ScopeInfo.Scope.Node->Name.Ascii));
H A Ddsmethod.c305 WalkState->MethodNode->Name.Ascii, WalkState->MethodNode,
741 MethodNode->Name.Ascii, NextWalkState));
1008 WalkState->MethodNode->Name.Ascii));
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c380 ((ACPI_NAMESPACE_NODE *) SubtreeEntry)->Name.Ascii, SubtreeEntry);
507 ObjHandle)->Name.Ascii[i]))
615 Predefined = AcpiUtMatchPredefinedMethod (Node->Name.Ascii);
715 Node->Name.Ascii, Node->Type);
1040 if (!AcpiUtValidNameseg (Node->Name.Ascii))
H A Ddbmethod.c663 Predefined = AcpiUtMatchPredefinedMethod (Node->Name.Ascii);
717 if (!ACPI_COMPARE_NAMESEG (Node->Name.Ascii, Info->NameSeg))
H A Ddbtest.c506 AcpiUtGetTypeName (Node->Type), Node->Name.Ascii);
1000 RegionObj->Region.Node->Name.Ascii);
1224 Predefined = AcpiUtMatchPredefinedMethod (Node->Name.Ascii);
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c375 (SourceDesc->Reference.Node)->Name.Ascii);
H A Dexresnte.c244 Node->Name.Ascii, Node));
H A Dexmutex.c661 ObjDesc->Mutex.Node->Name.Ascii, ObjDesc->Mutex.SyncLevel,
H A Dexstore.c601 AcpiUtGetTypeName (Node->Type), Node->Name.Ascii));
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c245 Info->Predefined = AcpiUtMatchPredefinedMethod (Info->Node->Name.Ascii);
H A Dnspredef.c371 ReturnObject->Node.Name.Ascii,
H A Dnsinit.c654 if (!ACPI_COMPARE_NAMESEG (Node->Name.Ascii, METHOD_NAME__INI))
831 if (!ACPI_COMPARE_NAMESEG (DeviceNode->Name.Ascii, "_SB_") ||
H A Dnsrepair.c473 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name))
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c760 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, METHOD_NAME__PLD))
794 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, METHOD_NAME__PLD))
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c279 Info->Node->Name.Ascii, Info->Node, Info->ObjDesc));
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dactbl.h502 char Ascii[4]; member in union:acpi_name_union

Completed in 134 milliseconds

12