tdtype
static struct tdtype tdtypes[] = {
struct tdtype *tdtype;
ret = args->tdtype->princ_fn(args, name, entry);
setup_args(struct rec_args *args, struct tdtype *tdtype,
args->tdtype = tdtype;
rectype = tdtype->rectype;
if (!opts->omitheader && writeheader(rh, tdtype->fieldnames) < 0)
#define NG_TAG_HOOKIN_TYPE_INFO(tdtype) { \
{ "tag_data", (tdtype) }, \
#define NG_TAG_HOOKOUT_TYPE_INFO(tdtype) { \
{ "tag_data", (tdtype) }, \
#define STATS_VSS_TDIGEST(tdtype, tdgst_hlpr_info) STATS_VSS(VS_STYPE_TDGST, \
0, tdtype, (vss_hlpr_fn)&stats_vss_tdgst_hlpr, \
#define TDGST_NCTRS2VSDSZ(tdtype, nctds) (sizeof(struct voistatdata_##tdtype) + \
((nctds) * sizeof(TYPEOF_MEMBER_PTR(struct voistatdata_##tdtype, \