Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c9556 struct target_utimbuf *target_tbuf; in _syscall2() local
9558 if (!lock_user_struct(VERIFY_READ, target_tbuf, arg2, 1)) in _syscall2()
9560 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()
9561 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
9562 unlock_user_struct(target_tbuf, arg2, 0); in _syscall2()