Searched defs:get_param_value (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-option.c119 int get_param_value(char *buf, int buf_size, function
H A Dvl.c431 int get_param_value(char *buf, int buf_size, function
883 if (get_param_value(buf, sizeof(buf), "bus", str)) {
891 if (get_param_value(buf, sizeof(buf), "unit", str)) {
899 if (get_param_value(buf, sizeof(buf), "if", str)) {
931 if (get_param_value(buf, sizeof(buf), "index", str)) {
939 if (get_param_value(buf, sizeof(buf), "cyls", str)) {
943 if (get_param_value(buf, sizeof(buf), "heads", str)) {
947 if (get_param_value(buf, sizeof(buf), "secs", str)) {
966 if (get_param_value(buf, sizeof(buf), "trans", str)) {
985 if (get_param_value(bu
[all...]

Completed in 157 milliseconds