Lines Matching full:store

3  * Module Name: exstore - AML Interpreter object store support
183 * *DestDesc - Where to store it. Must be an NS node
190 * DESCRIPTION: Store the value described by SourceDesc into the location
192 * functions to store the result of an operation into
193 * the destination operand -- not just simply the actual "Store"
267 * 1) Store to Name (Change the object associated with a name) in AcpiExStore()
268 * 2) Store to an indexed area of a Buffer or Package in AcpiExStore()
269 * 3) Store to a Method Local or Arg in AcpiExStore()
270 * 4) Store to the debug object in AcpiExStore()
293 /* Store to a method local/arg */ in AcpiExStore()
335 * DESCRIPTION: Store the object to indexed Buffer or Package element
422 * Store into a Buffer or String (not actually a real BufferField) in AcpiExStoreObjectToIndex()
473 /* Store the source value into the target buffer byte */ in AcpiExStoreObjectToIndex()
500 * DESCRIPTION: Store the object to the named object.
509 * not be changed by a store operation. A CopyObject can change
553 * Allowable operations/typing for Store: in AcpiExStoreObjectToNode()
555 * 1) Simple Store in AcpiExStoreObjectToNode()
561 * 2) Store with implicit conversion in AcpiExStoreObjectToNode()
570 * Here, can only store a package to an existing package. in AcpiExStoreObjectToNode()
620 /* Do the actual store operation */ in AcpiExStoreObjectToNode()
626 * conversion before the store. in AcpiExStoreObjectToNode()
638 * A direct store is performed instead. in AcpiExStoreObjectToNode()
644 /* Store with implicit source operand conversion support */ in AcpiExStoreObjectToNode()
656 * Store the new NewDesc as the new value of the Name, and set in AcpiExStoreObjectToNode()
661 * store has been performed such that the node/object type in AcpiExStoreObjectToNode()
668 "Store type [%s] into [%s] via Convert/Attach\n", in AcpiExStoreObjectToNode()
691 * Instead, directly store a copy of the source object. in AcpiExStoreObjectToNode()
695 * Store/Target operations exited above with an error). in AcpiExStoreObjectToNode()
715 * DESCRIPTION: "Store" an object directly to a node. This involves a copy