| /freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 1050 const dmu_replay_record_t *begin_record, uint64_t *read_bytes, in recv_impl() argument 1149 if (error == 0 && read_bytes != NULL) in recv_impl() 1151 read_bytes); in recv_impl() 1208 if (read_bytes != NULL) in recv_impl() 1209 *read_bytes = zc.zc_cookie; in recv_impl() 1310 uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, in lzc_receive_one() argument 1316 read_bytes, errflags, errors)); in lzc_receive_one() 1332 uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, in lzc_receive_with_cmdprops() argument 1338 read_bytes, errflags, errors)); in lzc_receive_with_cmdprops() 1352 uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, in lzc_receive_with_heal() argument [all …]
|
| H A D | libzfs_core.abi | 4047 <parameter type-id='5d6479ae' name='read_bytes'/> 4066 <parameter type-id='5d6479ae' name='read_bytes'/> 4086 <parameter type-id='5d6479ae' name='read_bytes'/>
|
| /freebsd/sys/contrib/rdma/krping/ |
| H A D | krping.h | 12 unsigned long long read_bytes; member
|
| H A D | krping_dev.c | 158 stats->read_bytes, stats->read_msgs); in krping_read()
|
| H A D | krping.c | 402 cb->stats.read_bytes += cb->rdma_sq_wr.wr.sg_list->length; in krping_cq_event_handler()
|
| /freebsd/contrib/libpcap/ |
| H A D | sf-pcapng.c | 256 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes() function 290 status = read_bytes(fp, &bhdr, sizeof(bhdr), 0, errbuf); in read_block() 355 if (read_bytes(fp, bdata, data_remaining, 1, errbuf) == -1) in read_block() 948 if (read_bytes(fp, in pcap_ng_check_header()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | vdev_get.cfg | 62 read_bytes
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_file.c | 146 read_bytes(krb5_context context, FILE *fp, void *buf, size_t len) in read_bytes() function 165 ret = read_bytes(context, fp, bytes, 4); in read32() 182 ret = read_bytes(context, fp, bytes, 2); in read16() 196 return (ptr == NULL) ? KRB5_CC_NOMEM : read_bytes(context, fp, ptr, len); in load_bytes() 396 ret = read_bytes(context, fp, i16buf, 2); in read_header()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 5305 dmu_replay_record_t *begin_record, uint64_t *read_bytes, in zfs_ioc_recv_impl() argument 5321 *read_bytes = 0; in zfs_ioc_recv_impl() 5514 *read_bytes = off - noff; in zfs_ioc_recv_impl() 5763 uint64_t read_bytes = 0; in zfs_ioc_recv_new() local 5810 &read_bytes, &errflags, &errors); in zfs_ioc_recv_new() 5812 fnvlist_add_uint64(outnvl, "read_bytes", read_bytes); in zfs_ioc_recv_new()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 74 | read_bytes | bytes | bytes read since pool import |
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 4433 uint64_t read_bytes = 0; in zfs_receive_one() local 5049 &read_bytes, &errflags, NULL, &prop_errors); in zfs_receive_one() 5053 flags->resumable, raw, infd, drr_noswap, -1, &read_bytes, in zfs_receive_one() 5351 uint64_t bytes = read_bytes; in zfs_receive_one()
|