Searched refs:nic_model_help (Results 1 – 1 of 1) sorted by relevance
79 static GHashTable *nic_model_help; variable1078 g_hash_table_foreach_remove(nic_model_help, add_nic_result, results); in show_nic_models()1085 g_hash_table_unref(nic_model_help); in show_nic_models()1086 nic_model_help = NULL; in show_nic_models()1093 if (g_hash_table_lookup_extended(nic_model_help, model, NULL, in add_nic_model_help()1114 g_hash_table_replace(nic_model_help, g_strdup(model), alias_list); in add_nic_model_help()1123 if (nic_model_help) { in qemu_find_nic_info()1149 if (!nic_model_help) { in is_nic_model_help_option()1150 nic_model_help = g_hash_table_new_full(g_str_hash, g_str_equal, in is_nic_model_help_option()1198 if (nic_model_help) { in qemu_create_nic_bus_devices()[all …]