HomeSort by: relevance | last modified time | path
    Searched defs:ThisNodeBtype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslbtypes.c 502 UINT32 ThisNodeBtype = 0;
540 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
541 if (!ThisNodeBtype)
566 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
576 ThisNodeBtype = Op->Asl.AcpiBtype;
579 return (ThisNodeBtype);
aslwalks.c 281 UINT32 ThisNodeBtype;
371 ThisNodeBtype = AnGetBtype (ArgOp);
372 if (ThisNodeBtype == ACPI_UINT32_MAX)
378 RequiredBtypes, ThisNodeBtype);
499 ThisNodeBtype = AnGetBtype (ArgOp);
500 if (ThisNodeBtype == ACPI_UINT32_MAX)
515 ThisNodeBtype = RequiredBtypes;
569 /*ThisNodeBtype = RequiredBtypes;*/
583 /* ThisNodeBtype = RequiredBtypes; */
604 CommonBtypes = ThisNodeBtype & RequiredBtypes
    [all...]

Completed in 36 milliseconds