/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);
|
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);
|
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);
|
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);
|
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);
|