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

  /src/sys/arch/evbmips/alchemy/
obio.c 57 static int obio_submatch(device_t, cfdata_t, const int *, void *);
92 CFARGS(.submatch = obio_submatch));
97 obio_submatch(device_t parent, cfdata_t cf, function in typeref:typename:int
  /src/sys/arch/mips/adm5120/
adm5120_obio.c 100 static int obio_submatch(device_t, cfdata_t, const int *, void *);
162 CFARGS(.submatch = obio_submatch,
169 obio_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/sun3/sun3x/
obio.c 54 static int obio_submatch(device_t, cfdata_t, const int *, void *);
190 /* These are filled-in by obio_submatch. */
194 CFARGS(.submatch = obio_submatch));
215 obio_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/sun3/sun3/
obio.c 55 static int obio_submatch(device_t, cfdata_t, const int *, void *);
147 /* These are filled-in by obio_submatch. */
151 CFARGS(.submatch = obio_submatch));
172 obio_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int

Completed in 42 milliseconds