Searched refs:read_bytes (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c1021 read_bytes(byte_buffer *b, unsigned char *return_buffer, int bytes_to_read) function
1053 if ( (i = read_bytes( sb, &xbyte, 1 )) != 1 ) {
1064 if ( read_bytes( sb, &xbyte, 1 ) != 1 )
1149 if ( read_bytes( &sb, &lc, 1 ) != 1 ) {
1157 if ( read_bytes( &sb, (unsigned char *)&netlen + diff,
1196 if ( (rc = read_bytes( &sb, (unsigned char *)ber->ber_rwptr,
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c877 size_t read_bytes, zero_bytes; local
1022 read_bytes = sec->size - zero_bytes;
1023 if ((read_bytes > 0) &&
1025 read_bytes, ELF_T_BYTE) == 0)) {
1030 bzero(read_bytes + (char *)sec->data->d_buf, zero_bytes);
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c343 read_bytes(http_handle_t handle, char *buffer, size_t cnt) function
448 if (read_bytes(handle, (char *)sdigest, digest_size) != 0) {
852 if (read_bytes(handle, buffer, cnt) != 0) {
1305 if (read_bytes(handle, (char *)iv, block_size) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c249 readthruput = DELTA(read_bytes);
285 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(read_bytes), ' ', buf);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c131 fmd_stat_t read_bytes; member in struct:etm_stats
153 { "read_bytes", FMD_TYPE_UINT64, "Bytes read" },
794 ADDSTAT(Etm_stats.read_bytes.fmds_value.ui64, buflen);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvnode.h77 kstat_named_t read_bytes; member in struct:vopstats
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvnode.c445 kstat_named_init(&vsp->read_bytes, "read_bytes", KSTAT_DATA_UINT64);
3230 read_bytes, (resid_start - uiop->uio_resid));
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c2273 read_bytes(int ifd, char *buf, size_t bytes, size_t rdblocksz, function
2369 sz = read_bytes(ifd, buf, wrblocksz, rdblocksz, data_in_info);
2629 * read_bytes() won't fail, and won't return if error occurs in
2632 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info);

Completed in 271 milliseconds