Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/libc_backends/lib/l4re_file/
A Dmount.cc14 int mount(__const char *__special_file, __const char *__dir, in mount() function
17 noexcept(noexcept(mount(__special_file, __dir, __fstype, __rwflag, __data))) in mount()
19 int e = L4Re::Vfs::vfs_ops->mount(__special_file, __dir, __fstype, __rwflag, __data); in mount()
A DMakefile9 SRC_CC = file.cc mmap.cc mount.cc socket.cc
/l4re-core-master/l4re_vfs/include/
A Dvfs.h555 cxx::Ref_ptr<File> mount() const in mount() function
558 void mount(cxx::Ref_ptr<File> const &m) in mount() function
706 if (mp->mount()) in get_mount()
708 *dir = mp->mount(); in get_mount()
858 virtual int mount(char const *source, unsigned long mountflags,
934 virtual int mount(char const *path, cxx::Ref_ptr<File> const &dir) throw() = 0;
966 int mount(char const *source, char const *target,
979 Fs::mount(char const *source, char const *target, in mount() function
989 int res = fs->mount(source, mountflags, data, &dir); in mount()
994 return mount(target, dir); in mount()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dmount.c12 _syscall5(int, mount, const char *, specialfile, const char *, dir,
/l4re-core-master/libc_backends/lib/mount/
A DMakefile7 SRC_CC = mount.cc
A Dmount.cc96 int r = mount(s1, *s2 == '/' ? s2 + 1 : s2, s3, 0, s5); in parse_fstab_line()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A DMakefile.in19 MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dmount.h135 extern int mount (const char *__special_file, const char *__dir,
/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h106 _root_mount.mount(cxx::ref_ptr(&_root)); in Vfs()
147 int mount(char const *path, cxx::Ref_ptr<L4Re::Vfs::File> const &dir) throw();
922 Vfs::mount(char const *path, cxx::Ref_ptr<L4Re::Vfs::File> const &dir) throw() in mount() function
958 nt->mount(dir); in mount()
/l4re-core-master/uclibc/lib/uclibc/
A Dtarget_headers.lst190 sys/mount.h
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in828 devices. You may need to mount your devpts or devfs filesystem on

Completed in 20 milliseconds