Lines Matching refs:UINT8
184 UINT8 DescriptorType; /* To differentiate various internal objs */
185 UINT8 WalkType;
187 UINT8 NextOpInfo; /* Info about NextOp */
188 UINT8 NumOperands; /* Stack pointer for Operands[] array */
189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp…
192 UINT8 CurrentResult;
193 UINT8 ReturnUsed;
194 UINT8 ScopeDepth;
195 UINT8 PassNumber; /* Parse pass during table load */
197 UINT8 ResultSize; /* Total elements for the result stack */
198 …UINT8 ResultCount; /* Current number of occupied elements of resu…
199 UINT8 *Aml;
209 UINT8 MethodIsNested;
216 UINT8 *AmlLastWhile;
331 UINT8 PassNumber; /* Parser pass number */
332 UINT8 ReturnObjectType; /* Object type of the returned object */
333 UINT8 Flags; /* General flags */
367 UINT8 DisplayType;
380 UINT8 DisplayType;
386 #define ACPI_DISPLAY_SUMMARY (UINT8) 0
387 #define ACPI_DISPLAY_OBJECTS (UINT8) 1
388 #define ACPI_DISPLAY_MASK (UINT8) 1
390 #define ACPI_DISPLAY_SHORT (UINT8) 2