Home
last modified time | relevance | path

Searched refs:NBD_REP_ERR_UNSUP (Results 1 – 6 of 6) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js12 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant
176 view1.setUint32(12, NBD_REP_ERR_UNSUP);
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js84 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant
263 view.setUint32(12, NBD_REP_ERR_UNSUP);
/openbmc/qemu/nbd/
H A Dcommon.c90 case NBD_REP_ERR_UNSUP: in nbd_rep_lookup()
H A Dclient.c183 if (reply->type == NBD_REP_ERR_UNSUP || !strict) { in nbd_handle_reply_err()
H A Dserver.c1360 ret = nbd_opt_drop(client, NBD_REP_ERR_UNSUP, errp, in nbd_negotiate_options()
/openbmc/qemu/include/block/
H A Dnbd.h260 #define NBD_REP_ERR_UNSUP NBD_REP_ERR(1) /* Unknown option */ macro