Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13566 loff_t inoff, outoff; in _syscall2() local
13570 if (get_user_u64(inoff, arg2)) { in _syscall2()
13573 pinoff = &inoff; in _syscall2()
13586 if (put_user_u64(inoff, arg2)) { in _syscall2()