HomeSort by relevance Sort by last modified time
    Searched defs:get_param_value (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-option.c 119 int get_param_value(char *buf, int buf_size, function
vl.c 431 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(buf, sizeof(buf), "media", str))
    [all...]

Completed in 128 milliseconds