Lines Matching defs:array
155 * linked list of arrays. Each array represents a bunch
161 cfga_list_data_t *array;
1651 * Cycle through the array of names to find the library.
2306 * Coalesce stat and list data into single array
2330 * allocate the array
2339 * copy all the stat elements (if any) into the array
2352 * copy all the list elements (if any) into the array
2362 cldp[i] = alp->array[j];
2413 * allocate the array if caller does not supply one.
2426 * copy the stat elements into the array
2840 * allocate array list
2847 alp->array = NULL;
2855 libloc_p->ap_physical, &alp->array, &alp->nelem, lstatp->opts, NULL,
2872 clog = (alp->array[0]).ap_log_id[0];
2873 cphys = (alp->array[0]).ap_phys_id[0];
2876 (void) snprintf((alp->array[0]).ap_log_id,
2877 sizeof ((alp->array[0]).ap_log_id), "%s",
2882 (void) snprintf((alp->array[0]).ap_phys_id,
2883 sizeof ((alp->array[0]).ap_phys_id), "%s",
2896 (void) snprintf((alp->array[i]).ap_class,
2897 sizeof ((alp->array[i]).ap_class), "%s", class);
3197 S_FREE(ap->array);