Home
last modified time | relevance | path

Searched refs:outgoing_args (Results 1 – 2 of 2) sorted by relevance

/qemu/migration/
H A Dsocket.c36 } outgoing_args; variable
41 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
49 if (!outgoing_args.saddr) { in socket_send_channel_create_sync()
55 if (qio_channel_socket_connect_sync(sioc, outgoing_args.saddr, errp) < 0) { in socket_send_channel_create_sync()
113 qapi_free_SocketAddress(outgoing_args.saddr); in socket_start_outgoing_migration()
114 outgoing_args.saddr = addr; in socket_start_outgoing_migration()
131 if (outgoing_args.saddr) { in socket_cleanup_outgoing_migration()
132 qapi_free_SocketAddress(outgoing_args.saddr); in socket_cleanup_outgoing_migration()
133 outgoing_args.saddr = NULL; in socket_cleanup_outgoing_migration()
H A Dfile.c26 } outgoing_args; variable
49 g_free(outgoing_args.fname); in file_cleanup_outgoing_migration()
50 outgoing_args.fname = NULL; in file_cleanup_outgoing_migration()
59 ioc = qio_channel_file_new_path(outgoing_args.fname, flags, 0, errp); in file_send_channel_create()
93 outgoing_args.fname = g_strdup(filename); in file_start_outgoing_migration()