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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c339 int maxwait, timeout, noresults, anyresults; local
365 noresults = anyresults = 0;
370 noresults < 2 &&
382 sent, &now, &noresults, &anyresults, timeout);
385 noresults++;
999 * noresults OUT set to 0 if any results are received
1011 int *noresults, int *anyresults, int timeout) {
1074 *noresults = 0;
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

Completed in 46 milliseconds