HomeSort by: relevance | last modified time | path
    Searched refs:io_read (Results 1 - 12 of 12) sorted by relevancy

  /src/external/public-domain/xz/dist/src/xz/
file_io.h 135 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
coder.c 1203 strm.avail_in = io_read(pair, &in_buf, read_size);
1299 strm.avail_in = io_read(
1372 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE);
1402 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE);
file_io.c 1243 io_read(file_pair *pair, io_buf *buf, size_t size) function
1344 const size_t amount = io_read(pair, buf, size);
list.c 378 strm.avail_in = io_read(pair, &buf, IO_BUFFER_SIZE);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_ebiu_amc.c 36 unsigned (*io_read) (struct hw *, void *, int, address_word, unsigned, member in struct:bfin_ebiu_amc
338 return amc->io_read (me, dest, space, addr, nr_bytes, amc,
416 amc->io_read = bf50x_ebiu_amc_io_read_buffer;
431 amc->io_read = bf54x_ebiu_amc_io_read_buffer;
452 amc->io_read = bf53x_ebiu_amc_io_read_buffer;
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_ebiu_amc.c 36 unsigned (*io_read) (struct hw *, void *, int, address_word, unsigned, member in struct:bfin_ebiu_amc
338 return amc->io_read (me, dest, space, addr, nr_bytes, amc,
416 amc->io_read = bf50x_ebiu_amc_io_read_buffer;
431 amc->io_read = bf54x_ebiu_amc_io_read_buffer;
452 amc->io_read = bf53x_ebiu_amc_io_read_buffer;
  /src/external/bsd/fetch/dist/libfetch/
common.c 1068 ssize_t (*io_read)(void *, void *, size_t); member in struct:fetchIO
1083 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t),
1094 f->io_read = io_read;
1104 if (f->io_read == NULL)
1106 return (*f->io_read)(f->io_cookie, buf, len);
1112 if (f->io_read == NULL)
  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 123 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) function
304 r = io_read(aio->aio_ctx, 1, &cb);
306 ALG_PWARN("%s(%d): io_read failed : ", __FILE__, __LINE__);
350 r = io_read(aio->aio_ctx, 1, &cb);
352 ALG_PERR("%s(%d): retry %d for io_read failed : ",
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 122 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) function
304 r = io_read(aio->aio_ctx, 1, &cb);
306 ALG_PWARN("%s(%d): io_read failed : ", __FILE__, __LINE__);
350 r = io_read(aio->aio_ctx, 1, &cb);
352 ALG_PERR("%s(%d): retry %d for io_read failed : ",
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 119 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) function
256 r = io_read(aio->aio_ctx, 1, &cb);
258 ALG_PWARN("%s(%d): io_read failed : ", __FILE__, __LINE__);
293 r = io_read(aio->aio_ctx, 1, &cb);
295 ALG_PERR("%s(%d): retry %d for io_read failed : ",
  /src/external/mit/lua/dist/src/
liolib.c 618 static int io_read (lua_State *L) { function
751 {"read", io_read},
  /src/sys/kern/
sys_aio.c 67 * io_read/io_write currently use fallback implementations
137 static int io_read(struct aio_job *);
757 io_read(job);
959 io_read(struct aio_job *job) function

Completed in 56 milliseconds