Searched refs:NBD_REP_ERR_INVALID (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | common.c | 94 case NBD_REP_ERR_INVALID: in nbd_rep_lookup()
|
H A D | server.c | 315 ret = nbd_opt_vdrop(client, NBD_REP_ERR_INVALID, errp, fmt, va); in nbd_opt_invalid() 1315 NBD_REP_ERR_INVALID, errp, in nbd_negotiate_options() 1333 client, NBD_REP_ERR_INVALID, errp, in nbd_negotiate_options() 1351 client, NBD_REP_ERR_INVALID, errp, in nbd_negotiate_options()
|
H A D | client.c | 196 case NBD_REP_ERR_INVALID: in nbd_handle_reply_err()
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 262 #define NBD_REP_ERR_INVALID NBD_REP_ERR(3) /* Invalid length */ macro
|