Searched refs:io_buf (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.h28 } io_buf; typedef in typeref:union:__anon19453
102 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
118 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
129 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
H A Dfile_io.c796 io_read(file_pair *pair, io_buf *buf_union, size_t size)
838 io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos)
863 is_sparse(const io_buf *buf)
918 io_write(file_pair *pair, const io_buf *buf, size_t size)
H A Dcoder.c36 static io_buf in_buf;
37 static io_buf out_buf;
H A Dlist.c136 io_buf buf;
377 io_buf buf;
497 io_buf buf;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.h28 } io_buf; typedef in typeref:union:__anon20447
102 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
118 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
129 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
H A Dfile_io.c796 io_read(file_pair *pair, io_buf *buf_union, size_t size)
838 io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos)
863 is_sparse(const io_buf *buf)
918 io_write(file_pair *pair, const io_buf *buf, size_t size)
H A Dcoder.c36 static io_buf in_buf;
37 static io_buf out_buf;
H A Dlist.c136 io_buf buf;
377 io_buf buf;
497 io_buf buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dstir4200.c174 void *io_buf; /* transmit/receive buffer */ member in struct:stir_cb
714 wraplen = wrap_fir_skb(skb, stir->io_buf);
716 wraplen = wrap_sir_skb(skb, stir->io_buf);
728 stir->io_buf, wraplen,
886 stir->io_buf = kmalloc(STIR_FIFO_SIZE, GFP_KERNEL);
887 if (!stir->io_buf)
892 stir->io_buf, STIR_FIFO_SIZE,
929 kfree(stir->io_buf);
958 kfree(stir->io_buf);

Completed in 131 milliseconds