Lines Matching refs:res1
97 nlm_testres res1;
103 (void) memset(&res1, 0, sizeof (res1));
105 stat = nlm_test_1(&args1, &res1, client);
108 res->cookie = res1.cookie;
109 res->stat.stat = (enum nlm4_stats) res1.stat.stat;
110 if (res1.stat.stat == nlm_denied)
113 &res1.stat.nlm_testrply_u.holder);
128 nlm_res res1;
137 (void) memset(&res1, 0, sizeof (res1));
139 stat = nlm_lock_1(&args1, &res1, client);
142 nlm_convert_to_nlm4_res(res, &res1);
157 nlm_res res1;
164 (void) memset(&res1, 0, sizeof (res1));
166 stat = nlm_cancel_1(&args1, &res1, client);
169 nlm_convert_to_nlm4_res(res, &res1);
184 nlm_res res1;
189 (void) memset(&res1, 0, sizeof (res1));
191 stat = nlm_unlock_1(&args1, &res1, client);
194 nlm_convert_to_nlm4_res(res, &res1);