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

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_all.c53 * which adds a 'hardlookup' parameter. This parameter is passed
60 int hardlookup)
83 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup))
59 __yp_all_cflookup(char *domain, char *map, struct ypall_callback *callback, int hardlookup) argument
H A Dyp_enum.c57 * checking, and the do-until-success loop if 'hardlookup' is set.
67 int hardlookup)
86 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup))
98 if (hardlookup)
219 * if 'hardlookup' is set.
231 int hardlookup)
250 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup))
263 if (hardlookup)
60 __yp_first_cflookup( char *domain, char *map, char **key, int *keylen, char **val, int *vallen, int hardlookup) argument
222 __yp_next_cflookup( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen, int hardlookup) argument
H A Dyp_match.c169 * (until success) sleep loop if 'hardlookup' parameter is set.
173 int *vallen, int hardlookup)
218 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup))
230 if (hardlookup)
308 /* the traditional yp_match loops forever thus hardlookup is set */
357 int hardlookup) /* retry until we can an answer */
402 hardlookup))
420 if (hardlookup)
492 /* traditional yp_match retries forever so set hardlookup */
172 __yp_match_cflookup(char *domain, char *map, char *key, int keylen, char **val, int *vallen, int hardlookup) argument
350 __yp_match_rsvdport_cflookup( char *domain, char *map, char *key, int keylen, char **val, int *vallen, int hardlookup) argument
H A Dyp_bind.c531 * If hardlookup is set then loop forever until success, else try 4
538 int hardlookup)
661 } while (hardlookup);
676 /* traditional __yp_dobind loops forever so set hardlookup */
708 int hardlookup)
817 } while (hardlookup);
832 /* traditional __yp_dobind_rsvdport loops forever so set hardlookup */
535 __yp_dobind_cflookup( char *domain, struct dom_binding **binding, int hardlookup) argument
705 __yp_dobind_rsvdport_cflookup( char *domain, struct dom_binding **binding, int hardlookup) argument

Completed in 30 milliseconds