Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h96 typedef struct NBDSimpleReply { struct
100 } QEMU_PACKED NBDSimpleReply; argument
121 NBDSimpleReply simple;
/openbmc/qemu/nbd/
H A Dclient.c1409 static int nbd_receive_simple_reply(QIOChannel *ioc, NBDSimpleReply *reply, in nbd_receive_simple_reply()
H A Dserver.c2051 static inline void set_be_simple_reply(NBDSimpleReply *reply, uint64_t error, in set_be_simple_reply()
2066 NBDSimpleReply reply; in nbd_co_send_simple_reply()