Searched refs:qemu_check_nic_model_list (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | net.h | 75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
|
D | net.c | 2058 qemu_check_nic_model_list(nd, models, model); in qemu_check_nic_model() 2061 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models, in qemu_check_nic_model_list() function
|
D | net-android.c | 2162 qemu_check_nic_model_list(nd, models, model); in qemu_check_nic_model() 2165 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models, in qemu_check_nic_model_list() function
|
/external/qemu/hw/ |
D | pci.c | 818 qemu_check_nic_model_list(nd, pci_nic_models, default_model); in pci_nic_init()
|