Home
last modified time | relevance | path

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

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