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

  /external/qemu/block/
raw-win32.c 216 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
234 .name = BLOCK_OPT_SIZE,
raw.c 233 .name = BLOCK_OPT_SIZE,
raw-posix.c 702 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
732 .name = BLOCK_OPT_SIZE,
    [all...]
qcow2.c 1054 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
    [all...]
  /external/qemu/include/block/
block_int.h 35 #define BLOCK_OPT_SIZE "size"
  /external/qemu/
block.c 568 set_option_parameter_int(options, BLOCK_OPT_SIZE, total_size);
    [all...]

Completed in 432 milliseconds