Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance
1619 const char *host_spec; in nbd_parse_filename() local1648 if (!strstart(file, "nbd:", &host_spec)) { in nbd_parse_filename()1653 if (!*host_spec) { in nbd_parse_filename()1658 if (strstart(host_spec, "unix:", &unixpath)) { in nbd_parse_filename()1664 if (inet_parse(addr, host_spec, errp)) { in nbd_parse_filename()