Home
last modified time | relevance | path

Searched refs:eth_probe (Results 1 – 6 of 6) sorted by relevance

/external/grub/netboot/
Dconfig.c233 struct nic *(*eth_probe) (struct nic *, unsigned short *, member
350 struct nic *(*eth_probe) (struct nic *, unsigned short *, member
353 struct nic *(*eth_probe) (struct nic *, unsigned short *); member
502 eth_probe (void) in eth_probe() function
546 for (pt = PCI_NIC; pt->eth_probe != 0; pt++) in eth_probe()
550 if ((pt->eth_probe) (&nic, pci_ioaddrs, p)) in eth_probe()
563 if ((*t->eth_probe) (&nic, t->probe_ioaddrs, p)) in eth_probe()
569 if ((*t->eth_probe) (&nic, t->probe_ioaddrs)) in eth_probe()
Dns8390.c69 #define eth_probe wd_probe macro
76 #define eth_probe t503_probe macro
83 #define eth_probe ne_probe macro
90 #define eth_probe nepci_probe macro
530 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs, in eth_probe() function
533 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs) in eth_probe()
Dmain.c116 if (! eth_probe ()) in print_network_configuration()
485 if (! eth_probe ()) in rarp()
542 if (! eth_probe ()) in bootp()
Detherboot.h512 extern int eth_probe (void);
/external/grub/stage2/
Dbuiltins.c1637 if (! eth_probe ()) in ifconfig_func()
/external/grub/
DChangeLog2521 (eth_probe) [GRUB && INCLUDE_PCI]: If a PCI NIC candidate is
4740 (eth_probe) [GRUB]: If PROBED is true, do nothing. Otherwise,
5357 * netboot/config.c (eth_probe): Clear ARPTABLE after clearing
5403 * netboot/config.c (eth_probe): If PROBED is set to non-zero,
5406 * netboot/main.c (rarp): Call eth_probe and return zero if
5410 (bootp): Call eth_probe and return zero if fails. Clear