Lines Matching refs:status

220   int status;  in yp_bind()  local
224 status = __yp_bind (indomain, &ypbindlist); in yp_bind()
228 return status; in yp_bind()
300 int status; in do_ypcall() local
303 status = YPERR_YPERR; in do_ypcall()
314 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
316 if (status == YPERR_SUCCESS) in do_ypcall()
320 return status; in do_ypcall()
338 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
346 if (status != YPERR_SUCCESS) in do_ypcall()
351 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
362 return status; in do_ypcall()
370 int status = do_ypcall (domain, prog, xargs, req, xres, resp); in do_ypcall_tr() local
377 if (status == YPERR_SUCCESS) in do_ypcall_tr()
382 status = ypprot_err (((struct ypresp_val *) resp)->stat); in do_ypcall_tr()
384 return status; in do_ypcall_tr()
469 int status = YPERR_RESRC; in libnsl_hidden_nolink_def() local
474 status = YPERR_SUCCESS; in libnsl_hidden_nolink_def()
479 return status; in libnsl_hidden_nolink_def()
511 int status; in libnsl_hidden_nolink_def() local
524 status = YPERR_SUCCESS; in libnsl_hidden_nolink_def()
529 status = YPERR_RESRC; in libnsl_hidden_nolink_def()
534 return status; in libnsl_hidden_nolink_def()
568 int status; in libnsl_hidden_nolink_def() local
581 status = YPERR_SUCCESS; in libnsl_hidden_nolink_def()
586 status = YPERR_RESRC; in libnsl_hidden_nolink_def()
591 return status; in libnsl_hidden_nolink_def()
657 unsigned long status; member
659 int (*foreach) (int status, char *key, int keylen,
674 objp->status = YP_YPERR; in __xdr_ypresp_all()
680 objp->status = YP_NOMORE; in __xdr_ypresp_all()
697 objp->status = YP_TRUE; in __xdr_ypresp_all()
703 if ((*objp->foreach) (objp->status, key, keylen, in __xdr_ypresp_all()
709 objp->status = resp.ypresp_all_u.val.stat; in __xdr_ypresp_all()
714 (*objp->foreach) (objp->status, NULL, 0, NULL, 0, objp->data); in __xdr_ypresp_all()
785 if (res == YPERR_SUCCESS && data.status != YP_NOMORE) in yp_all()
788 return ypprot_err (data.status); in yp_all()