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

/illumos-gate/usr/src/cmd/last/
H A Dlast.c131 long maxrec = 0x7fffffffL; local
156 maxrec = atoi(argv[i]+1);
204 maxrec = atoi(arg);
379 if (++outrec >= maxrec)
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c243 sc->maxrec = sc->speed + 8;
244 if (max_rec != sc->maxrec) {
245 reg2 = (reg2 & 0xffff0fff) | (sc->maxrec << 12);
247 MAXREC(max_rec), MAXREC(sc->maxrec));
H A Dfwohci.h56 int maxrec; member in struct:fwohci_softc
H A Dfirewire.c234 src->businfo.max_rec = sc->maxrec;

Completed in 542 milliseconds