Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c247 struct timeval tstart, tstop, tremain, time2wait; in nanosleep() local
249 TIMESPEC_TO_TIMEVAL(&time2wait, req) in nanosleep() local
251 rc = select(0, NULL, NULL, NULL, &time2wait); in nanosleep()
256 tremain.tv_sec = time2wait.tv_sec - in nanosleep()
258 tremain.tv_usec = time2wait.tv_usec - in nanosleep()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2684 __be16 time2wait; member