Home
last modified time | relevance | path

Searched refs:L4RE_VFS (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/ldso/ldso/
A Dsyscalls.cc17 #define L4RE_VFS __rtld_l4re_env_posix_vfs_ops macro
35 int res = L4RE_VFS->get_root()->openat(p, 0, 0, &f); in L4RE_CALL()
53 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL()
71 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL()
89 Ref_ptr<File> f = L4RE_VFS->free_fd(fd); in L4RE_CALL()
107 int res = L4RE_VFS->get_root()->openat(path, flags, mode, &f); in L4RE_CALL()
112 int fd = L4RE_VFS->alloc_fd(f); in L4RE_CALL()
119 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL()
139 return L4RE_VFS->mprotect((void *)addr, len, prot); in L4RE_CALL()
147 return L4RE_VFS->munmap(start, len); in L4RE_CALL()
[all …]
A Ddl-syscall.h16 #define L4RE_VFS ((l4re_posix_vfs_ops_t *)__rtld_l4re_env_posix_vfs_ops) macro

Completed in 4 milliseconds