HomeSort by: relevance | last modified time | path
    Searched defs:nv1 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
lint.c 129 struct nvlist *nv1; local in function:do_emit_instances
174 for (nv1 = a->a_devs; nv1 != NULL; nv1 = nv1->nv_next)
175 do_emit_instances(nv1->nv_ptr, a);
main.c 2009 struct nvlist *nv1; local in function:do_kill_orphans
2117 for (nv1 = a->a_devs; nv1 != NULL; nv1 = nv1->nv_next) {
2118 do_kill_orphans(nv1->nv_ptr, a, d, active);

Completed in 12 milliseconds