Home
last modified time | relevance | path

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

/qemu/
H A Dblockdev-nbd.c165 void nbd_server_start(SocketAddress *addr, uint32_t handshake_max_secs, in nbd_server_start() function
218 nbd_server_start(arg->addr, arg->handshake_max_seconds, arg->tls_creds, in nbd_server_start_options()
239 nbd_server_start(addr_flat, handshake_max_secs, tls_creds, tls_authz, 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
/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
/qemu/include/block/
H A Dnbd.h431 void nbd_server_start(SocketAddress *addr, uint32_t handshake_max_secs,
/qemu/block/monitor/
H A Dblock-hmp-cmds.c405 nbd_server_start(addr, NBD_DEFAULT_HANDSHAKE_MAX_SECS, NULL, NULL, in hmp_nbd_server_start()