Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h83 typedef struct NBDSimpleReply { struct
87 } QEMU_PACKED NBDSimpleReply; argument
108 NBDSimpleReply simple;
/openbmc/qemu/nbd/
H A Dclient.c1389 static int nbd_receive_simple_reply(QIOChannel *ioc, NBDSimpleReply *reply, in nbd_receive_simple_reply()
H A Dserver.c1934 static inline void set_be_simple_reply(NBDSimpleReply *reply, uint64_t error, in set_be_simple_reply()
1949 NBDSimpleReply reply; in nbd_co_send_simple_reply()