Home
last modified time | relevance | path

Searched refs:nv_ptr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/config/
H A Dsem.c123 remove_devi(nv->nv_ptr); in devcleanup()
711 nv->nv_ptr = a = NULL; /* at root */ in defdevattach()
713 nv->nv_ptr = a = getattr(nv->nv_name); in defdevattach()
992 if (nv->nv_ptr != NULL && strcmp(nv->nv_ptr, "spec") == 0) in resolve()
1400 if (nv->nv_next && nv->nv_next->nv_ptr == i) { in remove_pspec()
1406 if (nv->nv_ptr == i) { in remove_pspec()
1613 d = nv->nv_ptr; in deldeva()
2209 if (nv->nv_ptr == ptr) in onlist()
H A Dlint.c175 do_emit_instances(nv1->nv_ptr, a); in do_emit_instances()
H A Dmkmakefile.c670 cond = nv->nv_ptr; in emitappmkoptions()
674 nv->nv_ptr = NULL; in emitappmkoptions()
H A Dfiles.c626 if (e->nv_ptr) in pr0()
627 pr0(e->nv_ptr); in pr0()
H A Dutil.c201 nv->nv_ptr = ptr; in newnv()
H A Dmain.c637 do_depends(fs->nv_ptr); in dependopts_one()
841 /* Use nv_ptr to link any other options that are implied. */ in add_fs_dependencies()
842 nv->nv_ptr = deps; in add_fs_dependencies()
2118 do_kill_orphans(nv1->nv_ptr, a, d, active); in do_kill_orphans()
H A Ddefs.h125 void *nv_ptr; member