Searched refs:yp_all (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpcsvc/
H A Dypclnt.h74 * struct ypall_callback * is the arg which must be passed to yp_all
96 extern int yp_all();
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dypclnt.h74 * struct ypall_callback * is the arg which must be passed to yp_all
96 extern int yp_all();
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h89 * struct ypall_callback * is the arg which must be passed to yp_all
111 extern int yp_all(char *, char *, struct ypall_callback *);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c56 * __yp_all_cflookup() is a variant of the yp_all() code,
98 syslog(LOG_ERR, "yp_all: failed to get server's name\n");
116 "yp_all: failed to get server's name\n");
135 (void) snprintf(errbuf, BUFSIZ, "yp_all \
151 "yp_all - RPC clnt_call (transport level) failure"));
177 yp_all(char *domain, char *map, struct ypall_callback *callback) function
184 * This function is identical to 'yp_all' with the exception that it
226 syslog(LOG_ERR, "yp_all: failed to get server's name\n");
246 "yp_all: failed to get server's name\n");
269 (void) snprintf(errbuf, BUFSIZ, "yp_all \
[all...]
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com85 dbm.o yp_all.o yp_b_clnt.o yp_b_xdr.o yp_bind.o \
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c450 * Have to use yp_first() since yp_all() simply fails if
495 nserr = yp_all(nis_mydomain, my_map, &cback);
531 return (0); /* next entry. yp_all may decide otherwise... */
537 * yp_all allocates inkey with two extra bytes which contain
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile310 yp_all.3nsl \
558 yp_all.3nsl := LINKSRC = ypclnt.3nsl
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl971 /* yp_all.c */
972 int yp_all(char *domain, char *map, struct ypall_callback *callback);

Completed in 972 milliseconds