Home | History | Annotate | Download | only in qemu

Lines Matching refs:get_param_value

431 int get_param_value(char *buf, int buf_size,
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)) {
1001 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
1012 if (get_param_value(buf, sizeof(buf), "cache", str)) {
1025 if (get_param_value(buf, sizeof(buf), "format", str)) {
1040 get_param_value(file, sizeof(file), "file", str);
1044 if (!get_param_value(serial, sizeof(serial), "serial", str))
1048 if (get_param_value(buf, sizeof(serial), "werror", str)) {
1197 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1203 if (get_param_value(option, 128, "mem", optarg) == 0) {
1217 if (get_param_value(option, 128, "cpus", optarg) == 0) {