Searched refs:set_option_parameter (Results 1 - 4 of 4) sorted by relevance
/external/qemu/ |
H A D | qemu-option.h | 69 int set_option_parameter(QEMUOptionParameter *list, const char *name,
|
H A D | qemu-option.c | 258 int set_option_parameter(QEMUOptionParameter *list, const char *name, function 450 if (set_option_parameter(dest, name, value_delim ? value : NULL)) {
|
H A D | block.c | 567 set_option_parameter(options, BLOCK_OPT_BACKING_FILE, backing_filename); 569 set_option_parameter(options, BLOCK_OPT_BACKING_FMT,
|
/external/qemu/block/ |
H A D | vvfat.c | 2797 set_option_parameter(options, BLOCK_OPT_BACKING_FILE, "fat:");
|
Completed in 66 milliseconds