Home
last modified time | relevance | path

Searched refs:allcf (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.bin/config/
H A Dmkswap.c70 TAILQ_FOREACH(cf, &allcf, cf_next) { in mkswap()
H A Dsem.c158 TAILQ_INIT(&allcf); in initsem()
1101 TAILQ_INSERT_TAIL(&allcf, cf, cf_next); in addconf()
1132 TAILQ_FOREACH(cf, &allcf, cf_next) in delconf()
1138 TAILQ_REMOVE(&allcf, cf, cf_next); in delconf()
H A Dmain.c91 struct conftq allcf; variable
1481 if (TAILQ_EMPTY(&allcf)) { in crosscheck()
1485 TAILQ_FOREACH(cf, &allcf, cf_next) { in crosscheck()
H A Ddefs.h492 extern struct conftq allcf; /* list of configured kernels */
H A Dmkmakefile.c554 TAILQ_FOREACH(cf, &allcf, cf_next) { in emitload()
H A Dfiles.c309 TAILQ_FOREACH(cf, &allcf, cf_next) { in fixfiles()