Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c12954 loff_t loff_in, loff_out; in _syscall2() local
12957 if (get_user_u64(loff_in, arg2)) { in _syscall2()
12960 ploff_in = &loff_in; in _syscall2()
12970 if (put_user_u64(loff_in, arg2)) { in _syscall2()