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

  /src/sys/arch/emips/emips/
mainbus.c 43 static void mbattach(device_t, device_t, void *);
47 mbmatch, mbattach, NULL, NULL);
64 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/pmax/pmax/
mainbus.c 43 static void mbattach(device_t, device_t, void *);
47 mbmatch, mbattach, NULL, NULL);
64 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/arc/arc/
mainbus.c 45 static void mbattach(device_t, device_t, void *);
49 mbmatch, mbattach, NULL, NULL);
64 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mipsco/mipsco/
mainbus.c 43 static void mbattach(device_t, device_t, void *);
47 mbmatch, mbattach, NULL, NULL);
59 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/newsmips/newsmips/
mainbus.c 44 static void mbattach(device_t, device_t, void *);
48 mbmatch, mbattach, NULL, NULL);
64 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/alpha/alpha/
mainbus.c 47 static void mbattach(device_t, device_t, void *);
50 CFATTACH_DECL_NEW(mainbus, 0, mbmatch, mbattach, NULL, NULL);
66 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/amigappc/amigappc/
mainbus.c 81 void mbattach(device_t, device_t, void *);
86 mbmatch, mbattach, NULL, NULL);
96 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/atari/atari/
autoconf.c 60 static void mbattach(device_t, device_t, void *);
297 mbmatch, mbattach, NULL, NULL);
317 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/amiga/amiga/
autoconf.c 63 void mbattach(device_t, device_t, void *);
245 mbmatch, mbattach, NULL, NULL);
269 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/hppa/hppa/
mainbus.c 106 void mbattach(device_t, device_t, void *);
109 mbmatch, mbattach, NULL, NULL);
1361 mbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 17 milliseconds