Searched refs:has_writable (Results 1 - 2 of 2) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h189 void qmp_nbd_server_add(const char * device, bool has_writable, bool writable, Error **errp);
H A Dqmp-marshal.c3794 bool has_writable = false; local
3800 visit_start_optional(v, &has_writable, "writable", errp);
3801 if (has_writable) {
3810 qmp_nbd_server_add(device, has_writable, writable, errp);
3816 visit_start_optional(v, &has_writable, "writable", NULL);
3817 if (has_writable) {

Completed in 52 milliseconds