Home
last modified time | relevance | path

Searched refs:wait_time_32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1784 timespec32_t wait_time_32; in port_get_timeout() local
1785 if (copyin(timeout, &wait_time_32, in port_get_timeout()
1786 sizeof (wait_time_32))) in port_get_timeout()
1788 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in port_get_timeout()
/illumos-gate/usr/src/uts/common/os/
H A Daio.c422 struct timeval32 wait_time_32; in timeval2reltime() local
457 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timeval2reltime()
459 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()
485 timespec32_t wait_time_32; in timespec2reltime() local
501 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timespec2reltime()
503 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in timespec2reltime()