Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnbd.c1519 int qp_n; in nbd_parse_uri() local
1554 qp_n = g_hash_table_size(qp); in nbd_parse_uri()
1555 if (qp_n > 1 || (is_unix && !qp_n) || (!is_unix && qp_n)) { in nbd_parse_uri()