Home
last modified time | relevance | path

Searched refs: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; in kmdb_prom_read() local
308 thisread = kmdb_prom_drain_readbuf(c, len); in kmdb_prom_read()
309 len -= thisread; in kmdb_prom_read()
310 totread += thisread; in kmdb_prom_read()
311 c += thisread; in kmdb_prom_read()
323 if (len == 0 || thisread == 0) in kmdb_prom_read()