Searched defs:ypall_callback (Results 1 - 4 of 4) 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
77 struct ypall_callback { struct
/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
77 struct ypall_callback { struct
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h89 * struct ypall_callback * is the arg which must be passed to yp_all
92 struct ypall_callback { struct
111 extern int yp_all(char *, char *, struct ypall_callback *);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c215 int ypall_callback();
1378 "Error from ypserv on %s (ypall_callback) = %s.\n",
1402 struct ypall_callback cbinfo;
1483 * ypall_callback to do all the work of writing it to the local dbm file
1494 struct ypall_callback cbinfo;
1554 cbinfo.foreach = ypall_callback;
1590 ypall_callback(status, key, kl, val, vl, pushstat) function
1606 "Error from ypserv on %s (ypall_callback) = %s.\n",

Completed in 347 milliseconds