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

  /src/sys/rump/librump/rumpkern/
rump_autoconf.c 137 const struct cfattachinit *cfai = &cfattach_ioconf_mainbus[0]; local
141 config_cfattach_attach(cfai->cfai_name, cfai->cfai_list[0]);
rump_autoconf.c 137 const struct cfattachinit *cfai = &cfattach_ioconf_mainbus[0]; local
141 config_cfattach_attach(cfai->cfai_name, cfai->cfai_list[0]);
  /src/sys/kern/
subr_autoconf.c 316 const struct cfattachinit *cfai = NULL; local
321 for (cfai = &cfattachv[0]; cfai->cfai_name != NULL; cfai++) {
322 for (j = 0; cfai->cfai_list[j] != NULL; j++) {
323 if ((error = att_do(cfai->cfai_name,
324 cfai->cfai_list[j], cfai->cfai_iattrs)) != 0) {
327 cfai->cfai_list[j]->ca_name,
328 cfai->cfai_name, style, error)
    [all...]
subr_autoconf.c 316 const struct cfattachinit *cfai = NULL; local
321 for (cfai = &cfattachv[0]; cfai->cfai_name != NULL; cfai++) {
322 for (j = 0; cfai->cfai_list[j] != NULL; j++) {
323 if ((error = att_do(cfai->cfai_name,
324 cfai->cfai_list[j], cfai->cfai_iattrs)) != 0) {
327 cfai->cfai_list[j]->ca_name,
328 cfai->cfai_name, style, error)
    [all...]

Completed in 26 milliseconds