HomeSort by: relevance | last modified time | path
    Searched refs:nv1 (Results 1 - 3 of 3) 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);
util.c 233 nvcat(struct nvlist *nv1, struct nvlist *nv2)
237 if (nv1 == NULL)
240 for (nv = nv1; nv->nv_next != NULL; nv = nv->nv_next);
243 return nv1;
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