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

/freebsd-10.1-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c149 #define RBUFSIZE (PSIZE * NPACKET_R) macro
172 buf = malloc(RBUFSIZE);
191 len = tlen = read(d, buf, RBUFSIZE);
H A Dfwdv.c90 #define RBUFSIZE (PSIZE * NPACKET_R) macro
115 buf = malloc(RBUFSIZE);
140 /* RBUFSIZE - tlen */)) > 0) {
151 if ((RBUFSIZE - tlen) < PSIZE)
155 tlen = len = read(d, buf, RBUFSIZE);

Completed in 148 milliseconds