Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnbd.h240 #define NBD_REP_ERR(value) ((UINT32_C(1) << 31) | (value)) macro
247 #define NBD_REP_ERR_UNSUP NBD_REP_ERR(1) /* Unknown option */
248 #define NBD_REP_ERR_POLICY NBD_REP_ERR(2) /* Server denied */
249 #define NBD_REP_ERR_INVALID NBD_REP_ERR(3) /* Invalid length */
250 #define NBD_REP_ERR_PLATFORM NBD_REP_ERR(4) /* Not compiled in */
251 #define NBD_REP_ERR_TLS_REQD NBD_REP_ERR(5) /* TLS required */
252 #define NBD_REP_ERR_UNKNOWN NBD_REP_ERR(6) /* Export unknown */
253 #define NBD_REP_ERR_SHUTDOWN NBD_REP_ERR(7) /* Server shutting down */
254 #define NBD_REP_ERR_BLOCK_SIZE_REQD NBD_REP_ERR(8) /* Need INFO_BLOCK_SIZE */
255 #define NBD_REP_ERR_TOO_BIG NBD_REP_ERR(9) /* Payload size overflow */
[all …]