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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c315 ACPI_PARSE_OBJECT *ReturnValueOp; local
320 ReturnValueOp = Op->Asl.Child;
321 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO)
358 ACPI_PARSE_OBJECT *ReturnValueOp; local
402 ReturnValueOp = Op->Asl.Child;
403 switch (ReturnValueOp->Asl.ParseOpcode)
415 ApCheckObjectType (ThisName->Info.Name, ReturnValueOp,
420 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE)
422 ApCheckPackage (ReturnValueOp, ThisName);

Completed in 55 milliseconds