HomeSort by relevance Sort by last modified time
    Searched defs:instance_id (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
goldfish_tty.c 213 static int instance_id = 0; local
232 register_savevm( "goldfish_tty", instance_id++, GOLDFISH_TTY_SAVE_VERSION,
goldfish_nand.c 656 static int instance_id = 0; local
664 register_savevm( "nand_dev", instance_id++, NAND_DEV_STATE_SAVE_VERSION,
  /external/qemu/
savevm.c 812 int instance_id; member in struct:SaveStateEntry
825 of the system, so instance_id should be removed/replaced.
826 Meanwhile pass -1 as instance_id if you do not already have a clearly
829 int instance_id,
841 se->instance_id = (instance_id == -1) ? 0 : instance_id;
853 if (instance_id == -1
855 && se->instance_id <= (*pse)->instance_id)
1057 int len, ret, instance_id, record_len, version_id; local
1118 uint32_t instance_id, version_id, section_id; local
    [all...]

Completed in 242 milliseconds