Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c6995 static abi_long do_fcntl(int fd, int cmd, abi_ulong arg) in do_fcntl() function
9781 return do_fcntl(arg1, arg2, arg3); in _syscall2()
12436 ret = do_fcntl(arg1, arg2, arg3); in _syscall2()