Home | History | Annotate | Download | only in qemu

Lines Matching refs:get_param_value

1080     if (get_param_value(buf, sizeof(buf), "bus", str)) {
1088 if (get_param_value(buf, sizeof(buf), "unit", str)) {
1096 if (get_param_value(buf, sizeof(buf), "if", str)) {
1128 if (get_param_value(buf, sizeof(buf), "index", str)) {
1136 if (get_param_value(buf, sizeof(buf), "cyls", str)) {
1140 if (get_param_value(buf, sizeof(buf), "heads", str)) {
1144 if (get_param_value(buf, sizeof(buf), "secs", str)) {
1163 if (get_param_value(buf, sizeof(buf), "trans", str)) {
1182 if (get_param_value(buf, sizeof(buf), "media", str)) {
1198 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
1209 if (get_param_value(buf, sizeof(buf), "cache", str)) {
1222 if (get_param_value(buf, sizeof(buf), "format", str)) {
1237 get_param_value(file, sizeof(file), "file", str);
1241 if (!get_param_value(serial, sizeof(serial), "serial", str))
1245 if (get_param_value(buf, sizeof(serial), "werror", str)) {
1396 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1402 if (get_param_value(option, 128, "mem", optarg) == 0) {
1416 if (get_param_value(option, 128, "cpus", optarg) == 0) {