Home | History | Annotate | Download | only in sys

Lines Matching defs:buflen

835 	int buflen = (int)buflen_u;
856 while (buflen > 0) {
859 len = MIN(SD_PAGE, buflen);
862 if (buflen > sd->client_block_size[func])
881 len = MIN(sd->client_block_size[func], buflen);
900 buflen -= len;