Home
last modified time | relevance | path

Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dnbd.c1619 const char *host_spec; in nbd_parse_filename() local
1648 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()