OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
302
const struct cfattachinit *
cfai
= NULL;
local in function:frob_cfattachvec
307
for (
cfai
= &cfattachv[0];
cfai
->cfai_name != NULL;
cfai
++) {
308
for (j = 0;
cfai
->cfai_list[j] != NULL; j++) {
309
if ((error = att_do(
cfai
->cfai_name,
310
cfai
->cfai_list[j])) != 0) {
313
cfai
->cfai_list[j]->ca_name,
314
cfai
->cfai_name, style, error);
330
if (
cfai
) {
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025