Lines Matching full:functions
173 functions. The first one will generate a device ``instance_id``
208 Each device has to register two functions, one to save the state and
219 Two functions in the ``ops`` structure are the ``save_state``
220 and ``load_state`` functions. Notice that ``load_state`` receives a version_id
250 or not. If this functions returns false, the subsection is not sent.
269 The 'pre_load' and 'post_load' functions on subsections are only
418 Massaging functions
428 The functions to do that are inside a vmstate definition, and are called:
447 Example: You can look at hpet.c, that uses the first three functions
455 If you use memory or portio_list API functions that update memory layout outside
457 indication that you need to call these functions in a ``post_load`` callback.
458 Examples of such API functions are:
515 any of the save functions that generate sections.
517 - ``cleanup`` functions for both save and load that are called