Home
last modified time | relevance | path

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

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