Searched refs:get_opt_name (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | qemu-option.c | 43 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim) in get_opt_name() function 96 p = get_opt_name(option, sizeof(option), p, '='); in get_next_param_value() 130 p = get_opt_name(buf, buf_size, p, '='); in check_params() 405 param = get_opt_name(name, sizeof(name), param, next_delim); in parse_option_parameters() 722 p = get_opt_name(option, sizeof(option), p, ','); in qemu_opts_do_parse() 732 p = get_opt_name(option, sizeof(option), p, '='); in qemu_opts_do_parse()
|
D | qemu-option.h | 50 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
|
D | vl.c | 1860 p = get_opt_name(option, sizeof(option), p, '='); in get_param_value() 1885 p = get_opt_name(buf, buf_size, p, '='); in check_params() 2596 optarg = get_opt_name(option, 128, optarg, ',') + 1; in numa_add()
|
D | vl-android.c | 2517 optarg = get_opt_name(option, 128, optarg, ',') + 1; in numa_add()
|