Searched refs:cf_root (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.bin/config/ |
| H A D | mkswap.c | 112 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 D | sem.c | 1068 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 D | gram.y | 913 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 D | defs.h | 140 struct nvlist *cf_root; /* "root on ra0a" */ member
|
| H A D | main.c | 1516 if (cf->cf_root != NULL) { /* i.e., not root on ? */ in crosscheck() 1517 errs += cfcrosscheck(cf, "root", cf->cf_root); in crosscheck()
|