Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c531 xdt_sysctl_tbuf(xen_sysctl_tbuf_op_t *tbuf_op) in xdt_sysctl_tbuf() argument
538 op.u.tbuf_op = *tbuf_op; in xdt_sysctl_tbuf()
543 *tbuf_op = op.u.tbuf_op; in xdt_sysctl_tbuf()
592 xen_sysctl_tbuf_op_t tbuf_op; in xdt_attach_trace_buffers() local
601 tbuf_op.cmd = XEN_SYSCTL_TBUFOP_get_info; in xdt_attach_trace_buffers()
602 if ((err = xdt_sysctl_tbuf(&tbuf_op)) != 0) in xdt_attach_trace_buffers()
605 if (tbuf_op.size == 0) { in xdt_attach_trace_buffers()
607 tbuf_op.cmd = XEN_SYSCTL_TBUFOP_set_size; in xdt_attach_trace_buffers()
608 tbuf_op.size = xdt_tbuf_pages; in xdt_attach_trace_buffers()
609 (void) xdt_sysctl_tbuf(&tbuf_op); in xdt_attach_trace_buffers()
[all …]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h462 struct xen_sysctl_tbuf_op tbuf_op; member