OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 in function:rump_mainbus_attach
141
config_cfattach_attach(
cfai
->cfai_name,
cfai
->cfai_list[0]);
/src/sys/kern/
subr_autoconf.c
303
const struct cfattachinit *
cfai
= NULL;
local in function:frob_cfattachvec
308
for (
cfai
= &cfattachv[0];
cfai
->cfai_name != NULL;
cfai
++) {
309
for (j = 0;
cfai
->cfai_list[j] != NULL; j++) {
310
if ((error = att_do(
cfai
->cfai_name,
311
cfai
->cfai_list[j])) != 0) {
314
cfai
->cfai_list[j]->ca_name,
315
cfai
->cfai_name, style, error);
331
if (
cfai
) {
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025