Home
last modified time | relevance | path

Searched refs:totread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dsplitfs.c196 size_t totread; in splitfs_read() local
200 totread = 0; in splitfs_read()
202 nread = read(sf->curfd, buf, size - totread); in splitfs_read()
210 totread += nread; in splitfs_read()
213 if (totread < size) { /* EOF */ in splitfs_read()
226 } while (totread < size); in splitfs_read()
229 *resid = size - totread; in splitfs_read()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c301 size_t totread = 0; in kmdb_prom_read() local
310 totread += thisread; in kmdb_prom_read()
314 if (totread == 0) in kmdb_prom_read()
331 for (i = 0; i < totread; i++) { in kmdb_prom_read()
338 (void) kmdb_prom_write(buf, totread, tio); in kmdb_prom_read()
340 return (totread); in kmdb_prom_read()