Searched refs:NBD_FOREACH_REPLY_CHUNK (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | nbd.c | 999 #define NBD_FOREACH_REPLY_CHUNK(s, iter, cookie, structured, \ macro 1076 NBD_FOREACH_REPLY_CHUNK(s, iter, cookie, false, NULL, NULL, NULL) { in nbd_co_receive_return_code() 1095 NBD_FOREACH_REPLY_CHUNK(s, iter, cookie, in nbd_co_receive_cmdread_reply() 1151 NBD_FOREACH_REPLY_CHUNK(s, iter, cookie, false, NULL, &reply, &payload) { in nbd_co_receive_blockstatus_reply()
|