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 394 UINT32 ThisNodeBtype = 0;
432 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
433 if (!ThisNodeBtype)
458 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
468 ThisNodeBtype = Op->Asl.AcpiBtype;
471 return (ThisNodeBtype);
aslwalks.c 173 UINT32 ThisNodeBtype;
263 ThisNodeBtype = AnGetBtype (ArgOp);
264 if (ThisNodeBtype == ACPI_UINT32_MAX)
270 RequiredBtypes, ThisNodeBtype);
391 ThisNodeBtype = AnGetBtype (ArgOp);
392 if (ThisNodeBtype == ACPI_UINT32_MAX)
407 ThisNodeBtype = RequiredBtypes;
461 /*ThisNodeBtype = RequiredBtypes;*/
475 /* ThisNodeBtype = RequiredBtypes; */
496 CommonBtypes = ThisNodeBtype & RequiredBtypes
    [all...]

Completed in 31 milliseconds