Home
last modified time | relevance | path

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

/qemu/nbd/
H A Dcommon.c57 case NBD_OPT_LIST: in nbd_opt_lookup()
H A Dclient.c260 if (nbd_receive_option_reply(ioc, NBD_OPT_LIST, &reply, errp) < 0) { in nbd_receive_list()
515 if (nbd_send_option_request(ioc, NBD_OPT_LIST, 0, NULL, errp) < 0) { in nbd_receive_query_exports()
1191 if (nbd_send_option_request(ioc, NBD_OPT_LIST, 0, NULL, errp) < 0) { in nbd_receive_export_list()
H A Dserver.c455 assert(client->opt == NBD_OPT_LIST); in nbd_negotiate_handle_list()
1275 case NBD_OPT_LIST: in nbd_negotiate_options()
/qemu/include/block/
H A Dnbd.h229 #define NBD_OPT_LIST (3) macro