Lines Matching refs:res
28 nis_result *res; in nis_checkpoint() local
30 res = calloc (1, sizeof (nis_result)); in nis_checkpoint()
31 if (res == NULL) in nis_checkpoint()
42 free (res); in nis_checkpoint()
50 NIS_RES_STATUS (res) = NIS_INVALIDOBJ; in nis_checkpoint()
51 return res; in nis_checkpoint()
64 NIS_RES_STATUS (res) = NIS_RPCERROR; in nis_checkpoint()
67 NIS_RES_STATUS (res) = cpres.cp_status; in nis_checkpoint()
68 res->zticks += cpres.cp_zticks; in nis_checkpoint()
69 res->dticks += cpres.cp_dticks; in nis_checkpoint()
75 NIS_RES_STATUS (res) = NIS_NOSUCHNAME; in nis_checkpoint()
77 return res; in nis_checkpoint()