Lines Matching full:store
4 * Module Name: exstore - AML Interpreter object store support
36 * *dest_desc - Where to store it. Must be an NS node
43 * DESCRIPTION: Store the value described by source_desc into the location
45 * functions to store the result of an operation into
46 * the destination operand -- not just simply the actual "Store"
116 * 1) Store to Name (Change the object associated with a name) in acpi_ex_store()
117 * 2) Store to an indexed area of a Buffer or Package in acpi_ex_store()
118 * 3) Store to a Method Local or Arg in acpi_ex_store()
119 * 4) Store to the debug object in acpi_ex_store()
144 /* Store to a method local/arg */ in acpi_ex_store()
188 * DESCRIPTION: Store the object to indexed Buffer or Package element
266 * Store into a Buffer or String (not actually a real buffer_field) in acpi_ex_store_object_to_index()
315 /* Store the source value into the target buffer byte */ in acpi_ex_store_object_to_index()
341 * DESCRIPTION: Store the object to the named object.
350 * not be changed by a store operation. A copy_object can change
391 * Allowable operations/typing for Store: in acpi_ex_store_object_to_node()
393 * 1) Simple Store in acpi_ex_store_object_to_node()
399 * 2) Store with implicit conversion in acpi_ex_store_object_to_node()
407 * Here, can only store a package to an existing package. in acpi_ex_store_object_to_node()
457 /* Do the actual store operation */ in acpi_ex_store_object_to_node()
462 * conversion before the store. in acpi_ex_store_object_to_node()
473 * A direct store is performed instead. in acpi_ex_store_object_to_node()
481 /* Store with implicit source operand conversion support */ in acpi_ex_store_object_to_node()
492 * Store the new new_desc as the new value of the Name, and set in acpi_ex_store_object_to_node()
497 * store has been performed such that the node/object type in acpi_ex_store_object_to_node()
505 "Store type [%s] into [%s] via Convert/Attach\n", in acpi_ex_store_object_to_node()
530 * Instead, directly store a copy of the source object. in acpi_ex_store_object_to_node()
534 * Store/Target operations exited above with an error). in acpi_ex_store_object_to_node()
554 * DESCRIPTION: "Store" an object directly to a node. This involves a copy