Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h253 #define NBD_REP_ERR(value) ((UINT32_C(1) << 31) | (value)) macro
260 #define NBD_REP_ERR_UNSUP NBD_REP_ERR(1) /* Unknown option */
261 #define NBD_REP_ERR_POLICY NBD_REP_ERR(2) /* Server denied */
262 #define NBD_REP_ERR_INVALID NBD_REP_ERR(3) /* Invalid length */
263 #define NBD_REP_ERR_PLATFORM NBD_REP_ERR(4) /* Not compiled in */
264 #define NBD_REP_ERR_TLS_REQD NBD_REP_ERR(5) /* TLS required */
265 #define NBD_REP_ERR_UNKNOWN NBD_REP_ERR(6) /* Export unknown */
266 #define NBD_REP_ERR_SHUTDOWN NBD_REP_ERR(7) /* Server shutting down */
267 #define NBD_REP_ERR_BLOCK_SIZE_REQD NBD_REP_ERR(8) /* Need INFO_BLOCK_SIZE */
268 #define NBD_REP_ERR_TOO_BIG NBD_REP_ERR(9) /* Payload size overflow */
[all …]