Home
last modified time | relevance | path

Searched refs:qemu_check_nic_model_list (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dnet.h75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
Dnet.c2058 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
Dnet-android.c2162 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/
Dpci.c818 qemu_check_nic_model_list(nd, pci_nic_models, default_model); in pci_nic_init()