Home | History | Annotate | Download | only in clvmd

Lines Matching defs:rarray

198 	lvm_response_t *rarray;
239 rarray = *response;
245 strcpy(rarray[i].node, inptr);
248 memcpy(&rarray[i].status, inptr, sizeof(int));
251 rarray[i].response = dm_malloc(strlen(inptr) + 1);
252 if (rarray[i].response == NULL) {
256 dm_free(rarray[i].response);
263 strcpy(rarray[i].response, inptr);
264 rarray[i].len = strlen(inptr);
269 *response = rarray;