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

  /src/sys/compat/netbsd32/
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

Completed in 13 milliseconds