Searched defs:yp_status (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
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) {
H A Dgetexecattr.c44 int *yp_status; member in struct:__exec_nis_args
205 * keep yp_status from previous key/value pair
208 * yp_status is already set to YPERR_YPERR
213 *(eargp->yp_status) = YPERR_YPERR;
234 *(eargp->yp_status) = YPERR_KEY;
242 *(eargp->yp_status) = 0;
246 *(eargp->yp_status) = YPERR_KEY;
250 *(eargp->yp_status) = YPERR_YPERR;
308 eargs.yp_status = &ypstat;

Completed in 47 milliseconds