Home
last modified time | relevance | path

Searched refs:yp_status (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c44 int *yp_status; member
213 *(eargp->yp_status) = YPERR_YPERR; in _exec_nis_cb()
234 *(eargp->yp_status) = YPERR_KEY; in _exec_nis_cb()
242 *(eargp->yp_status) = 0; in _exec_nis_cb()
246 *(eargp->yp_status) = YPERR_KEY; in _exec_nis_cb()
250 *(eargp->yp_status) = YPERR_YPERR; in _exec_nis_cb()
308 eargs.yp_status = &ypstat; in _exec_nis_lookup()
H A Dgetrpcent.c89 int yp_status; local
93 argp->key.name, &yp_status);
94 if (yp_status == YPERR_MAP) {
H A Dgetservent.c168 int yp_status; local
173 "services.byservicename", name, &yp_status);
183 "services.byservicename", key, &yp_status);
187 if (yp_status == YPERR_MAP) {