Lines Matching refs:calloc
339 cur.time = calloc(ndrive, sizeof(struct timeval));
340 cur.wait = calloc(ndrive, sizeof(struct timeval));
341 cur.waitsum = calloc(ndrive, sizeof(struct timeval));
342 cur.busysum = calloc(ndrive, sizeof(struct timeval));
343 cur.timestamp = calloc(ndrive, sizeof(struct timeval));
344 cur.rxfer = calloc(ndrive, sizeof(u_int64_t));
345 cur.wxfer = calloc(ndrive, sizeof(u_int64_t));
346 cur.seek = calloc(ndrive, sizeof(u_int64_t));
347 cur.rbytes = calloc(ndrive, sizeof(u_int64_t));
348 cur.wbytes = calloc(ndrive, sizeof(u_int64_t));
349 cur.scale = calloc(ndrive, sizeof(int));
350 last.time = calloc(ndrive, sizeof(struct timeval));
351 last.wait = calloc(ndrive, sizeof(struct timeval));
352 last.waitsum = calloc(ndrive, sizeof(struct timeval));
353 last.busysum = calloc(ndrive, sizeof(struct timeval));
354 last.timestamp = calloc(ndrive, sizeof(struct timeval));
355 last.rxfer = calloc(ndrive, sizeof(u_int64_t));
356 last.wxfer = calloc(ndrive, sizeof(u_int64_t));
357 last.seek = calloc(ndrive, sizeof(u_int64_t));
358 last.rbytes = calloc(ndrive, sizeof(u_int64_t));
359 last.wbytes = calloc(ndrive, sizeof(u_int64_t));
360 cur.select = calloc(ndrive, sizeof(int));
361 cur.name = calloc(ndrive, sizeof(char *));