Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13477 struct itimerspec its_new, its_old, *p_new; in _syscall2() local
13480 if (target_to_host_itimerspec(&its_new, arg3)) { in _syscall2()
13483 p_new = &its_new; in _syscall2()
13500 struct itimerspec its_new, its_old, *p_new; in _syscall2() local
13503 if (target_to_host_itimerspec64(&its_new, arg3)) { in _syscall2()
13506 p_new = &its_new; in _syscall2()