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),
646 tbuf.data[i] = (struct t_rec *)((uintptr_t)cpu_buf +
656 / sizeof (struct t_rec);
693 xdt_process_rec(uint_t cpuid, struct t_rec *rec)
1743 xdt_get_first_rec(uint_t *cpuidp, struct t_rec **recp, uint32_t *consp)
1747 struct t_rec *rec;
1760 rec = (struct t_rec *)data;
1794 struct t_rec *rec;
/illumos-gate/usr/src/uts/common/xen/public/
H A Dtrace.h164 struct t_rec { struct
181 * field, indexes into an array of struct t_rec's.

Completed in 55 milliseconds