HomeSort by: relevance | last modified time | path
    Searched refs:mbmatch (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/emips/emips/
mainbus.c 42 static int mbmatch(device_t, cfdata_t, void *);
47 mbmatch, mbattach, NULL, NULL);
52 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/pmax/pmax/
mainbus.c 42 static int mbmatch(device_t, cfdata_t, void *);
47 mbmatch, mbattach, NULL, NULL);
52 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/arc/arc/
mainbus.c 44 static int mbmatch(device_t, cfdata_t, void *);
49 mbmatch, mbattach, NULL, NULL);
54 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/mipsco/mipsco/
mainbus.c 42 static int mbmatch(device_t, cfdata_t, void *);
47 mbmatch, mbattach, NULL, NULL);
52 mbmatch(device_t parent, cfdata_t cfdata, void *aux) function
  /src/sys/arch/newsmips/newsmips/
mainbus.c 43 static int mbmatch(device_t, cfdata_t, void *);
48 mbmatch, mbattach, NULL, NULL);
54 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/alpha/alpha/
mainbus.c 46 static int mbmatch(device_t, cfdata_t, void *);
50 CFATTACH_DECL_NEW(mainbus, 0, mbmatch, mbattach, NULL, NULL);
56 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/amigappc/amigappc/
mainbus.c 83 int mbmatch(device_t, cfdata_t, void *);
86 mbmatch, mbattach, NULL, NULL);
89 mbmatch(device_t parent, cfdata_t cfp, void *aux) function
  /src/sys/arch/atari/atari/
autoconf.c 59 static int mbmatch(device_t, cfdata_t, void *);
297 mbmatch, mbattach, NULL, NULL);
302 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/amiga/amiga/
autoconf.c 65 int mbmatch(device_t, cfdata_t, void *);
245 mbmatch, mbattach, NULL, NULL);
248 mbmatch(device_t parent, cfdata_t cf, void *aux) function
  /src/sys/arch/hppa/hppa/
mainbus.c 105 int mbmatch(device_t, cfdata_t, void *);
109 mbmatch, mbattach, NULL, NULL);
1328 mbmatch(device_t parent, cfdata_t cf, void *aux) function

Completed in 28 milliseconds