Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c752 int, outfd, loff_t *, poutoff, size_t, length, in safe_syscall3()
13567 loff_t *pinoff = NULL, *poutoff = NULL; in _syscall2() local
13579 poutoff = &outoff; in _syscall2()
13582 ret = get_errno(safe_copy_file_range(arg1, pinoff, arg3, poutoff, in _syscall2()