Searched defs:totalen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c2209 int totalen = 0; variable
2219 totalen = 0;
2224 totalen += len;
2225 avelen = totalen / lencalls;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8558 int totalen; /* total buffer length */ local
8614 totalen = ROUNDTOTBLOCK(len);
8615 bufhead = e_zalloc(E_EXIT, totalen);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7596 int totalen; /* total buffer length */ local
7652 totalen = ROUNDTOTBLOCK(len);
7654 if ((bufhead = calloc(1, totalen)) == NULL) {

Completed in 82 milliseconds