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

/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslbtypes.c395 UINT32 ThisNodeBtype = 0; local
432 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
433 if (!ThisNodeBtype)
458 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
468 ThisNodeBtype = Op->Asl.AcpiBtype;
471 return (ThisNodeBtype);
H A Daslwalks.c165 UINT32 ThisNodeBtype; local
255 ThisNodeBtype = AnGetBtype (ArgOp);
256 if (ThisNodeBtype == ACPI_UINT32_MAX)
262 RequiredBtypes, ThisNodeBtype);
383 ThisNodeBtype = AnGetBtype (ArgOp);
384 if (ThisNodeBtype == ACPI_UINT32_MAX)
399 ThisNodeBtype = RequiredBtypes;
453 /*ThisNodeBtype = RequiredBtypes;*/
467 /* ThisNodeBtype = RequiredBtypes; */
488 CommonBtypes = ThisNodeBtype
[all...]
H A Daslanalyze.c297 * ThisNodeBtype - What this node returns (if anything)
312 UINT32 ThisNodeBtype)
343 else if (!(ThisNodeBtype & RequiredBtypes))
347 AnFormatBtype (StringBuffer, ThisNodeBtype);
356 if (ThisNodeBtype != 0)
307 AnCheckMethodReturnValue( ACPI_PARSE_OBJECT *Op, const ACPI_OPCODE_INFO *OpInfo, ACPI_PARSE_OBJECT *ArgOp, UINT32 RequiredBtypes, UINT32 ThisNodeBtype) argument
H A Daslcompiler.h271 UINT32 ThisNodeBtype);

Completed in 100 milliseconds