Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c9434 struct target_utimbuf *target_tbuf; in _syscall2() local
9436 if (!lock_user_struct(VERIFY_READ, target_tbuf, arg2, 1)) in _syscall2()
9438 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()
9439 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
9440 unlock_user_struct(target_tbuf, arg2, 0); in _syscall2()