Searched refs:ypstatus (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c65 switch_err(ypstatus, ismatch)
66 int ypstatus;
69 switch (ypstatus) {
158 int ypstatus; local
167 ypstatus = __yp_match_cflookup((grrr)domain, (grrr)map,
175 *ypstatusp = ypstatus;
177 return (switch_err(ypstatus, 1));
194 int ypstatus; local
203 ypstatus = __yp_match_rsvdport_cflookup((grrr)domain, (grrr)map,
211 *ypstatusp = ypstatus;
324 int ypstatus; local
[all...]
H A Dgetexecattr.c261 int ypstatus; local
283 key, &val, &vallen, &ypstatus);
284 if ((check_policy == 0) && (ypstatus == YPERR_KEY)) {
321 ypstatus = __yp_all_cflookup((char *)(be->domain),

Completed in 109 milliseconds