HomeSort by: relevance | last modified time | path
    Searched refs:OperandIndex (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 361 WalkState->Operands [WalkState->OperandIndex] = Object;
366 WalkState->OperandIndex++;
dsopcode.c 656 WalkState->OperandIndex = WalkState->NumOperands;
793 WalkState->OperandIndex = 0;
dsutils.c 801 WalkState->OperandIndex = (UINT8) Index;
dswexec.c 424 WalkState->OperandIndex = 0;

Completed in 17 milliseconds