Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_conv.h88 netbsd32_to_timeval(const struct netbsd32_timeval *tv32, in netbsd32_to_timeval() function
137 netbsd32_to_timeval(&itv32->it_interval, &itv->it_interval); in netbsd32_to_itimerval()
138 netbsd32_to_timeval(&itv32->it_value, &itv->it_value); in netbsd32_to_itimerval()
213 netbsd32_to_timeval(&ru32p->ru_utime, &rup->ru_utime); in netbsd32_to_rusage()
214 netbsd32_to_timeval(&ru32p->ru_stime, &rup->ru_stime); in netbsd32_to_rusage()
H A Dnetbsd32_nfssvc.c108 netbsd32_to_timeval(&args32.nsd_timestamp, &nsd->nsd_timestamp); in nfssvc32_nsd_in()
H A Dnetbsd32_ioctl.c333 netbsd32_to_timeval(&s32p->fsg_time, &p->fsg_time); in netbsd32_to_fss_get()
1641 #define netbsd32_to_timeval(s32p, p, cmd) netbsd32_to_timeval(s32p, p) in netbsd32_ioctl()
1644 #undef netbsd32_to_timeval in netbsd32_ioctl()
1650 #define netbsd32_to_timeval(s32p, p, cmd) netbsd32_to_timeval( netbsd32_ioctl() macro
H A Dnetbsd32_time.c245 netbsd32_to_timeval(&atv32, &atv); in netbsd32___settimeofday50()
H A Dnetbsd32_fs.c346 netbsd32_to_timeval(&tv32[0], &tv[0]); in get_utimes32()
347 netbsd32_to_timeval(&tv32[1], &tv[1]); in get_utimes32()