HomeSort by: relevance | last modified time | path
    Searched defs:tleft (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
net.c 91 saseconds_t tmo, tleft; local in function:sendrecv
100 tleft = 0;
103 if (tleft <= 0) {
110 tleft = tmo;
119 tleft = 0;
130 cc = (*rproc)(d, rbuf, rsize, tleft);
137 tleft -= t - tlast;
net.c 91 saseconds_t tmo, tleft; local in function:sendrecv
100 tleft = 0;
103 if (tleft <= 0) {
110 tleft = tmo;
119 tleft = 0;
130 cc = (*rproc)(d, rbuf, rsize, tleft);
137 tleft -= t - tlast;

Completed in 22 milliseconds