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

  /external/qemu/
savevm.c 729 int instance_id; member in struct:SaveStateEntry
742 of the system, so instance_id should be removed/replaced.
743 Meanwhile pass -1 as instance_id if you do not already have a clearly
746 int instance_id,
758 se->instance_id = (instance_id == -1) ? 0 : instance_id;
770 if (instance_id == -1
772 && se->instance_id <= (*pse)->instance_id)
974 int len, ret, instance_id, record_len, version_id; local
1030 uint32_t instance_id, version_id, section_id; local
    [all...]
  /external/qemu/hw/
goldfish_tty.c 201 static int instance_id = 0; local
220 register_savevm( "goldfish_tty", instance_id++, GOLDFISH_TTY_SAVE_VERSION,
hw.h 238 int instance_id,
245 int instance_id,
goldfish_nand.c 419 static int instance_id = 0; local
427 register_savevm( "nand_dev", instance_id++, NAND_DEV_STATE_SAVE_VERSION,

Completed in 702 milliseconds