HomeSort by: relevance | last modified time | path
    Searched refs:cf_root (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/config/
mkswap.c 112 nv = cf->cf_root;
113 if (cf->cf_root->nv_str == s_qmark)
117 cf->cf_root->nv_str);
sem.c 1068 if (cf->cf_root == NULL) {
1072 if (cf->cf_root && cf->cf_root->nv_str != s_qmark) {
1074 nv = cf->cf_root;
1075 if (resolve(&cf->cf_root, name, "root", nv, 'a'))
1104 nvfreel(cf0->cf_root);
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); }
defs.h 140 struct nvlist *cf_root; /* "root on ra0a" */ member in struct:config
main.c 1516 if (cf->cf_root != NULL) { /* i.e., not root on ? */
1517 errs += cfcrosscheck(cf, "root", cf->cf_root);

Completed in 20 milliseconds