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

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c76 UINT32 ThisNodeBtype; local
91 ThisNodeBtype = AnGetBtype (Op->Asl.Child);
94 (ThisNodeBtype == (ACPI_UINT32_MAX -1)))
110 ThisNodeBtype = AnGetBtype (Op->Asl.Child);
118 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisNodeBtype;
155 UINT32 ThisNodeBtype; local
245 ThisNodeBtype = AnGetBtype (ArgOp);
246 if (ThisNodeBtype == ACPI_UINT32_MAX)
251 RequiredBtypes, ThisNodeBtype);
311 ThisNodeBtype
[all...]
H A Daslbtypes.c374 UINT32 ThisNodeBtype = 0; local
397 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
398 if (!ThisNodeBtype)
408 ThisNodeBtype |= ACPI_BTYPE_REFERENCE;
429 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
439 ThisNodeBtype = Op->Asl.AcpiBtype;
442 return (ThisNodeBtype);
H A Daslanalyze.c289 * ThisNodeBtype - What this node returns (if anything)
304 UINT32 ThisNodeBtype)
328 else if (!(ThisNodeBtype & RequiredBtypes))
332 AnFormatBtype (StringBuffer, ThisNodeBtype);
341 if (ThisNodeBtype != 0)
299 AnCheckMethodReturnValue( ACPI_PARSE_OBJECT *Op, const ACPI_OPCODE_INFO *OpInfo, ACPI_PARSE_OBJECT *ArgOp, UINT32 RequiredBtypes, UINT32 ThisNodeBtype) argument
H A Daslcompiler.h275 UINT32 ThisNodeBtype);

Completed in 106 milliseconds