Searched refs:get_opt_name (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | qemu-option.c | 46 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim) in get_opt_name() function 99 p = get_opt_name(option, sizeof(option), p, '='); in get_next_param_value() 133 p = get_opt_name(buf, buf_size, p, '='); in check_params() 441 param = get_opt_name(name, sizeof(name), param, next_delim); in parse_option_parameters() 790 p = get_opt_name(option, sizeof(option), p, ','); in qemu_opts_do_parse() 800 p = get_opt_name(option, sizeof(option), p, '='); in qemu_opts_do_parse()
|
D | qemu-option.h | 51 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
|
D | vl.c | 439 p = get_opt_name(option, sizeof(option), p, '='); in get_param_value() 464 p = get_opt_name(buf, buf_size, p, '='); in check_params() 1195 optarg = get_opt_name(option, 128, optarg, ',') + 1; in numa_add()
|
D | vl-android.c | 1394 optarg = get_opt_name(option, 128, optarg, ',') + 1; in numa_add()
|