Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnbd.c970 static void nbd_iter_channel_error(NBDReplyChunkIter *iter, in nbd_iter_channel_error() function
1033 nbd_iter_channel_error(iter, ret, &local_err); in nbd_reply_chunk_iter_receive()
1116 nbd_iter_channel_error(&iter, ret, &local_err); in nbd_co_receive_cmdread_reply()
1126 nbd_iter_channel_error(&iter, -EINVAL, &local_err); in nbd_co_receive_cmdread_reply()
1168 nbd_iter_channel_error(&iter, -EINVAL, &local_err); in nbd_co_receive_blockstatus_reply()
1177 nbd_iter_channel_error(&iter, ret, &local_err); in nbd_co_receive_blockstatus_reply()
1187 nbd_iter_channel_error(&iter, -EINVAL, &local_err); in nbd_co_receive_blockstatus_reply()
1197 nbd_iter_channel_error(&iter, -EIO, &local_err); in nbd_co_receive_blockstatus_reply()
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci37 // serve a purpose. (like nbd_iter_channel_error()).