Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c12955 loff_t *ploff_in = NULL, *ploff_out = NULL; in _syscall2() local
12966 ploff_out = &loff_out; in _syscall2()
12968 ret = get_errno(splice(arg1, ploff_in, arg3, ploff_out, arg5, arg6)); in _syscall2()