Searched defs:read_bytes (Results 1 - 7 of 7) sorted by relevance

/illumos-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,
/illumos-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);
/illumos-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);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c342 read_bytes(http_handle_t handle, char *buffer, size_t cnt) function
447 if (read_bytes(handle, (char *)sdigest, digest_size) != 0) {
851 if (read_bytes(handle, buffer, cnt) != 0) {
1304 if (read_bytes(handle, (char *)iv, block_size) != 0) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h79 kstat_named_t read_bytes; member in struct:vopstats
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h78 kstat_named_t read_bytes; member in struct:vopstats
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2278 read_bytes(int ifd, char *buf, size_t bytes, size_t rdblocksz, function
2374 sz = read_bytes(ifd, buf, wrblocksz, rdblocksz, data_in_info);
2634 * read_bytes() won't fail, and won't return if error occurs in
2637 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info);

Completed in 104 milliseconds