Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c11088 struct timex host_buf; in _syscall2() local
11090 if (target_to_host_timex(&host_buf, arg1) != 0) { in _syscall2()
11093 ret = get_errno(adjtimex(&host_buf)); in _syscall2()
11095 if (host_to_target_timex(arg1, &host_buf) != 0) { in _syscall2()