Searched refs:DSIZE (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/fwcontrol/
H A Dfwdv.c93 #define DSIZE 480 macro
126 pad = malloc(DSIZE*MAXBLOCKS);
127 memset(pad, 0xff, DSIZE*MAXBLOCKS);
229 npad *= DSIZE;
246 wbuf[vec++].iov_len = DSIZE;
285 pbuf = malloc(DSIZE * TNBUF);
305 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
335 while (tlen < DSIZE * TNBUF) {
336 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
352 dv = (struct dvdbc *)(pbuf + offset * DSIZE);
[all...]

Completed in 36 milliseconds