Searched defs:final_to (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c340 unsigned long long final_to, now, sent; local
360 final_to = now + maxwait;
369 now < final_to &&
381 mc_recvmsg(pfd, nfds, hp, scopes, header, &collator, final_to,
996 * final_to IN final timeout
1008 unsigned long long final_to,
1022 final_to, &timeout, sent, now, pfd, nfds);
1081 if (*now > final_to)
1149 * we have exceeded the timeout value. 'final_to' is ignored if it is 0.
1157 unsigned long long final_to,
1006 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument
1156 wait_for_response( unsigned long long final_to, int *timeout, unsigned long long sent, unsigned long long *now, struct pollfd pfd[], nfds_t nfds) argument
[all...]

Completed in 47 milliseconds