Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport.c1768 timespec32_t wait_time_32; in port_get_timeout() local
1769 if (copyin(timeout, &wait_time_32, in port_get_timeout()
1770 sizeof (wait_time_32))) in port_get_timeout()
1772 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in port_get_timeout()
/titanic_41/usr/src/uts/common/os/
H A Daio.c418 struct timeval32 wait_time_32; in timeval2reltime() local
453 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timeval2reltime()
455 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()
481 timespec32_t wait_time_32; in timespec2reltime() local
497 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timespec2reltime()
499 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in timespec2reltime()