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

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net.c336 int maxwait, timeout, noresults, anyresults; local
362 noresults = anyresults = 0;
379 sent, &now, &noresults, &anyresults, timeout);
381 if (!anyresults)
383 anyresults = 0;
997 * anyresults OUT set to true if any results are received
1008 int *noresults, int *anyresults, int timeout) {
1071 *anyresults = 1;
1003 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 35 milliseconds