Searched refs:netif_drivers (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c77 struct netif_driver *netif_drivers[] = { variable in typeref:struct:netif_driver
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h49 extern struct netif_driver *netif_drivers[]; /* machdep */
H A Dnetif.c71 for (d = 0; netif_drivers[d]; d++) {
72 drv = netif_drivers[d];
107 for (d = 0; netif_drivers[d] != NULL; d++) {
108 cur_if.nif_driver = netif_drivers[d];
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c61 struct netif_driver *netif_drivers[] = { variable in typeref:struct:netif_driver
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c342 for (d = 0; netif_drivers[d]; d++) {
343 drv = netif_drivers[d];
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c123 struct netif_driver *netif_drivers[] = { variable in typeref:struct:netif_driver
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c206 struct netif_driver *netif_drivers[] = { variable in typeref:struct:netif_driver

Completed in 63 milliseconds