Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsocket.c36 } outgoing_args; variable
41 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
95 qapi_free_SocketAddress(outgoing_args.saddr); in socket_start_outgoing_migration()
96 outgoing_args.saddr = addr; in socket_start_outgoing_migration()
113 if (outgoing_args.saddr) { in socket_cleanup_outgoing_migration()
114 qapi_free_SocketAddress(outgoing_args.saddr); in socket_cleanup_outgoing_migration()
115 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()
78 ioc = qio_channel_file_new_path(outgoing_args.fname, flags, 0, errp); in file_send_channel_create()
118 outgoing_args.fname = g_strdup(filename); in file_start_outgoing_migration()