Searched refs:common_fcntl (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 6204 common_fcntl(int fd, int op, size_t argument, bool kernel) in common_fcntl() function 8411 return common_fcntl(fd, op, argument, true); in _kern_fcntl() 9240 status_t status = common_fcntl(fd, op, argument, false); in _user_fcntl() 9609 common_fcntl(fds[0], F_SETFL, flags & O_NONBLOCK, false); in _user_create_pipe()
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 3529 common_fcntl(int fd, int op, uint32_t argument, bool kernel) in common_fcntl() function 5241 return common_fcntl(fd, op, argument, true); in _kern_fcntl()
|