Home
last modified time | relevance | path

Searched refs:read_bytes (Results 1 – 15 of 15) 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) in read_bytes() function
1053 if ( (i = read_bytes( sb, &xbyte, 1 )) != 1 ) { in get_buffer_tag()
1064 if ( read_bytes( sb, &xbyte, 1 ) != 1 ) in get_buffer_tag()
1149 if ( read_bytes( &sb, &lc, 1 ) != 1 ) { in ber_get_next_buffer_ext()
1157 if ( read_bytes( &sb, (unsigned char *)&netlen + diff, in ber_get_next_buffer_ext()
1196 if ( (rc = read_bytes( &sb, (unsigned char *)ber->ber_rwptr, in ber_get_next_buffer_ext()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dwine.sizeof_param338 read_bytes 1 0
339 read_bytes 2 1
H A Dkernel.implicit_dependencies.no_structs266 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
268 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
269 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
292 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
293 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
296 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
302 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
322 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
325 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
341 …yscr, (struct task_io_accounting)->syscw, (struct task_io_accounting)->read_bytes, (struct task_io…
[all …]
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c726 uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, in recv_impl() argument
823 if (read_bytes != NULL) in recv_impl()
824 *read_bytes = zc.zc_cookie; in recv_impl()
914 uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, in lzc_receive_with_cmdprops() argument
919 read_bytes, errflags, action_handle, errors)); in lzc_receive_with_cmdprops()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c877 size_t read_bytes, zero_bytes; in get_data() local
1022 read_bytes = sec->size - zero_bytes; in get_data()
1023 if ((read_bytes > 0) && in get_data()
1025 read_bytes, ELF_T_BYTE) == 0)) { in get_data()
1030 bzero(read_bytes + (char *)sec->data->d_buf, zero_bytes); in get_data()
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c189 readthruput = DELTA(read_bytes); in dflt_display()
225 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(read_bytes), buf); in io_display()
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c129 fmd_stat_t read_bytes; member
792 ADDSTAT(Etm_stats.read_bytes.fmds_value.ui64, buflen); in etm_recv()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3655 uint64_t read_bytes = 0; in zfs_receive_one() local
4169 raw, infd, drr_noswap, cleanup_fd, &read_bytes, &errflags, in zfs_receive_one()
4431 uint64_t bytes = read_bytes; in zfs_receive_one()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h79 kstat_named_t read_bytes; member
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h82 kstat_named_t read_bytes; member
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h81 kstat_named_t read_bytes; member
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c1074 read_bytes, (resid_start - uiop->uio_resid)); in fop_read()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c455 kstat_named_init(&vsp->read_bytes, "read_bytes", KSTAT_DATA_UINT64); in create_vopstats_template()
3478 read_bytes, (resid_start - uiop->uio_resid)); in fop_read()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4744 int cleanup_fd, uint64_t *read_bytes, uint64_t *errflags, in zfs_ioc_recv_impl() argument
4758 *read_bytes = 0; in zfs_ioc_recv_impl()
4926 *read_bytes = off - input_fp->f_offset; in zfs_ioc_recv_impl()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2286 read_bytes(int ifd, char *buf, size_t bytes, size_t rdblocksz, in read_bytes() function
2382 sz = read_bytes(ifd, buf, wrblocksz, rdblocksz, data_in_info); in rdwr_bytes()
2645 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info); in read_holesdata()