| /openbsd/src/sys/arch/sh/dev/ |
| D | shb.c | 50 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/ |
| D | ioasic_subr.c | 53 ioasic_submatch(vcf, d) in ioasic_submatch() argument 54 void *vcf; in ioasic_submatch() 57 struct cfdata *match = vcf;
|
| D | tc.c | 57 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;
|
| D | tcds.c | 306 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));
|
| D | zs_ioasic.c | 198 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/ |
| D | cortex.c | 131 cortexsearch(struct device *parent, void *vcf, void *aux) in cortexsearch() argument 134 struct cfdata *cf = vcf; in cortexsearch()
|
| /openbsd/src/sys/dev/sbus/ |
| D | lebuffer.c | 69 lebufmatch(struct device *parent, void *vcf, void *aux) in lebufmatch() argument 72 struct cfdata *cf = vcf; in lebufmatch()
|
| D | if_hme_sbus.c | 73 hmematch_sbus(struct device *parent, void *vcf, void *aux) in hmematch_sbus() argument 75 struct cfdata *cf = vcf; in hmematch_sbus()
|
| D | if_le_lebuffer.c | 137 lematch_lebuffer(struct device *parent, void *vcf, void *aux) in lematch_lebuffer() argument 140 struct cfdata *cf = vcf; in lematch_lebuffer()
|
| D | dma_sbus.c | 130 dmamatch_sbus(struct device *parent, void *vcf, void *aux) in dmamatch_sbus() argument 132 struct cfdata *cf = vcf; in dmamatch_sbus()
|
| D | bwtwo.c | 129 bwtwomatch(struct device *parent, void *vcf, void *aux) in bwtwomatch() argument 131 struct cfdata *cf = vcf; in bwtwomatch()
|
| D | if_le.c | 134 lematch_sbus(struct device *parent, void *vcf, void *aux) in lematch_sbus() argument 136 struct cfdata *cf = vcf; in lematch_sbus()
|
| D | if_gem_sbus.c | 76 gemmatch_sbus(struct device *parent, void *vcf, void *aux) in gemmatch_sbus() argument
|
| D | if_le_ledma.c | 298 lematch_ledma(struct device *parent, void *vcf, void *aux) in lematch_ledma() argument 300 struct cfdata *cf = vcf; in lematch_ledma()
|
| D | qec.c | 92 qecmatch(struct device *parent, void *vcf, void *aux) in qecmatch() argument 94 struct cfdata *cf = vcf; in qecmatch()
|
| D | cgtwelve.c | 123 cgtwelvematch(struct device *parent, void *vcf, void *aux) in cgtwelvematch() argument 125 struct cfdata *cf = vcf; in cgtwelvematch()
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | ohci_voyager.c | 81 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()
|
| D | voyager.c | 85 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()
|
| D | stsec.c | 131 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/ |
| D | zs.c | 169 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()
|
| D | sbus.c | 235 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/ |
| D | octeon_iobus.c | 161 iobussubmatch(struct device *parent, void *vcf, void *args) in iobussubmatch() argument 163 struct cfdata *cf = vcf; in iobussubmatch()
|
| /openbsd/src/sys/arch/sh/sh/ |
| D | cpu.c | 56 cpu_match(struct device *parent, void *vcf, void *aux) in cpu_match() argument
|
| /openbsd/src/sys/dev/sun/ |
| D | z8530ms.c | 172 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/ |
| D | hil.c | 184 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()
|