Searched refs:n_netif_drivers (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/boot/
H A Dconf.c26 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/netboot/
H A Dconf.c25 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/netboot/
H A Dconf.c25 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/netboot/
H A Dconf.c28 int n_netif_drivers = __arraycount(netif_drivers); variable
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/netboot/
H A Dconf.c63 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Dconf.c72 int n_netif_drivers = sizeof netif_drivers / sizeof netif_drivers[0]; variable
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dconf.c78 int n_netif_drivers = __arraycount(netif_drivers); variable
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dnetif.h49 extern int n_netif_drivers;
H A Dnetif.c70 for (d = 0; d < n_netif_drivers; d++) {
107 printf("netif_select: %d interfaces\n", n_netif_drivers);
110 for (d = 0; d < n_netif_drivers; d++) {
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dconf.c92 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dconf.c123 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dconf.c117 int n_netif_drivers = __arraycount(netif_drivers); variable
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dconf.c111 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dconf.c123 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dconf.c118 int n_netif_drivers = __arraycount(netif_drivers); variable
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dether_if.c86 int n_netif_drivers = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dconf.c102 int n_netif_drivers = __arraycount(netif_drivers); variable

Completed in 213 milliseconds