Home
last modified time | relevance | path

Searched refs:NBD_REP_ERR_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/nbd/
H A Dcommon.c100 case NBD_REP_ERR_UNKNOWN: in nbd_rep_lookup()
H A Dclient.c212 case NBD_REP_ERR_UNKNOWN: in nbd_handle_reply_err()
H A Dserver.c658 return nbd_negotiate_send_rep_err(client, NBD_REP_ERR_UNKNOWN, in nbd_negotiate_handle_info()
1067 return nbd_opt_drop(client, NBD_REP_ERR_UNKNOWN, errp, in nbd_negotiate_meta_queries()
/openbmc/qemu/include/block/
H A Dnbd.h265 #define NBD_REP_ERR_UNKNOWN NBD_REP_ERR(6) /* Export unknown */ macro