Searched refs:bytes_read (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/
H A Drandomdev.c548 int bytes_read = 0; local
560 memmove ((u_int8_t*) buffer + bytes_read, ((u_int8_t*)g_random_data)+ g_bytes_used, bytes_to_read);
562 bytes_read += bytes_to_read;
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c2210 io_buf_len_t bytes_read)
2239 unsigned int bytes_read; local
2283 (mach_msg_type_number_t *) &bytes_read);
2289 bytes_read = (unsigned int)vsa->vsa_size;
2293 if (kr != KERN_SUCCESS || bytes_read == 0) {
2296 total_read += bytes_read;
2301 if (bytes_read == size) {
2308 bytes_read, bytes_wanted));
2319 memcpy((void *) buf_ptr, (void *) dev_buffer, bytes_read);
2320 buf_ptr += bytes_read;
2207 device_read_reply_overwrite( MACH_PORT_FACE reply_port, kern_return_t return_code, io_buf_len_t bytes_read) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h475 uint64_t bytes_read; /* Count of bytes read from this export */ member in struct:nfs_export_stat_rec
492 uint64_t bytes_read; member in struct:nfs_user_stat_user_rec
540 struct nfsstatcount64 bytes_read; /* Count of bytes read from this export */ member in struct:nfs_export_stat_counters
571 uint64_t bytes_read; member in struct:nfs_user_stat_node
H A Dnfs_socket.c2698 size_t bytes_read; local
2729 bytes_read = 1000000000;
2730 error = sock_receivembuf(so, NULL, &mp, MSG_DONTWAIT, &bytes_read);
2742 slp->ns_cc += bytes_read;
2745 slp->ns_cc = bytes_read;
2775 bytes_read = 1000000000;
2776 error = sock_receivembuf(so, &msg, &mp, MSG_DONTWAIT | MSG_NEEDSA, &bytes_read);
H A Dnfs_vfsops.c2618 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) |
2619 nx->nx_stats.bytes_read.lo;
2698 ustat_rec.bytes_read = unode->bytes_read;
H A Dnfs_subs.c2966 unode->bytes_read = 0;
3009 unode->bytes_read += rd_bytes;
H A Dnfs_serv.c949 NFSStatAdd64(&nx->nx_stats.bytes_read, len);

Completed in 176 milliseconds