Home
last modified time | relevance | path

Searched refs:info_str (Results 1 – 10 of 10) sorted by relevance

/qemu/include/sysemu/
H A Dcryptodev.h218 char *info_str; member
/qemu/backends/
H A Dcryptodev-vhost-user.c202 cc->info_str = g_strdup_printf("cryptodev-vhost-user%zu to %s ", in cryptodev_vhost_user_init()
H A Dcryptodev-builtin.c90 cc->info_str = g_strdup_printf("cryptodev-builtin0"); in cryptodev_builtin_init()
H A Dcryptodev-lkcf.c227 cc->info_str = g_strdup_printf("cryptodev-lkcf0"); in cryptodev_lkcf_init()
H A Dcryptodev.c121 g_free(cc->info_str); in cryptodev_backend_free_client()
/qemu/include/net/
H A Dnet.h105 char info_str[256]; member
/qemu/net/
H A Dnet.c156 vsnprintf(nc->info_str, sizeof(nc->info_str), fmt, ap); in qemu_set_info_str()
1503 nc->info_str); in print_net_client()
/qemu/hw/net/
H A Di82596.c177 trace_i82596_new_mac(nc->info_str); in set_individual_address()
H A Dxen_nic.c338 trace_xen_netdev_realize(netdev->dev, nc->info_str, nc->peer ? in xen_netdev_realize()
H A Deepro100.c1882 TRACE(OTHER, logout("%s\n", qemu_get_queue(s->nic)->info_str)); in e100_nic_realize()