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

/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwdv.c90 #define TNBUF 100 /* XXX too large value causes block noise */ macro
91 #define NEMPTY 10 /* depends on TNBUF */
266 struct iovec wbuf[TNBUF*2 + NEMPTY];
268 u_int32_t iso_data, iso_empty, hdr[TNBUF + NEMPTY][3];
277 pbuf = malloc(DSIZE * TNBUF);
314 for (i = 1; i < TNBUF; i++)
327 while (tlen < DSIZE * TNBUF) {
328 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);

Completed in 42 milliseconds