Home | History | Annotate | Download | only in qemu

Lines Matching refs:optstr

426     const char *optstr, *h;
468 optstr = str + pos;
469 h = strstr(optstr, ",to=");
472 if (strstr(optstr, ",ipv4"))
474 if (strstr(optstr, ",ipv6"))
477 h = strstr(optstr, ",socket=");
502 char *optstr;
509 optstr = strchr(str, ',');
514 optstr ? optstr : "");
519 optstr ? optstr : "");
625 char *path, *optstr;
630 optstr = strchr(str, ',');
631 if (optstr) {
632 len = optstr - str;
646 snprintf(ostr, olen, "%s%s", qemu_opt_get(opts, "path"), optstr ? optstr : "");