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 189 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 469 WalkState->Operands [WalkState->OperandIndex] = Object;
474 WalkState->OperandIndex++;
dsopcode.c 764 WalkState->OperandIndex = WalkState->NumOperands;
901 WalkState->OperandIndex = 0;
dsutils.c 909 WalkState->OperandIndex = (UINT8) Index;
dswexec.c 532 WalkState->OperandIndex = 0;

Completed in 15 milliseconds