Home | History | Annotate | Download | only in raidframe

Lines Matching defs:retval

47 	RF_RowCol_t **retval, i;
49 retval = RF_MallocAndAdd(b * sizeof(*retval), allocList);
51 retval[i] = RF_MallocAndAdd(k * sizeof(*retval[i]), allocList);
53 return (retval);
73 RF_RowCol_t *retval;
75 retval = RF_MallocAndAdd(c * sizeof(*retval), allocList);
76 return (retval);