Searched refs:_kern_open (Results 1 - 22 of 22) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfcntl.cpp20 // The _kern_open() defined in libroot_build.so.
21 # define _kern_open _kernbuild_open macro
22 extern "C" int _kern_open(int fd, const char *path, int openMode,
40 // Use the _kern_open() defined in libroot on BeOS incompatible systems.
47 fd = _kern_open(-1, pathname, to_platform_open_mode(oflags),
H A Dfuse.cpp208 int fd = _kern_open(-1, path,
298 int fd = _kern_open(-1, path, fi->flags,
313 int fd = _kern_open(-1, path, FSSH_O_RDONLY,
331 int fd = _kern_open(-1, path, FSSH_O_WRONLY,
H A Dsyscalls.h33 int _kern_open(int fd, const char *path, int openMode, int perms);
H A Dcommand_cp.cpp722 int fd = _kern_open(-1, path, openMode, 0);
767 int fd = _kern_open(-1, path, FSSH_O_RDWR | FSSH_O_EXCL | FSSH_O_CREAT,
801 int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
834 int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
H A Dfssh.cpp436 int fd_or_error = _kern_open(-1, path, FSSH_O_CREAT, 0);
740 int fd = _kern_open(-1, file, FSSH_O_RDONLY, FSSH_O_RDONLY);
H A Dvfs.cpp5173 _kern_open(int fd, const char *path, int openMode, int perms) function in namespace:FSShell
/haiku/src/tools/unzip/unix/
H A Dunxcfg.h33 # define _kern_open _kernbuild_open macro
34 extern int _kern_open(int fd, const char *path, int openMode, int perms);
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp26 _kern_open(-1, path, O_CREAT | O_TRUNC | O_WRONLY, mode & ~__gUmask));
43 RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_open(-1, path, openMode, perms));
59 RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_open(fd, path, openMode, perms));
/haiku/headers/build/private/kernel/
H A Dsyscalls.h22 #define _kern_open _kernbuild_open macro
58 extern int _kern_open(int fd, const char *path, int openMode,
/haiku/src/build/libbe/storage/
H A DFile.cpp208 int fd = _kern_open(entry->fDirFd, entry->fName, openMode,
247 int fd = _kern_open(-1, path, openMode, DEFFILEMODE & ~__gUmask);
289 int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
H A DNode.cpp551 fFd = _kern_open(fd, path, O_RDWR | O_CLOEXEC | traverseFlag, 0);
554 fFd = _kern_open(fd, path, O_RDONLY | O_CLOEXEC | traverseFlag, 0);
/haiku/src/kits/storage/
H A DFile.cpp138 int fd = _kern_open(entry->fDirFd, entry->fName, openMode | O_CLOEXEC,
163 int fd = _kern_open(-1, path, openMode, DEFFILEMODE & ~__gUmask);
188 int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
H A DNode.cpp561 fFd = _kern_open(fd, path, O_RDWR | O_CLOEXEC | traverseFlag, 0);
564 fFd = _kern_open(fd, path, O_RDONLY | O_CLOEXEC | traverseFlag, 0);
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp255 return _kern_open(-1, path, O_RDONLY, 0);
311 fd = _kern_open(-1, name, O_RDONLY, 0);
701 int fd = _kern_open(-1, path, O_RDONLY, 0);
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp538 int fd = _kern_open(directoryFD, Name(), O_RDONLY, 0);
/haiku/src/build/libroot/
H A Dfs.cpp700 // _kern_open
702 _kern_open(int fd, const char *path, int openMode, int perms) function
1543 RETURN_AND_SET_ERRNO(_kern_open(fd, path, openMode, permissions));
/haiku/src/bin/unzip/
H A Dbeos.c1111 fd = _kern_open( -1, name, O_RDONLY | O_NOTRAVERSE, 0 );
/haiku/headers/private/system/
H A Dsyscalls.h271 extern int _kern_open(int fd, const char *path, int openMode,
/haiku/src/system/kernel/
H A Delf.cpp1836 int fd = _kern_open(-1, path, O_RDONLY, 0);
2138 int fd = _kern_open(-1, path, O_RDONLY, 0);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1213 void _kern_open() {} function
H A Dlibroot_stubs_legacy.c1133 void _kern_open() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8293 _kern_open(int fd, const char* path, int openMode, int perms) function

Completed in 372 milliseconds