HomeSort by relevance Sort by last modified time
    Searched defs:nic (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
nic.h 16 struct nic struct
18 void (*reset)P((struct nic *));
19 int (*poll)P((struct nic *));
20 void (*transmit)P((struct nic *, const char *d,
22 void (*disable)P((struct nic *));
config.c 31 #include <nic.h>
233 struct nic *(*eth_probe) (struct nic *, unsigned short *,
350 struct nic *(*eth_probe) (struct nic *, unsigned short *,
353 struct nic *(*eth_probe) (struct nic *, unsigned short *);
359 * NIC probing is in order of appearance in this table.
363 static struct dispatch_table NIC[] =
465 #define NIC_TABLE_SIZE (sizeof (NIC) / sizeof (NIC[0])
475 struct nic nic = variable in typeref:struct:nic
    [all...]
  /external/qemu/android/
main.c 2193 char nic[37]; local
    [all...]
  /external/qemu/
vl.c 2738 int nic = nb_nics; local
    [all...]

Completed in 145 milliseconds