Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1184 static inline abi_long host_to_target_timespec(abi_ulong target_addr, in host_to_target_timespec() function
1477 if (ts_addr && host_to_target_timespec(ts_addr, &ts)) { in do_pselect6()
1555 if (host_to_target_timespec(arg3, timeout_ts)) { in do_ppoll()
5369 if (host_to_target_timespec(arg, &ts)) { in do_ioctl_SIOCGSTAMPNS()
11472 ret = host_to_target_timespec(arg2, &ts); in _syscall2()
11495 host_to_target_timespec(arg2, &rem); in _syscall2()
12702 ret = host_to_target_timespec(arg2, &ts); in _syscall2()
12724 host_to_target_timespec(arg2, &ts); in _syscall2()
12755 host_to_target_timespec(arg4, &ts)) { in _syscall2()
12957 if (!is_error(ret) && host_to_target_timespec(arg5, &ts)) { in _syscall2()
[all …]