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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslpld.c201 ACPI_PARSE_OBJECT *ThisOp; local
223 ThisOp = Op->Asl.Child;
224 while (ThisOp)
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode;
229 Value = (UINT32) ThisOp->Asl.Child->Asl.Value.Integer;
231 switch (ThisOp->Asl.ParseOpcode)
237 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ThisOp, NULL);
243 AslError (ASL_ERROR, ASL_MSG_RANGE, ThisOp, NULL);
254 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ThisOp, NULL);
260 AslError (ASL_ERROR, ASL_MSG_RANGE, ThisOp, NUL
[all...]

Completed in 107 milliseconds