Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Object

176  * PARAMETERS:  Object              - Where to return the popped object
181 * DESCRIPTION: Pop an object off the top of this walk's result stack
187 ACPI_OPERAND_OBJECT **Object,
222 /* Return object of the top element and clean that top element result stack */
227 *Object = State->Results.ObjDesc [Index];
228 if (!*Object)
246 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *Object,
247 AcpiUtGetObjectTypeName (*Object),
258 * PARAMETERS: Object - Where to return the popped object
263 * DESCRIPTION: Push an object onto the current result stack
269 ACPI_OPERAND_OBJECT *Object,
310 if (!Object)
313 "Null Object! State=%p Num=%u",
318 /* Assign the address of object to the top free element of result stack */
321 State->Results.ObjDesc [Index] = Object;
325 Object, AcpiUtGetObjectTypeName ((ACPI_OPERAND_OBJECT *) Object),
340 * DESCRIPTION: Push an object onto the WalkState result stack
392 * DESCRIPTION: Pop an object off of the WalkState result stack
440 * PARAMETERS: Object - Object to push
445 * DESCRIPTION: Push an object onto this walk's object/operand stack
451 void *Object,
462 "Object
463 Object, WalkState, WalkState->NumOperands));
467 /* Put the object onto the stack */
469 WalkState->Operands [WalkState->OperandIndex] = Object;
477 Object, AcpiUtGetObjectTypeName ((ACPI_OPERAND_OBJECT *) Object),
493 * DESCRIPTION: Pop this walk's object stack. Objects on the stack are NOT
516 "Object stack underflow! Count=%X State=%p #Ops=%u",
543 * DESCRIPTION: Pop this walk's object stack and delete each object that is
572 /* Pop the stack and delete an object if present in this stack entry */
625 * Thread - Thread state object
654 * RETURN: A WalkState object popped from the thread's stack
656 * DESCRIPTION: Remove and return the walkstate object that is at the head of
695 * PARAMETERS: OwnerId - ID for object creation
697 * MethodDesc - Method object