Searched refs:io_read (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | dv-bfin_ebiu_amc.c | 36 unsigned (*io_read) (struct hw *, void *, int, address_word, unsigned, member 338 return amc->io_read (me, dest, space, addr, nr_bytes, amc, in bfin_ebiu_amc_io_read_buffer() 416 amc->io_read = bf50x_ebiu_amc_io_read_buffer; in bfin_ebiu_amc_finish() 431 amc->io_read = bf54x_ebiu_amc_io_read_buffer; in bfin_ebiu_amc_finish() 452 amc->io_read = bf53x_ebiu_amc_io_read_buffer; in bfin_ebiu_amc_finish()
|
| /netbsd/src/external/bsd/fetch/dist/libfetch/ |
| D | common.c | 1108 ssize_t (*io_read)(void *, void *, size_t); member 1123 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t), 1134 f->io_read = io_read; 1144 if (f->io_read == NULL) 1146 return (*f->io_read)(f->io_cookie, buf, len); 1152 if (f->io_read == NULL)
|
| /netbsd/src/external/public-domain/xz/dist/src/xz/ |
| D | coder.c | 682 strm.avail_in = io_read(pair, &in_buf, in coder_normal() 782 strm.avail_in = io_read( in coder_normal() 853 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_passthru() 883 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_run()
|
| D | file_io.h | 116 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
|
| D | file_io.c | 1112 io_read(file_pair *pair, io_buf *buf_union, size_t size) in io_read() function 1182 const size_t amount = io_read(pair, buf, size); in io_pread()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/engines/ |
| D | e_afalg.c | 122 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function 304 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio() 350 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | liolib.c | 618 static int io_read (lua_State *L) { in io_read() function 751 {"read", io_read},
|