tn 490 dev/usb/ugen.c u_int32_t n, tn;
tn 566 dev/usb/ugen.c tn = n;
tn 571 dev/usb/ugen.c sce->timeout, buf, &tn, "ugenrb");
tn 581 dev/usb/ugen.c DPRINTFN(1, ("ugenread: got %d bytes\n", tn));
tn 582 dev/usb/ugen.c error = uiomove(buf, tn, uio);
tn 583 dev/usb/ugen.c if (error || tn < n)
tn 331 dev/usb/urio.c u_int32_t n, tn;
tn 354 dev/usb/urio.c tn = n;
tn 356 dev/usb/urio.c URIO_RW_TIMEOUT, bufp, &tn, "uriors");
tn 367 dev/usb/urio.c DPRINTFN(1, ("urioread: got %d bytes\n", tn));
tn 369 dev/usb/urio.c error = uiomove(bufp, tn, uio);
tn 370 dev/usb/urio.c if (error || tn < n)
tn 470 dev/usb/uscanner.c u_int32_t n, tn;
tn 481 dev/usb/uscanner.c tn = n;
tn 486 dev/usb/uscanner.c sc->sc_bulkin_buffer, &tn,
tn 497 dev/usb/uscanner.c DPRINTFN(1, ("uscannerread: got %d bytes\n", tn));
tn 498 dev/usb/uscanner.c error = uiomove(sc->sc_bulkin_buffer, tn, uio);
tn 499 dev/usb/uscanner.c if (error || tn < n)