Home
last modified time | relevance | path

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

/external/qemu/include/net/
Dnet.h76 const char *default_model);
/external/qemu/include/hw/pci/
Dpci.h187 const char *default_model);
/external/qemu/hw/pci/
Dpci.c820 const char *default_model) in pci_nic_init() argument
825 qemu_check_nic_model_list(nd, pci_nic_models, default_model); in pci_nic_init()
/external/qemu/net/
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()
Dnet-android.c2141 const char *default_model) in qemu_check_nic_model_list() argument
2146 nd->model = strdup(default_model); in qemu_check_nic_model_list()