Home
last modified time | relevance | path

Searched refs:default_model (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dnet.h77 const char *default_model);
Dnet-android.c2162 const char *default_model) in qemu_check_nic_model_list() argument
2167 nd->model = strdup(default_model); in qemu_check_nic_model_list()
Dnet.c2062 const char *default_model) in qemu_check_nic_model_list() argument
2067 nd->model = strdup(default_model); in qemu_check_nic_model_list()
/external/qemu/hw/
Dpci.h187 const char *default_model);
Dpci.c813 const char *default_model) in pci_nic_init() argument
818 qemu_check_nic_model_list(nd, pci_nic_models, default_model); in pci_nic_init()