/src/tests/kernel/ |
t_memfd_create.c | 47 char *read_buf; variable in typeref:typename:char * 58 REQUIRE_LIBC(read_buf = calloc(1, rwbuf_size), NULL); 127 RL(read(fd, read_buf, rwbuf_size)); 134 ATF_REQUIRE_EQ_MSG(read_buf[i], write_buf[i], 155 tests_makegarbage(read_buf, rwbuf_size); 177 RL(read(fd, read_buf, rwbuf_size)); 180 ATF_REQUIRE_EQ_MSG(read_buf[i], write_buf[i], 183 ATF_REQUIRE_EQ_MSG(read_buf[i], 0,
|
/src/usr.sbin/fstyp/ |
fstyp.c | 100 read_buf(FILE *fp, off_t off, size_t len) function in typeref:typename:void *
|
/src/lib/libisns/ |
isns_thread.c | 48 static struct iovec read_buf[2 + (ISNS_MAX_PDU_PAYLOAD / ISNS_BUF_SIZE) + variable in typeref:struct:iovec[] 275 iovp = read_buf; 296 read_buf[0].iov_base = &(pdu_p->hdr); 297 read_buf[0].iov_len = sizeof(struct isns_pdu_hdr_s); 300 iovp = read_buf; 387 read_buf[iovcnt].iov_base = isns_buffer_data( 389 read_buf[iovcnt].iov_len = curbuf_p->alloc_len - 395 read_buf[iovcnt].iov_base = isns_buffer_data(curbuf_p, 397 read_buf[iovcnt].iov_len = unread_len;
|
/src/lib/librefuse/refuse/ |
v29.h | 92 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v29
|
v30.h | 97 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v30
|
v34.h | 84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v34
|
v35.h | 85 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v35
|
v38.h | 84 int (*read_buf) (const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v38
|
/src/common/dist/zlib/ |
deflate.c | 220 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { function in typeref:typename:local unsigned 305 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); 570 s->wrap = 0; /* avoid computing Adler-32 in read_buf */ 915 * strm->next_out buffer and copying into it. (See also read_buf()). 1706 read_buf(s->strm, s->strm->next_out, len); 1774 read_buf(s->strm, s->window + s->strstart, have);
|
/src/sys/net/ |
zlib.c | 692 local int read_buf(z_streamp strm, Bytef *buf, unsigned size); 1022 * (See also read_buf()). 1288 local int read_buf(z_streamp strm, function in typeref:typename:local int 1655 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
|