Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c220 caddr_t stmf_trace_buf; variable
295 stmf_trace_buf = kmem_zalloc(stmf_trace_buf_size, KM_SLEEP); in _init()
367 kmem_free(stmf_trace_buf, stmf_trace_buf_size); in _fini()
1380 bcopy(stmf_trace_buf + i, obuf, iocd->stmf_obuf_size); in stmf_ioctl()
7928 bcopy(tbuf, &stmf_trace_buf[trace_buf_curndx], len+1); in stmf_trace()
7943 stmf_trace_buf[0] = '\0'; in stmf_trace_clear()