cfprint_t         304 kern/subr_autoconf.c config_found_sm(struct device *parent, void *aux, cfprint_t print,
cfprint_t         325 kern/subr_autoconf.c 		return (config_attach(ROOT, match, aux, (cfprint_t)NULL));
cfprint_t         334 kern/subr_autoconf.c config_attach(struct device *parent, void *match, void *aux, cfprint_t print)
cfprint_t         154 sys/device.h   typedef int (*cfprint_t)(void *, const char *);
cfprint_t         182 sys/device.h   struct device *config_found_sm(struct device *, void *, cfprint_t,
cfprint_t         186 sys/device.h   struct device *config_attach(struct device *, void *, void *, cfprint_t);