_kern_open
extern int _kern_open(int fd, const char *path, int openMode,
extern int _kern_open(int fd, const char *path, int openMode,
int fd = _kern_open(directoryFD, Name(), O_RDONLY, 0);
fd = _kern_open( -1, name, O_RDONLY | O_NOTRAVERSE, 0 );
int fd = _kern_open(entry->fDirFd, entry->fName, openMode,
int fd = _kern_open(-1, path, openMode, DEFFILEMODE & ~__gUmask);
int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
fFd = _kern_open(fd, path, O_RDWR | O_CLOEXEC | traverseFlag, 0);
fFd = _kern_open(fd, path, O_RDONLY | O_CLOEXEC | traverseFlag, 0);
RETURN_AND_SET_ERRNO(_kern_open(fd, path, openMode, permissions));
int fd = _kern_open(entry->fDirFd, entry->fName, openMode | O_CLOEXEC,
int fd = _kern_open(AT_FDCWD, path, openMode, DEFFILEMODE & ~__gUmask);
int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
fFd = _kern_open(fd, path, O_RDWR | O_CLOEXEC | traverseFlag, 0);
fFd = _kern_open(fd, path, O_RDONLY | O_CLOEXEC | traverseFlag, 0);
int fd = _kern_open(-1, path, O_RDONLY, 0);
int fd = _kern_open(-1, path, O_RDONLY, 0);
_kern_open(AT_FDCWD, path, O_CREAT | O_TRUNC | O_WRONLY, mode & ~__gUmask));
RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_open(AT_FDCWD, path, openMode, perms));
RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_open(fd, path, openMode, perms));
return _kern_open(AT_FDCWD, path, O_RDONLY, 0);
fd = _kern_open(AT_FDCWD, name, O_RDONLY, 0);
int fd = _kern_open(AT_FDCWD, path, O_RDONLY, 0);
int fd = _kern_open(-1, path, openMode, 0);
int fd = _kern_open(-1, path, FSSH_O_RDWR | FSSH_O_EXCL | FSSH_O_CREAT,
int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
extern "C" int _kern_open(int fd, const char *path, int openMode,
fd = _kern_open(-1, pathname, to_platform_open_mode(oflags),
int fd_or_error = _kern_open(-1, path, FSSH_O_CREAT, 0);
int fd = _kern_open(-1, file, FSSH_O_RDONLY, FSSH_O_RDONLY);
int fd = _kern_open(-1, path,
int fd = _kern_open(-1, path, fi->flags,
int fd = _kern_open(-1, path, FSSH_O_RDONLY,
int fd = _kern_open(-1, path, FSSH_O_WRONLY,
int _kern_open(int fd, const char *path, int openMode, int perms);
extern int _kern_open(int fd, const char *path, int openMode, int perms);