Lines Matching defs:bytes1
5013 int bytes1;
5016 bytes1 = auring_get_contig_used(usrbuf);
5017 KASSERTMSG(bytes1 % framesize == 0,
5018 "bytes1=%d framesize=%d", bytes1, framesize);
5021 bytes1);
5022 auring_push(input, bytes1 / framesize);
5023 auring_take(usrbuf, bytes1);
5025 bytes2 = bytes - bytes1;
5171 int bytes1;
5174 bytes1 = auring_get_contig_free(usrbuf);
5175 KASSERTMSG(bytes1 % framesize == 0,
5176 "bytes1=%d framesize=%d", bytes1, framesize);
5179 bytes1);
5180 auring_push(usrbuf, bytes1);
5181 auring_take(outbuf, bytes1 / framesize);
5183 bytes2 = bytes - bytes1;