Home
last modified time | relevance | path

Searched refs:get_opt_name (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dqemu-option.c46 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()
Dqemu-option.h51 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
Dvl.c439 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()
Dvl-android.c1394 optarg = get_opt_name(option, 128, optarg, ',') + 1; in numa_add()