Home
last modified time | relevance | path

Searched refs:cfdata (Results 1 – 11 of 11) sorted by relevance

/original-bsd/sys/sys/
H A Ddevice.h38 struct cfdata *dv_cfdata; /* config data that found us */
55 struct cfdata { struct
68 typedef int (*cfmatch_t) __P((struct device *, struct cfdata *, void *)); argument
111 struct cfdata *config_search __P((cfmatch_t, struct device *, void *));
112 struct cfdata *config_rootsearch __P((cfmatch_t, char *, void *));
115 void config_attach __P((struct device *, struct cfdata *, void *, cfprint_t));
/original-bsd/sys/kern/
H A Dsubr_autoconf.c34 extern struct cfdata cfdata[];
43 struct cfdata *match;
54 register struct cfdata *cf;
79 struct cfdata *
85 register struct cfdata *cf;
112 struct cfdata *
118 register struct cfdata *cf;
133 cf = &cfdata[*p];
155 struct cfdata *cf;
173 struct cfdata *cf;
[all …]
/original-bsd/sys/sparc/sparc/
H A Dauxreg.c30 static int auxregmatch __P((struct device *, struct cfdata *, void *));
64 struct cfdata *cf;
H A Dmemreg.c29 static int memregmatch __P((struct device *, struct cfdata *, void *));
40 struct cfdata *cf;
H A Dclock.c55 static int clockmatch __P((struct device *, struct cfdata *, void *));
61 static int timermatch __P((struct device *, struct cfdata *, void *));
73 struct cfdata *cf;
115 struct cfdata *cf;
H A Dautoconf.c68 struct cfdata *cf;
/original-bsd/sys/sparc/sbus/
H A Dsbusvar.h46 int sbusdev_match __P((struct cfdata *, void *));
/original-bsd/sys/sparc/include/
H A Dautoconf.h74 int matchbyname __P((struct device *, struct cfdata *cf, void *aux));
/original-bsd/sys/dev/scsi/
H A Dscsi_subr.c81 static int scsi_targmatch __P((struct device *, struct cfdata *, void *));
188 register struct cfdata *cf;
H A Dsd.c91 int sdmatch __P((struct device *, struct cfdata *, void *));
151 register struct cfdata *cf;
/original-bsd/sys/sparc/dev/
H A Dzs.c90 static int zsmatch(struct device *, struct cfdata *, void *);
153 zsmatch(struct device *parent, struct cfdata *cf, void *aux) in zsmatch()