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.c9511 time_t host_time; in _syscall2() local
9512 ret = get_errno(time(&host_time)); in _syscall2()
9515 && put_user_sal(host_time, arg1)) in _syscall2()