Searched refs:netbsd32_to_timeval (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_conv.h | 88 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 D | netbsd32_nfssvc.c | 108 netbsd32_to_timeval(&args32.nsd_timestamp, &nsd->nsd_timestamp); in nfssvc32_nsd_in()
|
H A D | netbsd32_ioctl.c | 333 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 D | netbsd32_time.c | 245 netbsd32_to_timeval(&atv32, &atv); in netbsd32___settimeofday50()
|
H A D | netbsd32_fs.c | 346 netbsd32_to_timeval(&tv32[0], &tv[0]); in get_utimes32() 347 netbsd32_to_timeval(&tv32[1], &tv[1]); in get_utimes32()
|