Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/config.new/
H A Dmkswap.c37 if (cf->cf_root != NULL && mkoneswap(cf)) in mkswap()
62 nv = cf->cf_root;
H A Dmkmakefile.c230 if (cf->cf_root == NULL)
311 swname = cf->cf_root != NULL ? cf->cf_name : "generic";
326 if (cf->cf_root != NULL) {
H A Dgram.y277 conf.cf_root = NULL;
286 ROOT on_opt dev_spec = { setconf(&conf.cf_root, "root", $3); } |
H A Dmain.c393 if (cf->cf_root != NULL) { /* i.e., not swap generic */ in crosscheck()
394 errs += cfcrosscheck(cf, "root", cf->cf_root); in crosscheck()
H A Dconfig.h42 struct nvlist *cf_root; /* "root on ra0a" */ member
H A Dsem.c515 if (exclude(cf->cf_root, name, "root device") |
520 nv = cf->cf_root;
525 if (resolve(&cf->cf_root, name, "root", nv, 'a') |
534 nvfreel(cf0->cf_root);