Searched refs:seekable (Results 1 – 11 of 11) sorted by relevance
48 int seekable; member
436 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local518 seekable = (chandesc[2] >> 6) & 0x01; in xilly_setupchannels()552 channel->seekable = seekable; in xilly_setupchannels()561 channel->seekable = seekable; in xilly_setupchannels()1558 if (!rc && (!channel->seekable)) in xillybus_open()
81 perl-module-io-seekable \
84 perl-module-io-handle perl-module-io-seekable \
173 to the user logic at the FPGA. Such a pipe is also seekable on the host API.175 FPGA side to the seekable stream. Reading or writing to a certain address in227 * seekable: A non-zero value indicates that the pipe is seekable. See
183 BBRAM can have an optional file backend, which must be a seekable201 eFUSE can have an optional file backend, which must be a seekable
136 sockets are not supported. A seekable channel such as a file is
858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
50 better to do. The file is seekable, in that one can do something like the
851 RDEPENDS:perl-module-file-temp += "perl-module-io-seekable"1014 RDEPENDS:perl-module-io-file += "perl-module-io-seekable"1031 RDEPENDS:perl-module-io-seekable += "perl-module-exporter"1032 RDEPENDS:perl-module-io-seekable += "perl-module-fcntl"1033 RDEPENDS:perl-module-io-seekable += "perl-module-io-handle"1034 RDEPENDS:perl-module-io-seekable += "perl-module-strict"
17750 #define IS_SEEKABLE(pb, mkv) (((pb)->seekable & AVIO_SEEKABLE_NORMAL) && \