osiop_trix 128 dev/ic/osiop.c int osiop_trix = 0;
osiop_trix 131 dev/ic/osiop.c osiop_trbuf[osiop_trix + 0] = (a); \
osiop_trix 132 dev/ic/osiop.c osiop_trbuf[osiop_trix + 1] = (b); \
osiop_trix 133 dev/ic/osiop.c osiop_trbuf[osiop_trix + 2] = (c); \
osiop_trix 134 dev/ic/osiop.c osiop_trbuf[osiop_trix + 3] = (d); \
osiop_trix 135 dev/ic/osiop.c osiop_trix = (osiop_trix + 4) & (OSIOP_TRACE_SIZE - 1); \
osiop_trix 1999 dev/ic/osiop.c printf("osiop trace: next index %d\n", osiop_trix);
osiop_trix 2000 dev/ic/osiop.c i = osiop_trix;
osiop_trix 2006 dev/ic/osiop.c } while (i != osiop_trix);