Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c304 struct t_rec **data; /* buffer data records */
640 tbuf.data = (struct t_rec **)kmem_alloc(tbuf.cnt * sizeof (*tbuf.data), in xdt_attach_trace_buffers()
646 tbuf.data[i] = (struct t_rec *)((uintptr_t)cpu_buf + in xdt_attach_trace_buffers()
656 / sizeof (struct t_rec); in xdt_attach_trace_buffers()
693 xdt_process_rec(uint_t cpuid, struct t_rec *rec) in xdt_process_rec()
1744 xdt_get_first_rec(uint_t *cpuidp, struct t_rec **recp, uint32_t *consp) in xdt_get_first_rec()
1748 struct t_rec *rec; in xdt_get_first_rec()
1761 rec = (struct t_rec *)data; in xdt_get_first_rec()
1795 struct t_rec *rec; in xdt_tbuf_scan()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dtrace.h164 struct t_rec { struct