HomeSort by: relevance | last modified time | path
    Searched defs:siop_trbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/amiga/dev/
siop.c 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); \
197 u_char siop_trbuf[SIOP_TRACE_SIZE]; variable in typeref:typename:u_char[]
1624 printf("%3d: '%c' %02x %02x %02x\n", i, siop_trbuf[i],
1625 siop_trbuf[i + 1], siop_trbuf[i + 2], siop_trbuf[i + 3]);

Completed in 13 milliseconds