Searched refs:mount (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | mount.cc | 14 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 D | Makefile | 9 SRC_CC = file.cc mmap.cc mount.cc socket.cc
|
/l4re-core-master/l4re_vfs/include/ |
A D | vfs.h | 555 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 D | mount.c | 12 _syscall5(int, mount, const char *, specialfile, const char *, dir,
|
/l4re-core-master/libc_backends/lib/mount/ |
A D | Makefile | 7 SRC_CC = mount.cc
|
A D | mount.cc | 96 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 D | Makefile.in | 19 MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | mount.h | 135 extern int mount (const char *__special_file, const char *__dir,
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | vfs_impl.h | 106 _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 D | target_headers.lst | 190 sys/mount.h
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 828 devices. You may need to mount your devpts or devfs filesystem on
|
Completed in 15 milliseconds