Home | History | Annotate | Download | only in dmapi

Lines Matching defs:totlen

4190 		size_t totlen;
4207 for (i = 0, len = 0, totlen = 0; i < NUM_ATTRS && rc == 0; i++) {
4216 totlen += DWALIGN(len + sizeof(dm_attrlist_t));
4221 if ((totbuf = malloc(totlen)) == NULL) {
4236 totlen, totbuf, &rlen);
4240 if (rlen == totlen) {