Lines Matching refs:out_array
66 uint64_t *in_array, *out_array;
162 * allocate buffer out_array which holds the results and will have
166 out_array = kmem_alloc(out_size, KM_SLEEP);
182 out_array[i] = lgrp->lgrp_id;
185 out_array[i] = NULL;
216 out_array[out_idx + j] = paddr;
227 out_array[out_idx + j] =
242 out_array[out_idx + j] =
257 out_array[out_idx + j] = 0;
293 if ((copyout(out_array, minfo.mi_outdata, out_size) != 0) ||
298 kmem_free(out_array, out_size);