Searched refs:net_find (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sun68k/sun68k/ |
H A D | autoconf.c | 261 static device_t net_find(char *, int, int); 272 { "ie", net_find }, 273 { "ec", net_find }, 274 { "le", net_find }, 372 net_find(char *name, int ctlr, int unit) in net_find() function
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | autoconf.c | 159 static device_t net_find(char *, int, int); 170 { "ie", net_find }, 171 { "le", net_find }, 241 net_find(char *name, int ctlr, int unit) in net_find() function
|