Home
last modified time | relevance | path

Searched refs:MAX_NICS (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Dnet.h84 #define MAX_NICS 8 macro
96 extern NICInfo nd_table[MAX_NICS];
Dvl.c205 NICInfo nd_table[MAX_NICS];
490 static struct HCIInfo *hci_table[MAX_NICS];
574 if (nb_hcis >= MAX_NICS) { in bt_hci_parse()
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS); in bt_hci_parse()
Dvl-android.c274 NICInfo nd_table[MAX_NICS];
686 static struct HCIInfo *hci_table[MAX_NICS];
770 if (nb_hcis >= MAX_NICS) { in bt_hci_parse()
771 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS); in bt_hci_parse()
Dnet-android.c2149 for (index = 0; index < MAX_NICS; index++) in nic_get_free_idx()
2221 if (idx == -1 || nb_nics >= MAX_NICS) { in net_client_init()
Dnet.c2045 for (index = 0; index < MAX_NICS; index++) in nic_get_free_idx()
2117 if (idx == -1 || nb_nics >= MAX_NICS) { in net_client_init()
Dsavevm.c133 for (i = 0; i < MAX_NICS; i++) { in qemu_announce_self_once()
/external/qemu/hw/
Dandroid_arm.c100 for(i = 0; i < MAX_NICS; i++) { in android_arm_init_()