Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c9561 struct target_utimbuf *target_tbuf; in _syscall2() local
9563 if (!lock_user_struct(VERIFY_READ, target_tbuf, arg2, 1)) in _syscall2()
9565 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()
9566 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
9567 unlock_user_struct(target_tbuf, arg2, 0); in _syscall2()