Home
last modified time | relevance | path

Searched refs:nbd_server_start (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/
H A Dblockdev-nbd.c165 void nbd_server_start(SocketAddress *addr, const char *tls_creds, in nbd_server_start() function
214 nbd_server_start(arg->addr, arg->tls_creds, arg->tls_authz, in nbd_server_start_options()
230 nbd_server_start(addr_flat, tls_creds, tls_authz, max_connections, errp); in qmp_nbd_server_start()
H A Dhmp-commands.hx1424 .name = "nbd_server_start",
1426 .params = "nbd_server_start [-a] [-w] host:port",
1432 ``nbd_server_start`` *host*:*port*
1450 beforehand with ``nbd_server_start``. The ``-w`` option makes the
/openbmc/qemu/tests/qemu-iotests/
H A D192.out4 (qemu) nbd_server_start unix:SOCK_DIR/nbd
H A D267155 nbd_server_start unix:$SOCK_DIR/nbd
H A D267.out164 (qemu) nbd_server_start unix:SOCK_DIR/nbd
/openbmc/qemu/include/block/
H A Dnbd.h431 void nbd_server_start(SocketAddress *addr, const char *tls_creds,
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c405 nbd_server_start(addr, NULL, NULL, NBD_DEFAULT_MAX_CONNECTIONS, in hmp_nbd_server_start()