/qemu/qapi/ |
H A D | ui.json | 88 # -> { "execute": "set_password", "arguments": { "protocol": "vnc", string 150 # -> { "execute": "expire_password", "arguments": { "protocol": "vnc", string
|
H A D | misc.json | 35 # -> { "execute": "add_client", "arguments": { "protocol": "vnc", string
|
/qemu/ui/ |
H A D | ui-hmp-cmds.c | 263 const char *protocol = qdict_get_str(qdict, "protocol"); in hmp_set_password() local 298 const char *protocol = qdict_get_str(qdict, "protocol"); in hmp_expire_password() local 467 const char *protocol = qdict_get_str(qdict, "protocol"); in hmp_client_migrate_info() local
|
H A D | ui-qmp-cmds.c | 187 void qmp_client_migrate_info(const char *protocol, const char *hostname, in qmp_client_migrate_info()
|
/qemu/crypto/ |
H A D | tls-cipher-suites.c | 58 gnutls_protocol_t protocol; in qcrypto_tls_cipher_suites_get_data() local
|
/qemu/monitor/ |
H A D | qmp-cmds.c | 116 void qmp_add_client(const char *protocol, const char *fdname, in qmp_add_client()
|
/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 55 int protocol; member 741 unsigned int protocol, in xen_block_dataplane_start()
|
/qemu/include/hw/input/ |
H A D | hid.h | 43 int32_t protocol; member
|
/qemu/include/hw/xen/ |
H A D | xen_pvdev.h | 49 char *protocol; member
|
/qemu/util/ |
H A D | oslib-win32.c | 321 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() 565 int qemu_socket_wrap(int domain, int type, int protocol) in qemu_socket_wrap()
|
H A D | osdep.c | 457 int qemu_socket(int domain, int type, int protocol) in qemu_socket()
|
H A D | oslib-posix.c | 291 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair()
|
/qemu/block/ |
H A D | qapi.c | 921 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol) in bdrv_node_info_dump()
|
/qemu/hw/i386/ |
H A D | x86-common.c | 639 uint16_t protocol; in x86_load_linux() local
|
/qemu/chardev/ |
H A D | baum.c | 441 uint8_t protocol; in baum_eat_packet() local
|
H A D | char.c | 1244 bool has_tls, bool tls, const char *protocol, in qmp_add_client_char()
|
/qemu/hw/block/ |
H A D | xen-block.c | 182 unsigned int order, nr_ring_ref, *ring_ref, event_channel, protocol; in xen_block_connect() local
|
/qemu/hw/display/ |
H A D | xenfb.c | 440 char *protocol = xenfb->c.xendev.protocol; in xenfb_map_fb() local
|
/qemu/linux-user/ |
H A D | strace.c | 500 print_socket_protocol(int domain, int type, int protocol) in print_socket_protocol() 2704 abi_ulong domain = arg0, type = arg1, protocol = arg2; in print_socket() local 2737 abi_ulong domain, type, protocol; in do_print_socket() local 2784 abi_ulong domain, type, protocol, tab; in do_print_socketpair() local
|
H A D | syscall.c | 3175 static abi_long do_socket(int domain, int type, int protocol) in do_socket() 3560 static abi_long do_socketpair(int domain, int type, int protocol, in do_socketpair()
|
/qemu/dump/ |
H A D | dump.c | 2064 void qmp_dump_guest_memory(bool paging, const char *protocol, in qmp_dump_guest_memory()
|
/qemu/ |
H A D | block.c | 905 static BlockDriver *bdrv_do_find_protocol(const char *protocol) in bdrv_do_find_protocol() 924 char protocol[128]; in bdrv_find_protocol() local 2075 bool protocol = *flags & BDRV_O_PROTOCOL; in bdrv_fill_options() local
|
/qemu/tests/qtest/ |
H A D | libqtest.c | 1878 void qtest_qmp_add_client(QTestState *qts, const char *protocol, int fd) in qtest_qmp_add_client()
|
/qemu/include/block/ |
H A D | ufs.h | 267 uint8_t protocol; member
|