Home | History | Annotate | Download | only in usb

Lines Matching defs:nonblocking

658  * This should respect nonblocking I/O status.
676 int error = 0, nonblocking, timeout;
686 nonblocking = 1;
688 nonblocking = 0;
690 if (nonblocking)
695 DPRINTFN(3, ("ulptread nonblocking=%d uio_reside=%ld timeout=%d\n",
696 nonblocking, (u_long)uio->uio_resid, timeout));
713 DPRINTFN(4, ("ulptread: transfer %d bytes, nonblocking=%d timeout=%d\n",
714 n, nonblocking, timeout));
736 if (nonblocking == 0) {
790 * even if we aren't in nonblocking mode.
802 * whether we are in nonblocking mode. XXX Reconsider