cfmatch_t          78 dev/pci/tga.c  	sizeof(struct tga_softc), (cfmatch_t)tgamatch, tgaattach,
cfmatch_t         485 dev/pcmcia/if_ray.c 	sizeof(struct ray_softc), (cfmatch_t)ray_match, ray_attach, ray_detach,
cfmatch_t          73 kern/subr_autoconf.c 	cfmatch_t fn;
cfmatch_t         178 kern/subr_autoconf.c config_search(cfmatch_t fn, struct device *parent, void *aux)
cfmatch_t         268 kern/subr_autoconf.c config_rootsearch(cfmatch_t fn, char *rootname, void *aux)
cfmatch_t         305 kern/subr_autoconf.c     cfmatch_t submatch)
cfmatch_t         324 kern/subr_autoconf.c 	if ((match = config_rootsearch((cfmatch_t)NULL, rootname, aux)) != NULL)
cfmatch_t         110 sys/device.h   typedef int (*cfmatch_t)(struct device *, void *, void *);
cfmatch_t         130 sys/device.h   	cfmatch_t ca_match;		/* returns a match level */
cfmatch_t         180 sys/device.h   void *config_search(cfmatch_t, struct device *, void *);
cfmatch_t         181 sys/device.h   void *config_rootsearch(cfmatch_t, char *, void *);
cfmatch_t         183 sys/device.h       cfmatch_t);