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.c13097 loff_t loff_in, loff_out; in _syscall2() local
13100 if (get_user_u64(loff_in, arg2)) { in _syscall2()
13103 ploff_in = &loff_in; in _syscall2()
13113 if (put_user_u64(loff_in, arg2)) { in _syscall2()