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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c302 size_t thisread; local
308 thisread = kmdb_prom_drain_readbuf(c, len);
309 len -= thisread;
310 totread += thisread;
311 c += thisread;
323 if (len == 0 || thisread == 0)

Completed in 221 milliseconds