Home
last modified time | relevance | path

Searched defs:NBDExport (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/nbd/
H A Dserver.c88 struct NBDExport { struct
96 QTAILQ_ENTRY(NBDExport) next; argument
106 static QTAILQ_HEAD(, NBDExport) exports = QTAILQ_HEAD_INITIALIZER(exports); argument
/openbmc/qemu/include/block/
H A Dnbd.h29 typedef struct NBDExport NBDExport; typedef