Searched refs:io_read (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/contrib/xz/src/xz/ |
| HD | file_io.h | 129 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
|
| HD | coder.c | 1203 strm.avail_in = io_read(pair, &in_buf, read_size); in coder_normal() 1299 strm.avail_in = io_read( in coder_normal() 1370 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_passthru() 1400 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_run()
|
| HD | file_io.c | 1093 io_read(file_pair *pair, io_buf *buf, size_t size) in io_read() function 1192 const size_t amount = io_read(pair, buf, size); in io_pread()
|
| HD | list.c | 375 strm.avail_in = io_read(pair, &buf, IO_BUFFER_SIZE); in parse_indexes()
|
| /freebsd-13-stable/crypto/openssl/engines/ |
| HD | e_afalg.c | 119 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function 256 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio() 293 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | liolib.c | 610 static int io_read (lua_State *L) { in io_read() function 742 {"read", io_read},
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-sriomaintx-defs.h | 1199 uint32_t io_read : 1; /**< PE does not support IO Read. member 1257 uint32_t io_read : 1; 4282 uint32_t io_read : 1; /**< PE does not support IO Read. member 4340 uint32_t io_read : 1;
|