HomeSort by: relevance | last modified time | path
    Searched refs:ThisNodeBtype (Results 1 - 4 of 4) 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...]
aslanalyze.c 298 * ThisNodeBtype - What this node returns (if anything)
313 UINT32 ThisNodeBtype)
346 else if (!(ThisNodeBtype & RequiredBtypes))
350 AnFormatBtype (AslGbl_StringBuffer, ThisNodeBtype);
359 if (ThisNodeBtype != 0)
aslcompiler.h 330 UINT32 ThisNodeBtype);

Completed in 15 milliseconds