Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/config/
Dmkswap.c67 for (cf = allcf; cf != NULL; cf = cf->cf_next) in mkswap()
Dmain.c102 struct config *allcf; /* list of configured kernels */ variable
632 if (allcf == NULL) { in crosscheck()
637 for (cf = allcf; cf != NULL; cf = cf->cf_next) { in crosscheck()
Dmkmakefile.c478 for (cf = allcf; cf != NULL; cf = cf->cf_next) { in emitload()
484 for (first = 1, cf = allcf; cf != NULL; cf = cf->cf_next) { in emitload()
Dconfig.h292 extern struct config *allcf; /* list of configured kernels */
Dsem.c106 allcf = NULL; in initsem()
107 nextcf = &allcf; in initsem()