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 436 * The cfattachinit is a data structure used to associate a list of
439 struct cfattachinit { struct
522 const struct cfattachinit *, struct cfdata *);
524 const struct cfattachinit *, struct cfdata *);
  /src/sys/kern/
subr_autoconf.c 147 extern const struct cfattachinit cfattachinit[];
299 frob_cfattachvec(const struct cfattachinit *cfattachv,
303 const struct cfattachinit *cfai = NULL;
373 frob_cfattachvec(cfattachinit,
393 const struct cfattachinit *cfattachv, struct cfdata *cfdatav)
426 const struct cfattachinit *cfattachv, struct cfdata *cfdatav)
  /src/sys/dev/pad/
pad.c 816 static struct cfattachinit pad_cfattach[] = {

Completed in 16 milliseconds