Lines Matching refs:DSIZE
79 #define DSIZE 480 macro
112 pad = malloc(DSIZE*MAXBLOCKS); in dvrecv()
113 memset(pad, 0xff, DSIZE*MAXBLOCKS); in dvrecv()
215 npad *= DSIZE; in dvrecv()
232 wbuf[vec++].iov_len = DSIZE; in dvrecv()
271 pbuf = malloc(DSIZE * TNBUF); in dvsend()
291 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()
321 while (tlen < DSIZE * TNBUF) { in dvsend()
322 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen); in dvsend()
338 dv = (struct dvdbc *)(pbuf + offset * DSIZE); in dvsend()
390 wbuf[vec++].iov_len = DSIZE; in dvsend()
394 if (offset * DSIZE < tlen) in dvsend()