Searched refs:nbd_handle_reply_err (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | client.c | 154 static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, in nbd_handle_reply_err() function 263 error = nbd_handle_reply_err(ioc, &reply, true, errp); in nbd_receive_list() 376 error = nbd_handle_reply_err(ioc, &reply, true, errp); in nbd_opt_info_or_go() 575 error = nbd_handle_reply_err(ioc, &reply, strict, errp); in nbd_request_simple_option() 730 ret = nbd_handle_reply_err(ioc, &reply, false, errp); in nbd_receive_one_meta_context()
|