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

/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c655 int i, amtread; local
661 amtread = read(fdin, buf, sizeof (buf));
662 if (amtread == 0)
664 if (amtread < 0)
668 MD5Update(&ctx, buf, amtread);
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c736 int amtread; local
744 while ((amtread = read(ds_fd, readbuf, BLK_SIZE)) != 0) {
745 if (BIO_write(bio, readbuf, amtread) != amtread) {

Completed in 59 milliseconds