Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c9740 time_t host_time; in _syscall2()
9741 ret = get_errno(time(&host_time)); in _syscall2()
9744 && put_user_sal(host_time, arg1)) in _syscall2()
9511 time_t host_time; _syscall2() local