HomeSort by: relevance | last modified time | path
    Searched defs:mbmatch (Results 1 - 25 of 40) sorted by relevancy

1 2

  /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
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
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
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/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
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
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
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
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
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
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/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
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
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
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/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
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
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
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
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
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
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/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

Completed in 136 milliseconds

1 2