Home
last modified time | relevance | path

Searched refs:NBD_MODE_SIMPLE (Results 1 – 5 of 5) sorted by relevance

/qemu/nbd/
H A Dcommon.c257 case NBD_MODE_SIMPLE: in nbd_mode_lookup()
H A Dclient.c992 return NBD_MODE_SIMPLE; in nbd_start_negotiate()
1075 case NBD_MODE_SIMPLE: in nbd_receive_negotiate()
1185 case NBD_MODE_SIMPLE: in nbd_receive_export_list()
H A Dserver.c1184 client->mode = NBD_MODE_SIMPLE; in nbd_negotiate_options()
/qemu/include/block/
H A Dnbd.h62 NBD_MODE_SIMPLE, /* newstyle but only simple replies */ enumerator
/qemu/
H A Dqemu-nbd.c305 .mode = NBD_MODE_SIMPLE }; in nbd_client_thread()