Home
last modified time | relevance | path

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

/titanic_41/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.c91 int yp_status; local
95 argp->key.name, &yp_status);
96 if (yp_status == YPERR_MAP) {
H A Dgetservent.c170 int yp_status; local
175 "services.byservicename", name, &yp_status);
185 "services.byservicename", key, &yp_status);
189 if (yp_status == YPERR_MAP) {