Searched refs:nbd_server_start (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 165 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 D | hmp-commands.hx | 1424 .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 D | 192.out | 4 (qemu) nbd_server_start unix:SOCK_DIR/nbd
|
H A D | 267 | 155 nbd_server_start unix:$SOCK_DIR/nbd
|
H A D | 267.out | 164 (qemu) nbd_server_start unix:SOCK_DIR/nbd
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 431 void nbd_server_start(SocketAddress *addr, const char *tls_creds,
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 405 nbd_server_start(addr, NULL, NULL, NBD_DEFAULT_MAX_CONNECTIONS, in hmp_nbd_server_start()
|