Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13566 loff_t inoff, outoff; in _syscall2() local
13576 if (get_user_u64(outoff, arg4)) { in _syscall2()
13579 poutoff = &outoff; in _syscall2()
13591 if (put_user_u64(outoff, arg4)) { in _syscall2()