Home
last modified time | relevance | path

Searched refs:Vcon_stream (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/l4re_vfs/include/impl/
A Dvcon_stream_impl.h30 Vcon_stream::Vcon_stream(L4::Cap<L4::Vcon> s) throw() in Vcon_stream() function
45 Vcon_stream::readv(const struct iovec *iovec, int iovcnt) throw() in readv()
94 Vcon_stream::writev(const struct iovec *iovec, int iovcnt) throw() in writev()
123 Vcon_stream::fstat64(struct stat64 *buf) const throw() in fstat64()
133 Vcon_stream::ioctl(unsigned long request, va_list args) throw() in ioctl()
A Dvcon_stream.h28 class Vcon_stream : public L4Re::Vfs::Be_file_stream
35 explicit Vcon_stream(L4::Cap<L4::Vcon> s) throw();
44 ~Vcon_stream() throw() {} in throw()
A Ddefault_ops_impl.h26 cxx::Static_container<L4Re::Vfs::File_factory_t<L4::Vcon, L4Re::Core::Vcon_stream> > vcon_stream;
A Dvfs_impl.h69 class Std_stream : public L4Re::Core::Vcon_stream
72 Std_stream(L4::Cap<L4::Vcon> c) : L4Re::Core::Vcon_stream(c) {} in Std_stream()

Completed in 6 milliseconds