Searched refs:thisread (Results 1 – 1 of 1) sorted by relevance
302 size_t thisread; in kmdb_prom_read() local308 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()