Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Dnfs_start.c163 struct timeval tvv; in rpc_pending_now() local
170 tvv.tv_sec = tvv.tv_usec = 0; in rpc_pending_now()
171 nsel = select(FD_SETSIZE, &readfds, (fd_set *) NULL, (fd_set *) NULL, &tvv); in rpc_pending_now()
201 struct timeval tvv; in run_rpc() local
229 tvv.tv_sec = softclock(); in run_rpc()
231 tvv.tv_sec = next_softclock - now; in run_rpc()
233 tvv.tv_usec = 0; in run_rpc()
245 if (tvv.tv_sec <= 0) in run_rpc()
246 tvv.tv_sec = SELECT_MAXWAIT; in run_rpc()
247 if (tvv.tv_sec) { in run_rpc()
[all …]
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog9622 Cast tvv.tv_sec to int to match format.