Home
last modified time | relevance | path

Searched refs:vcf (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/src/sys/arch/sh/dev/
Dshb.c50 shb_match(struct device *parent, void *vcf, void *aux) in shb_match() argument
70 shb_search(struct device *parent, void *vcf, void *aux) in shb_search() argument
72 struct cfdata *cf = vcf; in shb_search()
/openbsd/src/sys/dev/tc/
Dioasic_subr.c53 ioasic_submatch(vcf, d) in ioasic_submatch() argument
54 void *vcf; in ioasic_submatch()
57 struct cfdata *match = vcf;
Dtc.c57 tcmatch(parent, vcf, aux) in tcmatch() argument
59 void *vcf, *aux;
62 struct cfdata *cf = vcf;
201 tcsubmatch(parent, vcf, aux) in tcsubmatch() argument
203 void *vcf, *aux;
206 struct cfdata *cf = vcf;
Dtcds.c306 tcdssubmatch(parent, vcf, aux) in tcdssubmatch() argument
308 void *vcf, *aux;
311 struct cfdata *cf = vcf;
317 return ((*cf->cf_attach->ca_match)(parent, vcf, aux));
Dzs_ioasic.c198 zs_ioasic_match(struct device *parent, void *vcf, void *aux) in zs_ioasic_match() argument
381 zs_ioasic_submatch(struct device *parent, void *vcf, void *aux) in zs_ioasic_submatch() argument
383 struct cfdata *cf = (struct cfdata *)vcf; in zs_ioasic_submatch()
/openbsd/src/sys/arch/arm/cortex/
Dcortex.c131 cortexsearch(struct device *parent, void *vcf, void *aux) in cortexsearch() argument
134 struct cfdata *cf = vcf; in cortexsearch()
/openbsd/src/sys/dev/sbus/
Dlebuffer.c69 lebufmatch(struct device *parent, void *vcf, void *aux) in lebufmatch() argument
72 struct cfdata *cf = vcf; in lebufmatch()
Dif_hme_sbus.c73 hmematch_sbus(struct device *parent, void *vcf, void *aux) in hmematch_sbus() argument
75 struct cfdata *cf = vcf; in hmematch_sbus()
Dif_le_lebuffer.c137 lematch_lebuffer(struct device *parent, void *vcf, void *aux) in lematch_lebuffer() argument
140 struct cfdata *cf = vcf; in lematch_lebuffer()
Ddma_sbus.c130 dmamatch_sbus(struct device *parent, void *vcf, void *aux) in dmamatch_sbus() argument
132 struct cfdata *cf = vcf; in dmamatch_sbus()
Dbwtwo.c129 bwtwomatch(struct device *parent, void *vcf, void *aux) in bwtwomatch() argument
131 struct cfdata *cf = vcf; in bwtwomatch()
Dif_le.c134 lematch_sbus(struct device *parent, void *vcf, void *aux) in lematch_sbus() argument
136 struct cfdata *cf = vcf; in lematch_sbus()
Dif_gem_sbus.c76 gemmatch_sbus(struct device *parent, void *vcf, void *aux) in gemmatch_sbus() argument
Dif_le_ledma.c298 lematch_ledma(struct device *parent, void *vcf, void *aux) in lematch_ledma() argument
300 struct cfdata *cf = vcf; in lematch_ledma()
Dqec.c92 qecmatch(struct device *parent, void *vcf, void *aux) in qecmatch() argument
94 struct cfdata *cf = vcf; in qecmatch()
Dcgtwelve.c123 cgtwelvematch(struct device *parent, void *vcf, void *aux) in cgtwelvematch() argument
125 struct cfdata *cf = vcf; in cgtwelvematch()
/openbsd/src/sys/arch/loongson/dev/
Dohci_voyager.c81 ohci_voyager_match(struct device *parent, void *vcf, void *aux) in ohci_voyager_match() argument
84 struct cfdata *cf = (struct cfdata *)vcf; in ohci_voyager_match()
Dvoyager.c85 voyager_match(struct device *parent, void *vcf, void *aux) in voyager_match() argument
175 voyager_search(struct device *parent, void *vcf, void *args) in voyager_search() argument
178 struct cfdata *cf = (struct cfdata *)vcf; in voyager_search()
Dstsec.c131 stsec_match(struct device *parent, void *vcf, void *aux) in stsec_match() argument
134 struct cfdata *cf = (struct cfdata *)vcf; in stsec_match()
/openbsd/src/sys/arch/sparc64/dev/
Dzs.c169 zs_match_sbus(struct device *parent, void *vcf, void *aux) in zs_match_sbus() argument
171 struct cfdata *cf = vcf; in zs_match_sbus()
181 zs_match_fhc(struct device *parent, void *vcf, void *aux) in zs_match_fhc() argument
183 struct cfdata *cf = vcf; in zs_match_fhc()
Dsbus.c235 sbus_mb_match(struct device *parent, void *vcf, void *aux) in sbus_mb_match() argument
237 struct cfdata *cf = vcf; in sbus_mb_match()
244 sbus_xbox_match(struct device *parent, void *vcf, void *aux) in sbus_xbox_match() argument
/openbsd/src/sys/arch/octeon/dev/
Docteon_iobus.c161 iobussubmatch(struct device *parent, void *vcf, void *args) in iobussubmatch() argument
163 struct cfdata *cf = vcf; in iobussubmatch()
/openbsd/src/sys/arch/sh/sh/
Dcpu.c56 cpu_match(struct device *parent, void *vcf, void *aux) in cpu_match() argument
/openbsd/src/sys/dev/sun/
Dz8530ms.c172 zsms_match(struct device *parent, void *vcf, void *aux) in zsms_match() argument
174 struct cfdata *cf = vcf; in zsms_match()
/openbsd/src/sys/dev/hil/
Dhil.c184 hilsubmatch(struct device *parent, void *vcf, void *aux) in hilsubmatch() argument
187 struct cfdata *cf = vcf; in hilsubmatch()
193 return ((*cf->cf_attach->ca_match)(parent, vcf, aux)); in hilsubmatch()

123