Home
last modified time | relevance | path

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

/openbmc/qemu/nbd/
H A Dcommon.c102 case NBD_REP_ERR_SHUTDOWN: in nbd_rep_lookup()
H A Dclient.c216 case NBD_REP_ERR_SHUTDOWN: in nbd_handle_reply_err()
/openbmc/qemu/include/block/
H A Dnbd.h266 #define NBD_REP_ERR_SHUTDOWN NBD_REP_ERR(7) /* Server shutting down */ macro