Searched refs:t_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrtty.h44 * The t_buf data structure holds information about a message
50 struct t_buf struct
65 struct t_buf t_in; /* input buffer info */
66 struct t_buf t_out; /* output buffer info */
/illumos-gate/usr/src/uts/common/xen/public/
H A Dtrace.h183 struct t_buf { struct
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c303 struct t_buf **meta; /* buffer metadata */
638 tbuf.meta = (struct t_buf **)kmem_alloc(tbuf.cnt * sizeof (*tbuf.meta),
647 sizeof (struct t_buf));
653 tbuf_data_size = tbuf.size - sizeof (struct t_buf);

Completed in 50 milliseconds