Home | History | Annotate | Download | only in yppush

Lines Matching defs:master

110 	char   *master;
159 * host but the master. an alternate plan is to find the master
201 * to the local server [should be the master] to make sure it has
230 errx(1, "error finding master for %s in %s: %s", ypi.map,
251 * no host specified, do all hosts the master knows about via
254 rv = yp_master(ypi.ourdomain, "ypservers", &master);
256 errx(1, "error finding master for ypservers in %s: %s",
261 "contacting ypservers %s master on %s for list of ypservs...\n",
262 ypi.ourdomain, master);
264 ypserv = yp_bind_host(master, YPPROG, YPVERS, 0, 1);
377 * instead, the owner of the map is determined by the master value