Home | History | Annotate | Download | only in usb

Lines Matching defs:tn

852 	uint32_t n, tn;
978 tn = n;
981 sce->timeout, sc->sc_buffer, &tn);
991 DPRINTFN(1, "got %jd bytes", tn, 0, 0, 0);
992 error = uiomove(sc->sc_buffer, tn, uio);
993 if (error || tn < n)
1064 uint32_t tn;
1133 tn = uimin(n, sce->limit - sce->cur);
1134 memcpy(dbuf, sce->cur, tn);
1135 dbuf += tn;
1136 if (n - tn > 0)
1138 n - tn);