HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_to_timeval (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_nfssvc.c 108 netbsd32_to_timeval(&args32.nsd_timestamp, &nsd->nsd_timestamp);
netbsd32_conv.h 88 netbsd32_to_timeval(const struct netbsd32_timeval *tv32, function in typeref:typename:void
137 netbsd32_to_timeval(&itv32->it_interval, &itv->it_interval);
138 netbsd32_to_timeval(&itv32->it_value, &itv->it_value);
213 netbsd32_to_timeval(&ru32p->ru_utime, &rup->ru_utime);
214 netbsd32_to_timeval(&ru32p->ru_stime, &rup->ru_stime);
netbsd32_ioctl.c 333 netbsd32_to_timeval(&s32p->fsg_time, &p->fsg_time);
1641 #define netbsd32_to_timeval(s32p, p, cmd) netbsd32_to_timeval(s32p, p) macro
1644 #undef netbsd32_to_timeval
netbsd32_time.c 245 netbsd32_to_timeval(&atv32, &atv);
netbsd32_fs.c 346 netbsd32_to_timeval(&tv32[0], &tv[0]);
347 netbsd32_to_timeval(&tv32[1], &tv[1]);

Completed in 15 milliseconds