Searched refs:a_locs (Results 1 – 3 of 3) sorted by relevance
255 nv = a->a_locs; in emitlocnames()257 for (nv = a->a_locs, v = 0; nv != NULL; in emitlocnames()285 nv = a->a_locs; in emitlocnames()286 for (nv = a->a_locs, v = 0; nv != NULL; nv = nv->nv_next, v++) in emitlocnames()368 nv = a->a_locs; in emitcfdata()369 for (nv = a->a_locs, v = 0; nv != NULL; nv = nv->nv_next, v++) in emitcfdata()
197 a->a_locs = locs->nv_next; in defattr()201 a->a_locs = NULL; in defattr()204 for (nv = a->a_locs; nv != NULL; nv = nv->nv_next) in defattr()1108 for (ord = 0, m = attr->a_locs; m != NULL; m = m->nv_next, ord++) { in fixloc()
113 struct nvlist *a_locs; /* locators required */ member