Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32.h243 struct netbsd32_timeval50 { struct
262 struct netbsd32_timeval50 it_interval; /* timer interval */ argument
263 struct netbsd32_timeval50 it_value; /* current value */
414 struct netbsd32_timeval50 ru_utime;/* user time used */
415 struct netbsd32_timeval50 ru_stime;/* system time used */
938 struct netbsd32_timeval50 time; /* current time (ro) */
H A Dnetbsd32_compat_50.c89 struct netbsd32_timeval50 tv32[2]; in get_utimes32()
131 struct netbsd32_timeval50 tv32; in compat_50_netbsd32_select()
160 struct netbsd32_timeval50 tv32; in compat_50_netbsd32_gettimeofday()
192 struct netbsd32_timeval50 atv32; in compat_50_netbsd32_settimeofday()
250 struct netbsd32_timeval50 atv; in compat_50_netbsd32_adjtime()
H A Dnetbsd32_conv.h58 struct netbsd32_timeval50 *tv32) in netbsd32_from_timeval50()
77 netbsd32_to_timeval50(const struct netbsd32_timeval50 *tv32, in netbsd32_to_timeval50()
/netbsd/sys/compat/linux32/common/
H A Dlinux32_time.c93 struct netbsd32_timeval50 tv32; in linux32_sys_gettimeofday()
H A Dlinux32_unistd.c156 struct netbsd32_timeval50 utv32; in linux32_select1()