Lines Matching defs:bytes1
5014 int bytes1;
5017 bytes1 = auring_get_contig_used(usrbuf);
5018 KASSERTMSG(bytes1 % framesize == 0,
5019 "bytes1=%d framesize=%d", bytes1, framesize);
5022 bytes1);
5023 auring_push(input, bytes1 / framesize);
5024 auring_take(usrbuf, bytes1);
5026 bytes2 = bytes - bytes1;
5172 int bytes1;
5175 bytes1 = auring_get_contig_free(usrbuf);
5176 KASSERTMSG(bytes1 % framesize == 0,
5177 "bytes1=%d framesize=%d", bytes1, framesize);
5180 bytes1);
5181 auring_push(usrbuf, bytes1);
5182 auring_take(outbuf, bytes1 / framesize);
5184 bytes2 = bytes - bytes1;