Lines Matching defs:ret
115 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0;
153 ret = -EFBIG;
155 ret = gru_dump_context_data(grubase, cch, ubuf, ctxnum,
160 if (ret)
161 return ret;
181 int ctxnum, ret, cnt = 0;
195 ret = gru_dump_tfm(gru, ubuf, ubufend);
196 if (ret < 0)
198 ubuf += ret;
200 ret = gru_dump_tgh(gru, ubuf, ubufend);
201 if (ret < 0)
203 ubuf += ret;
207 ret = gru_dump_context(gru, ctxnum, ubuf, ubufend,
210 if (ret < 0)
212 ubuf += ret;
222 return ret;