Searched refs:nv_next (Results 1 – 10 of 10) sorted by relevance
616 for (nv = options; nv != NULL; nv = nv->nv_next) { in dependopts() 620 for (nv = fsoptions; nv != NULL; nv = nv->nv_next) { in dependopts() 648 for (opt = nv; opt != NULL; opt = opt->nv_next) { in do_depends() 794 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in mksymlinks() 816 for (dep = deps; dep != NULL; dep = dep->nv_next) { in check_dependencies() 865 for (nv = fses; nv != NULL; nv = nv->nv_next) { in deffilesystem() 1282 nextappmkopt = &nv->nv_next; in appendmkoption() 1295 nextcndmkopt = &nv->nv_next; in appendcondmkoption() 1320 for (nv = mkoptions; nv != NULL; nv = nv->nv_next) { in fixmkoption() 1365 *next = &nv->nv_next; in do_option() [all...]
198 nv->nv_next = next; in newnv() 227 next = nv->nv_next; in nvfreel() 240 for (nv = nv1; nv->nv_next != NULL; nv = nv->nv_next); in nvcat() 242 nv->nv_next = nv2; in nvcat()
283 for (nv = options; nv != NULL; nv = nv->nv_next) { in emitdefs() 310 for (nv = mkoptions; nv != NULL; nv = nv->nv_next) in emitdefs() 317 for (nv = options; nv != NULL; nv = nv->nv_next) { in emitdefs() 666 for (nv = appmkoptions; nv != NULL; nv = nv->nv_next) in emitappmkoptions() 669 for (nv = condmkoptions; nv != NULL; nv = nv->nv_next) { in emitappmkoptions()
122 for (nv = stack; nv != NULL; nv = nv->nv_next) in devcleanup() 709 for (nv = atlist; nv != NULL; nv = nv->nv_next) { in defdevattach() 1399 for (nv = p->p_devs; nv->nv_next != NULL; nv = nv->nv_next) { in remove_pspec() 1400 if (nv->nv_next && nv->nv_next->nv_ptr == i) { in remove_pspec() 1401 onv = nv->nv_next; in remove_pspec() 1402 nv->nv_next = onv->nv_next; in remove_pspec() 1408 p->p_devs = nv->nv_next; in remove_pspec() [all...]
520 *p = &nv->nv_next; in fixcount()539 *p = &nv->nv_next; in fixfsel()628 pr0(e->nv_next); in pr0()
174 for (nv1 = a->a_devs; nv1 != NULL; nv1 = nv1->nv_next) in do_emit_instances()
193 while ((nv = nv->nv_next) != NULL) { in emitconv()
183 for (nv = head; nv != NULL; nv = nv->nv_next) in emitcnt()
1346 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in setmachine()1365 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in setmachine()
122 struct nvlist *nv_next; member