Searched refs:poutoff (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 785 int, outfd, loff_t *, poutoff, size_t, length, in safe_syscall3() 13793 loff_t *pinoff = NULL, *poutoff = NULL; in _syscall2() local 13805 poutoff = &outoff; in _syscall2() 13808 ret = get_errno(safe_copy_file_range(arg1, pinoff, arg3, poutoff, in _syscall2()
|