OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NICS
(Results
1 - 8
of
8
) 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++) {
android_mips.c
193
for(i = 0; i <
MAX_NICS
; i++) {
Completed in 65 milliseconds