Searched refs:proto_name (Results 1 – 2 of 2) sorted by relevance
787 explicit File_factory(char const *proto_name) : _proto_name(proto_name) {} in File_factory() argument788 File_factory(int proto, char const *proto_name) in File_factory() argument789 : _proto(proto), _proto_name(proto_name) in File_factory()795 char const *proto_name() const { return _proto_name; } in proto_name() function973 virtual cxx::Ref_ptr<File_factory> get_file_factory(char const *proto_name) throw() = 0;
146 Ref_ptr<L4Re::Vfs::File_factory> get_file_factory(char const *proto_name) throw();295 Vfs::get_file_factory(char const *proto_name) throw() in get_file_factory() argument299 auto n = p->f->proto_name(); in get_file_factory()303 char const *b = proto_name; in get_file_factory()
Completed in 6 milliseconds