HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NICS (Results 1 - 7 of 7) sorted by null

  /external/qemu/
net.h 84 #define MAX_NICS 8
96 extern NICInfo nd_table[MAX_NICS];
vl-android.c 274 NICInfo nd_table[MAX_NICS];
686 static struct HCIInfo *hci_table[MAX_NICS];
770 if (nb_hcis >= MAX_NICS) {
771 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
    [all...]
vl.c 205 NICInfo nd_table[MAX_NICS];
490 static struct HCIInfo *hci_table[MAX_NICS];
574 if (nb_hcis >= MAX_NICS) {
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
    [all...]
net-android.c     [all...]
net.c     [all...]
savevm.c 133 for (i = 0; i < MAX_NICS; i++) {
    [all...]
  /external/qemu/hw/
android_arm.c 100 for(i = 0; i < MAX_NICS; i++) {

Completed in 746 milliseconds