| /netbsd/src/sys/arch/sbmips/stand/netboot/ |
| D | conf.c | 22 struct netif_driver *netif_drivers[] = { variable 25 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/alpha/stand/netboot/ |
| D | conf.c | 22 struct netif_driver *netif_drivers[] = { variable 25 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/mvmeppc/stand/boot/ |
| D | conf.c | 23 struct netif_driver *netif_drivers[] = { variable 26 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]);
|
| /netbsd/src/sys/arch/ia64/stand/ia64/efi/ |
| D | conf.c | 62 struct netif_driver *netif_drivers[] = { variable 66 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/hpcmips/stand/lcboot/ |
| D | conf.c | 69 struct netif_driver *netif_drivers[] = { variable 72 int n_netif_drivers = sizeof netif_drivers / sizeof netif_drivers[0];
|
| /netbsd/src/sys/arch/next68k/stand/boot/ |
| D | conf.c | 83 struct netif_driver *netif_drivers[] = { variable 86 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]);
|
| /netbsd/src/sys/arch/x68k/stand/boot/ |
| D | conf.c | 82 struct netif_driver *netif_drivers[] = { variable 86 int n_netif_drivers = sizeof(netif_drivers) / sizeof(netif_drivers[0]);
|
| /netbsd/src/sys/arch/mipsco/stand/common/ |
| D | conf.c | 108 struct netif_driver *netif_drivers[] = { variable 111 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | conf.c | 120 struct netif_driver *netif_drivers[] = { variable 123 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | conf.c | 120 struct netif_driver *netif_drivers[] = { variable 123 int n_netif_drivers = (sizeof(netif_drivers) / sizeof(netif_drivers[0]));
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | conf.c | 74 struct netif_driver *netif_drivers[] = { variable 78 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/arch/mvme68k/stand/netboot/ |
| D | conf.c | 24 struct netif_driver *netif_drivers[] = { variable 28 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/arch/arc/stand/boot/ |
| D | conf.c | 115 struct netif_driver *netif_drivers[] = { variable 118 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/arch/sgimips/stand/common/ |
| D | conf.c | 114 struct netif_driver *netif_drivers[] = { variable 117 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | conf.c | 92 struct netif_driver *netif_drivers[] = { variable 95 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | conf.c | 100 struct netif_driver *netif_drivers[] = { variable 103 int n_netif_drivers = __arraycount(netif_drivers);
|
| /netbsd/src/sys/lib/libsa/ |
| D | netif.c | 71 drv = netif_drivers[d]; in netif_init() 111 cur_if.nif_driver = netif_drivers[d]; in netif_select()
|
| D | netif.h | 74 extern struct netif_driver *netif_drivers[]; /* machdep */
|
| /netbsd/src/sys/arch/ia64/stand/ia64/ski/ |
| D | conf.c | 80 struct netif_drvier *netif_drivers[] = {}; variable
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | ether_if.c | 89 struct netif_driver *netif_drivers[1] = { &__netif_driver }; variable
|