Home | History | Annotate | Download | only in locking

Lines Matching defs:rarray

211 	lvm_response_t *rarray;
251 rarray = *response;
257 strcpy(rarray[i].node, inptr);
260 memcpy(&rarray[i].status, inptr, sizeof(int));
263 rarray[i].response = dm_malloc(strlen(inptr) + 1);
264 if (rarray[i].response == NULL) {
268 dm_free(rarray[i].response);
275 strcpy(rarray[i].response, inptr);
276 rarray[i].len = strlen(inptr);
281 *response = rarray;