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

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkswap.c109 nv = cf->cf_root;
110 if (cf->cf_root->nv_str == s_qmark)
114 cf->cf_root->nv_str);
H A Dsem.c816 if (cf->cf_root == NULL) {
820 if (cf->cf_root && cf->cf_root->nv_str != s_qmark) {
822 nv = cf->cf_root;
823 if (resolve(&cf->cf_root, name, "root", nv, 'a'))
852 nvfreel(cf0->cf_root);
H A Dgram.y556 conf.cf_root = NULL;
561 { setconf(&conf.cf_root, "root", $3); };
H A Ddefs.h134 struct nvlist *cf_root; /* "root on ra0a" */ member in struct:config
H A Dmkmakefile.c527 cf->cf_root != NULL ? cf->cf_name : "generic";
H A Dmain.c1130 if (cf->cf_root != NULL) { /* i.e., not root on ? */
1131 errs += cfcrosscheck(cf, "root", cf->cf_root);

Completed in 78 milliseconds