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

  /src/sys/arch/evbarm/adi_brh/
obio.c 68 int obio_search(device_t, cfdata_t, const int *, void *);
108 CFARGS(.search = obio_search));
128 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/hdl_g/
obio.c 62 int obio_search(device_t, cfdata_t, const int *, void *);
90 CFARGS(.search = obio_search));
110 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iq80321/
obio.c 67 int obio_search(device_t, cfdata_t, const int *, void *);
107 CFARGS(.search = obio_search));
127 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iyonix/
obio.c 66 int obio_search(device_t, cfdata_t, const int *, void *);
106 CFARGS(.search = obio_search));
126 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/iyonix/iyonix/
obio.c 66 int obio_search(device_t, cfdata_t, const int *, void *);
106 CFARGS(.search = obio_search));
126 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/mac68k/obio/
obio.c 48 static int obio_search(device_t, cfdata_t, const int *, void *);
73 CFARGS(.search = obio_search));
88 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/iq80310/
obio.c 69 int obio_search(device_t, cfdata_t, const int *, void *);
128 CFARGS(.search = obio_search));
148 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/mipsco/obio/
obio.c 48 static int obio_search(device_t, cfdata_t, const int *, void *);
90 CFARGS(.search = obio_search));
94 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/arm/gemini/
gemini_obio.c 139 static int obio_search(device_t, cfdata_t, const int *, void *);
208 CFARGS(.search = obio_search,
234 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/lubbock/
obio.c 65 static int obio_search(device_t, cfdata_t, const int *, void *);
288 CFARGS(.search = obio_search));
292 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/mips/rmi/
rmixl_obio.c 75 static int obio_search(device_t, cfdata_t, const int *, void *);
120 CFARGS(.search = obio_search));
145 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/evbarm/g42xxeb/
obio.c 59 static int obio_search(device_t, cfdata_t, const int *, void *);
266 CFARGS(.search = obio_search));
274 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int
  /src/sys/arch/landisk/dev/
obio.c 73 static int obio_search(device_t, cfdata_t, const int *, void *);
109 CFARGS(.search = obio_search));
113 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) function in typeref:typename:int

Completed in 16 milliseconds