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

  /external/qemu/
savevm.c 781 int instance_id; member in struct:SaveStateEntry
794 of the system, so instance_id should be removed/replaced.
795 Meanwhile pass -1 as instance_id if you do not already have a clearly
798 int instance_id,
810 se->instance_id = (instance_id == -1) ? 0 : instance_id;
822 if (instance_id == -1
824 && se->instance_id <= (*pse)->instance_id)
1026 int len, ret, instance_id, record_len, version_id; local
1082 uint32_t instance_id, version_id, section_id; local
    [all...]
  /external/qemu/hw/
goldfish_tty.c 213 static int instance_id = 0; local
232 register_savevm( "goldfish_tty", instance_id++, GOLDFISH_TTY_SAVE_VERSION,
hw.h 251 int instance_id,
258 int instance_id,
goldfish_nand.c 654 static int instance_id = 0; local
662 register_savevm( "nand_dev", instance_id++, NAND_DEV_STATE_SAVE_VERSION,
  /external/libvpx/examples/includes/geshi/geshi/
gml.php 87 'object_index','id','mask_index','solid','persistent','instance_count','instance_id',
    [all...]

Completed in 72 milliseconds