Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13369 struct itimerspec hspec; in _syscall2() local
13370 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13372 if (host_to_target_itimerspec(arg2, &hspec)) { in _syscall2()
13392 struct itimerspec hspec; in _syscall2() local
13393 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13395 if (host_to_target_itimerspec64(arg2, &hspec)) { in _syscall2()