Lines Matching refs:ret
32 int ret;
66 ret = -ENOMEM;
97 ret = hv_result(status);
101 ret = 0;
114 return ret;
123 int ret = HV_STATUS_SUCCESS;
153 ret = hv_result(status);
157 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1);
158 } while (!ret);
160 return ret;
168 int ret = HV_STATUS_SUCCESS;
174 ret = hv_call_deposit_pages(node, partition_id, 90);
175 if (ret)
176 return ret;
203 ret = hv_result(status);
207 ret = hv_call_deposit_pages(node, partition_id, 1);
209 } while (!ret);
211 return ret;