Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js2 const NBD_FLAG_FIXED_NEWSTYLE = 0x1; constant
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js74 const NBD_FLAG_FIXED_NEWSTYLE = 0x1; constant
/openbmc/qemu/include/block/
H A Dnbd.h231 #define NBD_FLAG_FIXED_NEWSTYLE (1 << 0) /* Fixed newstyle protocol. */ macro