Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h320 #define NBD_STRUCTURED_REPLY_MAGIC 0x668e33ef macro
481 return reply->magic == NBD_STRUCTURED_REPLY_MAGIC; in nbd_reply_is_structured()
/openbmc/qemu/nbd/
H A Dclient.c1440 if (chunk->magic == NBD_STRUCTURED_REPLY_MAGIC) { in nbd_receive_reply_chunk_header()
1465 if (chunk->magic == NBD_STRUCTURED_REPLY_MAGIC) { in nbd_receive_reply_chunk_header()
1470 chunk->magic = NBD_STRUCTURED_REPLY_MAGIC; in nbd_receive_reply_chunk_header()
1563 case NBD_STRUCTURED_REPLY_MAGIC: in nbd_receive_reply()
1566 : NBD_STRUCTURED_REPLY_MAGIC; in nbd_receive_reply()
H A Dserver.c2118 stl_be_p(&chunk->magic, NBD_STRUCTURED_REPLY_MAGIC); in set_be_chunk()