HomeSort by: relevance | last modified time | path
    Searched defs:net_find (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/sun3/
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) function in typeref:typename:device_t
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) function in typeref:typename:device_t
  /src/sys/arch/sun68k/sun68k/
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) function in typeref:typename:device_t
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) function in typeref:typename:device_t

Completed in 68 milliseconds