netbsd32_to_timeval
netbsd32_to_timeval(&itv32->it_interval, &itv->it_interval);
netbsd32_to_timeval(&itv32->it_value, &itv->it_value);
netbsd32_to_timeval(&ru32p->ru_utime, &rup->ru_utime);
netbsd32_to_timeval(&ru32p->ru_stime, &rup->ru_stime);
netbsd32_to_timeval(&tv32[0], &tv[0]);
netbsd32_to_timeval(&tv32[1], &tv[1]);
#define netbsd32_to_timeval(s32p, p, cmd) netbsd32_to_timeval(s32p, p)
netbsd32_to_timeval(&s32p->fsg_time, &p->fsg_time);
netbsd32_to_timeval(&args32.nsd_timestamp, &nsd->nsd_timestamp);
netbsd32_to_timeval(&atv32, &atv);