Home
last modified time | relevance | path

Searched refs:cfattachinit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_autoconf.c47 const struct cfattachinit cfattachinit[] = { variable
137 const struct cfattachinit *cfai = &cfattach_ioconf_mainbus[0]; in rump_mainbus_attach()
/netbsd-src/sys/sys/
H A Ddevice.h433 * The cfattachinit is a data structure used to associate a list of
436 struct cfattachinit { struct
527 const struct cfattachinit *, struct cfdata *);
529 const struct cfattachinit *, struct cfdata *);
437 cfai_namecfattachinit global() argument
438 cfai_listcfattachinit global() argument
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c146 extern const struct cfattachinit cfattachinit[];
298 frob_cfattachvec(const struct cfattachinit *cfattachv, in frob_cfattachvec()
302 const struct cfattachinit *cfai = NULL; in frob_cfattachvec()
372 frob_cfattachvec(cfattachinit, in config_init()
392 const struct cfattachinit *cfattachv, struct cfdata *cfdatav) in config_init_component()
425 const struct cfattachinit *cfattachv, struct cfdata *cfdatav) in config_fini_component()
/netbsd-src/sys/dev/pad/
H A Dpad.c816 static struct cfattachinit pad_cfattach[] = {