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

  /src/sys/arch/evbarm/adi_brh/
obio.c 62 void obio_attach(device_t, device_t, void *);
65 obio_match, obio_attach, NULL, NULL);
95 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/hdl_g/
obio.c 56 void obio_attach(device_t, device_t, void *);
59 obio_match, obio_attach, NULL, NULL);
77 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/iq80321/
obio.c 61 void obio_attach(device_t, device_t, void *);
64 obio_match, obio_attach, NULL, NULL);
94 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/iyonix/
obio.c 60 void obio_attach(device_t, device_t, void *);
63 obio_match, obio_attach, NULL, NULL);
93 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/iyonix/iyonix/
obio.c 60 void obio_attach(device_t, device_t, void *);
63 obio_match, obio_attach, NULL, NULL);
93 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mac68k/obio/
obio.c 46 static void obio_attach(device_t, device_t, void *);
51 obio_match, obio_attach, NULL, NULL);
67 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/iq80310/
obio.c 63 void obio_attach(device_t, device_t, void *);
66 obio_match, obio_attach, NULL, NULL);
96 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbmips/alchemy/
obio.c 56 static void obio_attach(device_t, device_t, void *);
61 obio_match, obio_attach, NULL, NULL);
77 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mipsco/obio/
obio.c 47 static void obio_attach(device_t, device_t, void *);
54 obio_match, obio_attach, NULL, NULL);
73 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/dev/marvell/
obio.c 67 static void obio_attach(device_t, device_t, void *);
79 obio_match, obio_attach, NULL, NULL);
101 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mips/adm5120/
adm5120_obio.c 99 static void obio_attach(device_t, device_t, void *);
103 CFATTACH_DECL_NEW(obio, 0, obio_match, obio_attach, NULL, NULL);
144 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sun2/sun2/
obio.c 52 static void obio_attach(device_t, device_t, void *);
61 obio_match, obio_attach, NULL, NULL);
101 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/arm/gemini/
gemini_obio.c 138 static void obio_attach(device_t, device_t, void *);
146 obio_match, obio_attach, NULL, NULL);
156 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/lubbock/
obio.c 64 static void obio_attach(device_t, device_t, void *);
69 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
210 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sun3/sun3x/
obio.c 52 static void obio_attach(device_t, device_t, void *);
62 obio_match, obio_attach, NULL, NULL);
160 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
221 * the value of ca->ca_paddr set by the obio_attach loop.
233 * Note that obio_attach calls config_found_sm() with
244 * (mainbus) and ca->ca_paddr was set by obio_attach.
  /src/sys/arch/mips/rmi/
rmixl_obio.c 73 static void obio_attach(device_t, device_t, void *);
82 obio_match, obio_attach, NULL, NULL);
99 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbarm/g42xxeb/
obio.c 58 static void obio_attach(device_t, device_t, void *);
63 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
205 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sun3/sun3/
obio.c 53 static void obio_attach(device_t, device_t, void *);
64 obio_match, obio_attach, NULL, NULL);
117 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
178 * the value of ca->ca_paddr set by the obio_attach loop.
190 * Note that obio_attach calls config_found_sm() with
212 * (mainbus) and ca->ca_paddr was set by obio_attach.
  /src/sys/arch/landisk/dev/
obio.c 71 static void obio_attach(device_t, device_t, void *);
76 obio_match, obio_attach, NULL, NULL);
90 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/macppc/dev/
obio.c 67 static void obio_attach(device_t, device_t, void *);
127 obio_match, obio_attach, NULL, NULL);
155 obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 22 milliseconds