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

/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dadwalk.c1117 ACPI_PARSE_OBJECT *ExecuteOp; local
1148 ExecuteOp = NextOp->Common.Value.Arg;
1149 while (ExecuteOp)
1151 if ((ExecuteOp->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
1152 (ExecuteOp->Common.Value.Arg == NULL))
1164 ExecuteOp = ExecuteOp->Common.Next;
1167 if (!ExecuteOp)

Completed in 82 milliseconds