Home
last modified time | relevance | path

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

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