Home
last modified time | relevance | path

Searched refs:trace_buf_curndx (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c216 static int trace_buf_curndx; variable
301 trace_buf_curndx = 0; in _init()
1363 *((int *)obuf) = trace_buf_curndx; in stmf_ioctl()
7627 bcopy(tbuf, &stmf_trace_buf[trace_buf_curndx], len+1); in stmf_trace()
7628 trace_buf_curndx += len; in stmf_trace()
7629 if (trace_buf_curndx > (trace_buf_size - 320)) in stmf_trace()
7630 trace_buf_curndx = 0; in stmf_trace()
7640 trace_buf_curndx = 0; in stmf_trace_clear()