Lines Matching defs:siop_trix
192 siop_trbuf[siop_trix] = (a); \
193 siop_trbuf[siop_trix+1] = (b); \
194 siop_trbuf[siop_trix+2] = (c); \
195 siop_trbuf[siop_trix+3] = (d); \
196 siop_trix = (siop_trix + 4) & (SIOP_TRACE_SIZE - 1);
198 int siop_trix;
1621 printf("siop trace: next index %d\n", siop_trix);
1622 i = siop_trix;
1627 } while (i != siop_trix);