Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h57 typedef struct NBDOptionReply { struct
62 } QEMU_PACKED NBDOptionReply; argument
65 NBDOptionReply h; /* h.type = NBD_REP_META_CONTEXT, h.length > 4 */
/openbmc/qemu/nbd/
H A Dclient.c115 NBDOptionReply *reply, Error **errp) in nbd_receive_option_reply()
154 static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, in nbd_handle_reply_err()
253 NBDOptionReply reply; in nbd_receive_list()
343 NBDOptionReply reply; in nbd_opt_info_or_go()
565 NBDOptionReply reply; in nbd_request_simple_option()
722 NBDOptionReply reply; in nbd_receive_one_meta_context()
H A Dserver.c189 static inline void set_be_option_rep(NBDOptionReply *rep, uint32_t option, in set_be_option_rep()
204 NBDOptionReply rep; in nbd_negotiate_send_rep_len()