Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/config/
H A Dmkswap.c112 nv = cf->cf_root; in mkoneswap()
113 if (cf->cf_root->nv_str == s_qmark) in mkoneswap()
117 cf->cf_root->nv_str); in mkoneswap()
H A Dsem.c1068 if (cf->cf_root == NULL) { in addconf()
1072 if (cf->cf_root && cf->cf_root->nv_str != s_qmark) { in addconf()
1074 nv = cf->cf_root; in addconf()
1075 if (resolve(&cf->cf_root, name, "root", nv, 'a')) in addconf()
1104 nvfreel(cf0->cf_root); in addconf()
H A Dgram.y913 conf.cf_root = NULL;
920 ROOT on_opt dev_spec { setconf(&conf.cf_root, "root", $3); }
921 | ROOT on_opt dev_spec fs_spec { setconf(&conf.cf_root, "root", $3); }
H A Ddefs.h140 struct nvlist *cf_root; /* "root on ra0a" */ member
H A Dmain.c1516 if (cf->cf_root != NULL) { /* i.e., not root on ? */ in crosscheck()
1517 errs += cfcrosscheck(cf, "root", cf->cf_root); in crosscheck()