Searched refs:trace_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ti/
H A Dif_ti.c3738 struct ti_trace_buf *trace_buf; local
3741 trace_buf = (struct ti_trace_buf *)addr;
3751 if_printf(sc->ti_ifp, "trace_buf->buf_len = %d\n",
3752 trace_buf->buf_len);
3755 trace_buf->buf_len), (caddr_t)trace_buf->buf, 1, 1);
3757 trace_buf->fill_len = min(trace_len,
3758 trace_buf->buf_len);
3760 trace_buf->cur_trace_ptr =
3763 trace_buf
[all...]
/freebsd-current/lib/ncurses/tinfo/
H A DMakefile162 trace_buf.c \

Completed in 185 milliseconds