Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 24 of 24) sorted by relevance

/qemu/qapi/
H A Dui.json88 # -> { "execute": "set_password", "arguments": { "protocol": "vnc", string
150 # -> { "execute": "expire_password", "arguments": { "protocol": "vnc", string
H A Dmisc.json35 # -> { "execute": "add_client", "arguments": { "protocol": "vnc", string
/qemu/ui/
H A Dui-hmp-cmds.c263 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 Dui-qmp-cmds.c187 void qmp_client_migrate_info(const char *protocol, const char *hostname, in qmp_client_migrate_info()
/qemu/crypto/
H A Dtls-cipher-suites.c58 gnutls_protocol_t protocol; in qcrypto_tls_cipher_suites_get_data() local
/qemu/monitor/
H A Dqmp-cmds.c116 void qmp_add_client(const char *protocol, const char *fdname, in qmp_add_client()
/qemu/hw/block/dataplane/
H A Dxen-block.c55 int protocol; member
741 unsigned int protocol, in xen_block_dataplane_start()
/qemu/include/hw/input/
H A Dhid.h43 int32_t protocol; member
/qemu/include/hw/xen/
H A Dxen_pvdev.h49 char *protocol; member
/qemu/util/
H A Doslib-win32.c321 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 Dosdep.c457 int qemu_socket(int domain, int type, int protocol) in qemu_socket()
H A Doslib-posix.c291 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair()
/qemu/block/
H A Dqapi.c921 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol) in bdrv_node_info_dump()
/qemu/hw/i386/
H A Dx86-common.c639 uint16_t protocol; in x86_load_linux() local
/qemu/chardev/
H A Dbaum.c441 uint8_t protocol; in baum_eat_packet() local
H A Dchar.c1244 bool has_tls, bool tls, const char *protocol, in qmp_add_client_char()
/qemu/hw/block/
H A Dxen-block.c182 unsigned int order, nr_ring_ref, *ring_ref, event_channel, protocol; in xen_block_connect() local
/qemu/hw/display/
H A Dxenfb.c440 char *protocol = xenfb->c.xendev.protocol; in xenfb_map_fb() local
/qemu/linux-user/
H A Dstrace.c500 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 Dsyscall.c3175 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 Ddump.c2064 void qmp_dump_guest_memory(bool paging, const char *protocol, in qmp_dump_guest_memory()
/qemu/
H A Dblock.c905 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 Dlibqtest.c1878 void qtest_qmp_add_client(QTestState *qts, const char *protocol, int fd) in qtest_qmp_add_client()
/qemu/include/block/
H A Dufs.h267 uint8_t protocol; member