Lines Matching refs:cf
68 struct config *cf;
70 TAILQ_FOREACH(cf, &allcf, cf_next) {
71 if (mkoneswap(cf))
91 mkoneswap(struct config *cf)
98 (void)snprintf(fname, sizeof(fname), "swap%s.c", cf->cf_name);
99 (void)snprintf(tname, sizeof(tname), "swap%s.c.tmp", cf->cf_name);
112 nv = cf->cf_root;
113 if (cf->cf_root->nv_str == s_qmark)
117 cf->cf_root->nv_str);
126 nv = cf->cf_dump;
127 if (cf->cf_dump == NULL)
130 snprintf(specinfo, sizeof(specinfo), "\"%s\"", cf->cf_dump->nv_str);
140 cf->cf_fstype ? cf->cf_fstype : "?");