Lines Matching defs:object

28  * PARAMETERS:  object              - Where to return the popped object
33 * DESCRIPTION: Pop an object off the top of this walk's result stack
38 acpi_ds_result_pop(union acpi_operand_object **object,
69 /* Return object of the top element and clean that top element result stack */
74 *object = state->results.obj_desc[index];
75 if (!*object) {
91 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *object,
92 acpi_ut_get_object_type_name(*object),
102 * PARAMETERS: object - Where to return the popped object
107 * DESCRIPTION: Push an object onto the current result stack
112 acpi_ds_result_push(union acpi_operand_object *object,
147 if (!object) {
154 /* Assign the address of object to the top free element of result stack */
157 state->results.obj_desc[index] = object;
161 object,
164 object), walk_state,
179 * DESCRIPTION: Push an object onto the walk_state result stack
224 * DESCRIPTION: Pop an object off of the walk_state result stack
266 * PARAMETERS: object - Object to push
271 * DESCRIPTION: Push an object onto this walk's object/operand stack
276 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state *walk_state)
285 object, walk_state, walk_state->num_operands));
289 /* Put the object onto the stack */
291 walk_state->operands[walk_state->operand_index] = object;
299 object,
302 object), walk_state,
317 * DESCRIPTION: Pop this walk's object stack. Objects on the stack are NOT
362 * DESCRIPTION: Pop this walk's object stack and delete each object that is
385 /* Pop the stack and delete an object if present in this stack entry */
432 * thread - Thread state object
458 * RETURN: A walk_state object popped from the thread's stack
460 * DESCRIPTION: Remove and return the walkstate object that is at the head of
494 * PARAMETERS: owner_id - ID for object creation
496 * method_desc - Method object