Lines Matching refs:object

4  * Module Name: dsobject - Dispatcher object management routines
26 * op - Parser object to be translated
27 * obj_desc_ptr - Where the ACPI internal object is returned
31 * DESCRIPTION: Translate a parser Op object to the equivalent namespace object
32 * Simple objects are any objects other than a package object!
48 * This is a named object reference. If this name was
92 /* Create and init a new internal ACPI object */
139 * op - Parser object to be translated
141 * obj_desc_ptr - Where the ACPI internal object is returned
145 * DESCRIPTION: Translate a parser Op package object to the equivalent
146 * namespace object
164 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)".
165 * The buffer object already exists (from the NS node), otherwise it must
171 /* Create a new buffer object */
244 * op - Parser object to be translated
248 * DESCRIPTION: Create the object to be associated with a namespace node
265 * the named object node the first time through
278 /* Build an internal object for the argument(s) */
287 /* Re-type the object according to its argument */
295 /* Remove local reference to the object */
306 * op - Parser op used to init the internal object
307 * opcode - AML opcode associated with the object
308 * ret_obj_desc - Namespace object to be initialized
312 * DESCRIPTION: Initialize a namespace object from a parser Op and its
313 * associated arguments. The namespace object is a more compact
339 /* Perform per-object initialization */
481 object));
501 object));
504 default: /* Object name or Debug object */
514 obj_desc->reference.object =
515 op->common.node->object;