Searched refs:info_str (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | cryptodev.h | 218 char *info_str; member
|
/openbmc/qemu/include/net/ |
H A D | net.h | 105 char info_str[256]; member
|
/openbmc/qemu/backends/ |
H A D | cryptodev-vhost-user.c | 202 cc->info_str = g_strdup_printf("cryptodev-vhost-user%zu to %s ", in cryptodev_vhost_user_init()
|
H A D | cryptodev-builtin.c | 90 cc->info_str = g_strdup_printf("cryptodev-builtin0"); in cryptodev_builtin_init()
|
H A D | cryptodev-lkcf.c | 227 cc->info_str = g_strdup_printf("cryptodev-lkcf0"); in cryptodev_lkcf_init()
|
H A D | cryptodev.c | 121 g_free(cc->info_str); in cryptodev_backend_free_client()
|
/openbmc/linux/drivers/scsi/ |
H A D | nsp32.h | 572 char info_str[100]; member
|
H A D | nsp32.c | 2697 snprintf(data->info_str, sizeof(data->info_str), in nsp32_detect() 2802 return data->info_str; in nsp32_info()
|
/openbmc/qemu/net/ |
H A D | net.c | 156 vsnprintf(nc->info_str, sizeof(nc->info_str), fmt, ap); in qemu_set_info_str() 1513 nc->info_str); in print_net_client()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 338 trace_xen_netdev_realize(netdev->dev, nc->info_str, nc->peer ? in xen_netdev_realize()
|
H A D | i82596.c | 177 trace_i82596_new_mac(nc->info_str); in set_individual_address()
|
H A D | eepro100.c | 1884 TRACE(OTHER, logout("%s\n", qemu_get_queue(s->nic)->info_str)); in e100_nic_realize()
|