HomeSort by: relevance | last modified time | path
    Searched refs:cfattachinit (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump_autoconf.c 47 const struct cfattachinit cfattachinit[] = { variable in typeref:typename:const struct cfattachinit[]
137 const struct cfattachinit *cfai = &cfattach_ioconf_mainbus[0];
  /src/sys/sys/
device.h 433 * The cfattachinit is a data structure used to associate a list of
436 struct cfattachinit { struct
519 const struct cfattachinit *, struct cfdata *);
521 const struct cfattachinit *, struct cfdata *);
  /src/sys/kern/
subr_autoconf.c 146 extern const struct cfattachinit cfattachinit[];
298 frob_cfattachvec(const struct cfattachinit *cfattachv,
302 const struct cfattachinit *cfai = NULL;
372 frob_cfattachvec(cfattachinit,
392 const struct cfattachinit *cfattachv, struct cfdata *cfdatav)
425 const struct cfattachinit *cfattachv, struct cfdata *cfdatav)
  /src/sys/dev/pad/
pad.c 816 static struct cfattachinit pad_cfattach[] = {

Completed in 18 milliseconds