Searched refs:out_array (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 105 static void arg_got_resp(ap_arg_t *inp, ap_out_t *out_array, int nouts, 1657 ap_out_t *out_array = NULL; local 1747 out_array = config_calloc_check(nlist, sizeof (*out_array)); 1748 if (out_array == NULL) { 1756 out_array[i].ldatap = &statlist[i]; 1757 out_array[i].req = 0; 1764 arg_got_resp(&arg_array[i], out_array, nlist, dyn_exp); 1775 out_was_req(&out_array[i], arg_array, napids_to_list, 0); 1776 if (out_array[ 1868 arg_got_resp(ap_arg_t *inp, ap_out_t *out_array, int nouts, int dyn_exp) argument [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 483 ap_out_t *out_array = NULL; local 498 out_array = config_calloc_check(nlist, sizeof (*out_array)); 499 if (out_array == NULL) { 505 out_array[index].ldatap = &list_array[index]; 506 out_array[index].req = 0; 510 if ((cp = strstr(out_array[index].ldatap->ap_phys_id, 513 = out_array[index].ldatap->ap_o_state; 515 = out_array[index].ldatap->ap_cond; 521 S_FREE(out_array); [all...] |
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 66 uint64_t *in_array, *out_array; local 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, minf [all...] |
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 732 descriptor_t **out_array; local 748 out_array = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t)); 749 if (out_array == NULL) { 758 out_array[pos++] = cache_get_desc(DM_ALIAS, diskp, 761 cache_free_descriptors(out_array); 769 out_array[pos] = NULL; 771 return (out_array);
|
Completed in 1030 milliseconds