Lines Matching refs:stat
148 int stat;
155 stat = pvr2_buffer_queue(bp);
156 if (stat < 0) {
159 cp,stat);
161 return stat;
248 int stat;
253 stat = pvr2_buffer_queue(cp->c_buf);
254 if (stat < 0) {
258 cp,stat);
273 stat = pvr2_buffer_get_status(cp->c_buf);
274 if (stat < 0) {
278 cp,stat);
393 int stat;
404 stat = pvr2_ioread_avail(cp);
405 if (stat < 0) return stat;