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

/freebsd-current/usr.bin/tcopy/
H A Dtcopy.c49 #define MAXREC (64 * 1024) macro
52 static int filen, guesslen, maxblk = MAXREC;
/freebsd-current/sys/dev/firewire/
H A Dfirewire.h72 #define MAXREC(x) (2 << (x)) macro
73 #define FWPMAX_S400 (2048 + 20) /* MAXREC plus space for control data */
H A Dfwohci.c536 linkspeed[speed], MAXREC(max_rec));
542 MAXREC(max_rec), MAXREC(sc->fc.maxrec));
H A Dfirewire.c222 if (xfer->send.pay_len > MAXREC(fc->maxrec)) {

Completed in 166 milliseconds