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

  /src/sys/arch/evbarm/adi_brh/
obio.c 61 int obio_match(device_t, cfdata_t, void *);
65 obio_match, obio_attach, NULL, NULL);
74 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/hdl_g/
obio.c 55 int obio_match(device_t, cfdata_t, void *);
59 obio_match, obio_attach, NULL, NULL);
68 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iq80321/
obio.c 60 int obio_match(device_t, cfdata_t, void *);
64 obio_match, obio_attach, NULL, NULL);
73 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iyonix/
obio.c 59 int obio_match(device_t, cfdata_t, void *);
63 obio_match, obio_attach, NULL, NULL);
72 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/iyonix/iyonix/
obio.c 59 int obio_match(device_t, cfdata_t, void *);
63 obio_match, obio_attach, NULL, NULL);
72 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/mac68k/obio/
obio.c 45 static int obio_match(device_t, cfdata_t, void *);
51 obio_match, obio_attach, NULL, NULL);
54 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iq80310/
obio.c 62 int obio_match(device_t, cfdata_t, void *);
66 obio_match, obio_attach, NULL, NULL);
75 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbmips/alchemy/
obio.c 55 static int obio_match(device_t, cfdata_t, void *);
61 obio_match, obio_attach, NULL, NULL);
67 obio_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/mipsco/obio/
obio.c 46 static int obio_match(device_t, cfdata_t, void *);
54 obio_match, obio_attach, NULL, NULL);
62 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/marvell/
obio.c 66 static int obio_match(device_t, cfdata_t, void *);
79 obio_match, obio_attach, NULL, NULL);
84 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/mips/adm5120/
adm5120_obio.c 98 static int obio_match(device_t, cfdata_t, void *);
103 CFATTACH_DECL_NEW(obio, 0, obio_match, obio_attach, NULL, NULL);
125 obio_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/sun2/sun2/
obio.c 51 static int obio_match(device_t, cfdata_t, void *);
61 obio_match, obio_attach, NULL, NULL);
90 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/arm/gemini/
gemini_obio.c 137 static int obio_match(device_t, cfdata_t, void *);
146 obio_match, obio_attach, NULL, NULL);
150 obio_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/lubbock/
obio.c 63 static int obio_match(device_t, cfdata_t, void *);
69 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
204 obio_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/sun3/sun3x/
obio.c 51 static int obio_match(device_t, cfdata_t, void *);
62 obio_match, obio_attach, NULL, NULL);
89 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/mips/rmi/
rmixl_obio.c 72 static int obio_match(device_t, cfdata_t, void *);
82 obio_match, obio_attach, NULL, NULL);
87 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/g42xxeb/
obio.c 57 static int obio_match(device_t, cfdata_t, void *);
63 CFATTACH_DECL_NEW(obio, sizeof(struct obio_softc), obio_match, obio_attach,
199 obio_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/sun3/sun3/
obio.c 52 static int obio_match(device_t, cfdata_t, void *);
64 obio_match, obio_attach, NULL, NULL);
91 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/landisk/dev/
obio.c 70 static int obio_match(device_t, cfdata_t, void *);
76 obio_match, obio_attach, NULL, NULL);
79 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/macppc/dev/
obio.c 68 static int obio_match(device_t, cfdata_t, void *);
127 obio_match, obio_attach, NULL, NULL);
130 obio_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 20 milliseconds