Searched refs:nv_ptr (Results 1 – 7 of 7) sorted by relevance
123 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()
175 do_emit_instances(nv1->nv_ptr, a); in do_emit_instances()
670 cond = nv->nv_ptr; in emitappmkoptions() 674 nv->nv_ptr = NULL; in emitappmkoptions()
626 if (e->nv_ptr) in pr0()627 pr0(e->nv_ptr); in pr0()
201 nv->nv_ptr = ptr; in newnv()
637 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()
125 void *nv_ptr; member