Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js3 const NBD_FLAG_NO_ZEROES = 0x2; constant
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js75 const NBD_FLAG_NO_ZEROES = 0x2; constant
/openbmc/qemu/include/block/
H A Dnbd.h232 #define NBD_FLAG_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro