Searched refs:do_fcntl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | fcntl.c | 308 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl() function 448 err = do_fcntl(fd, cmd, arg, f.file); in SYSCALL_DEFINE3() 497 err = do_fcntl(fd, cmd, arg, f.file); in SYSCALL_DEFINE3() 652 err = do_fcntl(fd, cmd, arg, f.file); in do_compat_fcntl64()
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch | 194 static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) 201 @@ -7000,6 +6945,7 @@ static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) 209 @@ -7009,32 +6955,11 @@ static abi_long do_fcntl(int fd, int cmd, abi_ulong arg)
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7014 static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) in do_fcntl() function 9894 return do_fcntl(arg1, arg2, arg3); in _syscall2() 12546 ret = do_fcntl(arg1, arg2, arg3); in _syscall2()
|