Searched defs:hardlookup (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_all.c | 57 * which adds a 'hardlookup' parameter. This parameter is passed 64 int hardlookup) 87 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) 63 __yp_all_cflookup(char *domain, char *map, struct ypall_callback *callback, int hardlookup) argument
|
H A D | yp_enum.c | 61 * checking, and the do-until-success loop if 'hardlookup' is set. 71 int hardlookup) 90 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) 102 if (hardlookup) 223 * if 'hardlookup' is set. 235 int hardlookup) 254 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) 267 if (hardlookup) 64 __yp_first_cflookup( char *domain, char *map, char **key, int *keylen, char **val, int *vallen, int hardlookup) argument 226 __yp_next_cflookup( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen, int hardlookup) argument
|
H A D | yp_match.c | 173 * (until success) sleep loop if 'hardlookup' parameter is set. 177 int *vallen, int hardlookup) 222 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) 234 if (hardlookup) 312 /* the traditional yp_match loops forever thus hardlookup is set */ 361 int hardlookup) /* retry until we can an answer */ 406 hardlookup)) 424 if (hardlookup) 496 /* traditional yp_match retries forever so set hardlookup */ 176 __yp_match_cflookup(char *domain, char *map, char *key, int keylen, char **val, int *vallen, int hardlookup) argument 354 __yp_match_rsvdport_cflookup( char *domain, char *map, char *key, int keylen, char **val, int *vallen, int hardlookup) argument
|
H A D | yp_bind.c | 531 * 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 62 milliseconds