Home
last modified time | relevance | path

Searched defs:NBD_FLAG_READ_ONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnbd.h51 #define NBD_FLAG_READ_ONLY (1 << 1) /* device is read-only */ macro
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js7 const NBD_FLAG_READ_ONLY = 0x2; constant
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js79 const NBD_FLAG_READ_ONLY = 0x2; constant
/openbmc/qemu/include/block/
H A Dnbd.h216 #define NBD_FLAG_READ_ONLY (1 << NBD_FLAG_READ_ONLY_BIT) macro