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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c436 ACPI_PARSE_OBJECT *NextOp; local
448 /* NextOp points to the op that holds the Buffer */
450 NextOp = Op->Common.Value.Arg;
454 Status = AcpiDsCreateOperands (WalkState, NextOp);
524 ACPI_PARSE_OBJECT *NextOp; local
537 /* NextOp points to the op that holds the SpaceID */
539 NextOp = Op->Common.Value.Arg;
540 SpaceId = (ACPI_ADR_SPACE_TYPE) NextOp->Common.Value.Integer;
542 /* NextOp points to address op */
544 NextOp
635 ACPI_PARSE_OBJECT *NextOp; local
871 ACPI_PARSE_OBJECT *NextOp; local
[all...]
H A Ddswexec.c507 ACPI_PARSE_OBJECT *NextOp; local
672 /* NextOp points to the op that holds the method name */
674 NextOp = FirstArg;
676 /* NextOp points to first argument op */
678 NextOp = NextOp->Common.Next;
683 Status = AcpiDsCreateOperands (WalkState, NextOp);
H A Ddswstate.c797 /* The NextOp of the NextWalk will be the beginning of the method */
799 WalkState->NextOp = NULL;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h187 UINT8 NextOpInfo; /* Info about NextOp */
234 ACPI_PARSE_OBJECT *NextOp; /* next op to be processed */ member in struct:acpi_walk_state

Completed in 89 milliseconds