Home
last modified time | relevance | path

Searched defs:NBD_REP_ERR_UNSUP (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js12 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js84 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant
/openbmc/qemu/include/block/
H A Dnbd.h260 #define NBD_REP_ERR_UNSUP NBD_REP_ERR(1) /* Unknown option */ macro