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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c77 UINT32 ThisNodeBtype; local
92 ThisNodeBtype = AnGetBtype (Op->Asl.Child);
95 (ThisNodeBtype == (ACPI_UINT32_MAX -1)))
111 ThisNodeBtype = AnGetBtype (Op->Asl.Child);
119 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisNodeBtype;
156 UINT32 ThisNodeBtype; local
246 ThisNodeBtype = AnGetBtype (ArgOp);
247 if (ThisNodeBtype == ACPI_UINT32_MAX)
252 RequiredBtypes, ThisNodeBtype);
298 ThisNodeBtype
[all...]
H A Daslbtypes.c375 UINT32 ThisNodeBtype = 0; local
392 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
393 if (!ThisNodeBtype)
403 ThisNodeBtype |= ACPI_BTYPE_REFERENCE;
424 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
434 ThisNodeBtype = Op->Asl.AcpiBtype;
437 return (ThisNodeBtype);
H A Daslanalyze.c290 * ThisNodeBtype - What this node returns (if anything)
305 UINT32 ThisNodeBtype)
329 else if (!(ThisNodeBtype & RequiredBtypes))
333 AnFormatBtype (StringBuffer, ThisNodeBtype);
342 if (ThisNodeBtype != 0)
300 AnCheckMethodReturnValue( ACPI_PARSE_OBJECT *Op, const ACPI_OPCODE_INFO *OpInfo, ACPI_PARSE_OBJECT *ArgOp, UINT32 RequiredBtypes, UINT32 ThisNodeBtype) argument
H A Daslcompiler.h269 UINT32 ThisNodeBtype);

Completed in 129 milliseconds