Searched refs:nv_name (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/config/ |
H A D | mkheaders.c | 92 (void)snprintf(fname, sizeof fname, "%s.h", head->nv_name); in emitcnt() 100 strcmp(nam, cntname(nv->nv_name)) != 0 || in emitcnt() 115 cntname(nv->nv_name), nv->nv_int) < 0) in emitcnt() 142 option->nv_name, option->nv_str); in emitopt() 146 option->nv_name); in emitopt() 157 snprintf(fname, sizeof fname, "opt_%s.h", nv->nv_name); in emitopt()
|
H A D | mkmakefile.c | 211 expand = expandname(nv->nv_name); in srcpath() 212 source = sourcepath(expand ? expand : nv->nv_name); in srcpath() 215 nv->nv_name = intern(expand); in srcpath() 237 return (nv->nv_name); in srcpath() 250 if (ht_lookup(defopttab, nv->nv_name) != NULL) in emitdefs() 252 if (fprintf(fp, "%s-D%s", sp, nv->nv_name) < 0) in emitdefs() 270 if (fprintf(fp, "%s=%s\n", nv->nv_name, nv->nv_str) < 0) in emitdefs()
|
H A D | files.c | 113 path = nv->nv_name; in addfile() 136 nvpath->nv_name, tail); in addfile() 288 fi->fi_base, fi->fi_nvpath->nv_name); in fixfiles() 291 ofi->fi_nvpath->nv_name); in fixfiles() 401 return ((*fn)(expr->nv_name, context)); in expr_eval() 470 printf(" %s", e->nv_name); in pr0()
|
H A D | sem.c | 392 if (nv->nv_name == NULL) in defdevattach() 395 nv->nv_ptr = a = getattr(nv->nv_name); in defdevattach() 591 nv->nv_name = dev->d_name; in resolve() 1117 if (n->nv_name == m->nv_name) { in fixloc() 1124 mp = extend(missing, sizeof(missing), mp, m->nv_name); in fixloc() 1142 n->nv_name); in fixloc() 1146 ep = extend(extra, sizeof(extra), ep, n->nv_name); in fixloc()
|
H A D | main.c | 582 if (nv->nv_name == NULL) in cfcrosscheck() 584 dev = ht_lookup(devbasetab, nv->nv_name); in cfcrosscheck() 586 panic("cfcrosscheck(%s)", nv->nv_name); in cfcrosscheck() 777 newopts[i].name = nv->nv_name; in optiondelta()
|
H A D | mkioconf.c | 251 addlocnami(addlocname(nv->nv_name)); in emitlocnames() 345 nv->nv_name, i->i_locs[v]) < 0) in emitcfdata()
|
H A D | util.c | 122 nv->nv_name = (char *)name; in newnv()
|
H A D | config.h | 69 const char *nv_name; member
|