Searched refs:ThisNodeBtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslbtypes.c502 UINT32 ThisNodeBtype = 0; local
540 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
541 if (!ThisNodeBtype)
566 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
576 ThisNodeBtype = Op->Asl.AcpiBtype;
579 return (ThisNodeBtype);
H A Daslanalyze.c406 * ThisNodeBtype - What this node returns (if anything)
421 UINT32 ThisNodeBtype)
454 else if (!(ThisNodeBtype & RequiredBtypes))
458 AnFormatBtype (AslGbl_StringBuffer, ThisNodeBtype);
467 if (ThisNodeBtype != 0)
416 AnCheckMethodReturnValue( ACPI_PARSE_OBJECT *Op, const ACPI_OPCODE_INFO *OpInfo, ACPI_PARSE_OBJECT *ArgOp, UINT32 RequiredBtypes, UINT32 ThisNodeBtype) argument
H A Daslwalks.c281 UINT32 ThisNodeBtype; local
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
[all...]
H A Daslcompiler.h438 UINT32 ThisNodeBtype);

Completed in 158 milliseconds