Searched refs:nread (Results 26 - 32 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c4183 int nread; local
4193 nread = read(fd, (void *)&theRec, 4);
4194 if (nread != 4) {
4207 nread = read(fd, (void *)&theRec.data[0], ((reclen*2) +1));
4208 if (nread != ((reclen*2) +1)) {
4219 nread = read(fd, (void *)&theRec, 4);
4220 if (nread != 4) {
4233 nread = read(fd, (void *)&theRec.data[0], ((reclen*2) +1));
4234 if (nread != ((reclen*2) +1)) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c415 int nread, e; local
423 nread = read(data->file, data->buf, sizeof(data->buf));
425 if (nread < 0)
427 if (nread == 0)
430 data->valid_bytes = nread;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c677 long nread, total = 0; local
720 nread = read(fd, buf+total, amount_to_read - total);
721 if (nread < 0) {
727 total += nread;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3874 int nread; local
3947 nread = read(random_fd, buf, secKeyLen);
3948 if (nread <= 0 || nread != secKeyLen) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1017 SAVE_UINT64(self, kiop, nread);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1120 if (update_stat64(stats, DM_NBYTESREAD, kiop->nread) != 0) {
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c493 int nread = 0; local
496 nread = read(fd, ret, NONCE_SIZE);
499 if (nread != NONCE_SIZE)

Completed in 71 milliseconds

12