OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfai
(Results
1 - 2
of
2
) 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]);
/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
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026