Searched defs:NumOperands (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexdump.c912 * NumOperands - Operand count for this opcode
922 UINT32 NumOperands)
934 OpcodeName, NumOperands));
936 if (NumOperands == 0)
938 NumOperands = 1;
943 while (NumOperands)
947 NumOperands--;
919 AcpiExDumpOperands( ACPI_OPERAND_OBJECT **Operands, const char *OpcodeName, UINT32 NumOperands) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h80 UINT8 NumOperands; /* Stack pointer for Operands[] array */ member in struct:acpi_walk_state

Completed in 60 milliseconds