Lines Matching refs:da
63 static descriptor_t **desc_array_to_ptr_array(dm_descriptor_t *da, int *errp);
1204 descriptor_t **da;
1209 da = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
1210 if (da == NULL) {
1216 da[i] = (descriptor_t *)(uintptr_t)descs[i];
1221 return (da);
1235 dm_descriptor_t *da;
1244 da = (dm_descriptor_t *)calloc(cnt + 1, sizeof (dm_descriptor_t));
1245 if (da == NULL) {
1251 da[i] = (uintptr_t)ptrs[i];
1256 return (da);