Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8489 static int do_openat2(CPUArchState *cpu_env, abi_long dirfd, in do_openat2() function
9304 ret = do_openat2(cpu_env, arg1, arg2, arg3, arg4); in _syscall2()