Searched defs:nwr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c1752 uint_t nwr = 0, ix, jx; local
1812 nwr = spool->pool_nfree - jx;
1817 "bufs (BP %p) to re-send: %d", sp, bp, nwr);
1823 while (nwr) {
1824 jx = (nwr > 100) ? 100 : nwr;
1849 nwr -= jx;
1854 if (nwr != 0) {
1873 rds_free_send_buf(ep, tmp, endp, nwr, B_FALSE);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c940 off_t nrd, nwr, n, r_off = 0, w_off = 0; local
959 nwr = 0;
961 if ((n = write(dstfd, &buf[nwr], nrd - nwr)) < 0) {
973 nwr += n;
976 } while (nwr < nrd);

Completed in 80 milliseconds