Lines Matching defs:cf
65 struct config *cf;
67 for (cf = allcf; cf != NULL; cf = cf->cf_next)
68 if (cf->cf_root != NULL && mkoneswap(cf))
87 mkoneswap(struct config *cf)
93 (void)snprintf(fname, sizeof fname, "swap%s.c", cf->cf_name);
102 nv = cf->cf_root;
106 nv = cf->cf_dump;
112 for (nv = cf->cf_swap; nv != NULL; nv = nv->nv_next)
119 cf->cf_root->nv_str == s_nfs ? "nfs_mountroot" : "dk_mountroot";