Lines Matching refs:res
79 uint32_t res;
81 res = host->h_pidcount++;
82 } while (nlm_pidbusy(host, res) < 0);
83 return res;
99 struct nlm_lockowner *res, *new = NULL;
102 res = __nlmclnt_find_lockowner(host, owner);
103 if (res == NULL) {
107 res = __nlmclnt_find_lockowner(host, owner);
108 if (res == NULL && new != NULL) {
109 res = new;
120 return res;