Home | History | Annotate | Download | only in qemu

Lines Matching refs:optstr

371     const char *optstr, *h;
413 optstr = str + pos;
414 h = strstr(optstr, ",to=");
417 if (strstr(optstr, ",ipv4"))
419 if (strstr(optstr, ",ipv6"))
422 h = strstr(optstr, ",socket=");
447 char *optstr;
454 optstr = strchr(str, ',');
459 optstr ? optstr : "");
464 optstr ? optstr : "");
558 char *path, *optstr;
563 optstr = strchr(str, ',');
564 if (optstr) {
565 len = optstr - str;
579 snprintf(ostr, olen, "%s%s", qemu_opt_get(opts, "path"), optstr ? optstr : "");