Searched refs:cbdatap (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1571 dt_type_cbdata_t *cbdatap = arg; local
1574 if ((ssz = ctf_type_size(cbdatap->dtt.dtt_ctfp, type)) <= 0)
1579 cbdata = *cbdatap;
1592 dt_type_cbdata_t *cbdatap = arg; local
1595 ctf_type_name(cbdatap->dtt.dtt_ctfp, type, buf, sizeof (buf));
1604 if (sz > cbdatap->name_width)
1605 cbdatap->name_width = sz;
1609 if (sz > cbdatap->type_width)
1610 cbdatap->type_width = sz;
1616 dt_print_type_data(dt_type_cbdata_t *cbdatap, ctf_id_ argument
[all...]

Completed in 109 milliseconds